Meco Man
bb66d1ea50
[bsp][stm32][nano] support nano version
...
stm32 BSPs to support nano version (RT_USING_NANO)
这个commit支持到stm32f7之前的BSP
2023-12-03 21:25:00 +08:00
Meco Man
860094e893
[stm32] split stm32 drivers as normal and nano drivers
...
- move all normal drivers (devices framework drivers) into drivers
folder.
- create nano folder for nano drivers
nano drivers are only for a simply wrap of the HAL function, and
not seek for adopting rt-thread devcies framework.
- provide unified nano console and GPIO drivers.
2023-12-03 21:25:00 +08:00
Meco Man
592284c66c
format link scripts
2023-01-08 22:52:13 -05:00
Meco Man
9bc68d26a4
format Kconfig and sconscript
2023-01-08 22:52:13 -05:00
Meco Man
83b3aadaa3
[Scons][iar][iccarm] IAR统一使用iccarm作为判断条件而不是是用IDE的名字来进行判断
...
因为不确定后续IAR是否会像Keil一样内含有不同的编译工具链
此外,将判断条件改为列表方式,这样更方便后续增加其他可能的IAR编译链
2022-06-09 07:01:59 +08:00
Meco Man
50f041f5c2
[Scons] 将GCC判断条件改为列表方式,方便后续增加新的编译工具链
2022-06-09 07:01:59 +08:00
Meco Man
9182d4cbb7
[stm32] remove meaningless files
2022-05-20 10:51:55 +08:00
Man, Jianting (Meco)
a0f8d43744
[gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM ( #5802 )
...
* [gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM
2022-04-20 09:56:04 +08:00
Meco Man
5187d75af5
[armclang] 使用__clang__代替__CLANG_ARM
2021-12-29 14:15:38 -05:00
Meco Man
7b5e6a81f9
[stm32][gcc] 修复栈为0的bug,将栈扩展到0x400(与Keil IAR一致)
2021-12-03 10:05:03 -05:00
Meco Man
698569c3ca
[stm32][lib] modify heap size to zero
2021-10-11 17:25:15 -04:00
chenjh
67b86e61ba
[uart] Modify the uart file to configure uart_pin for pullup
2021-07-07 18:51:21 +08:00
chenjh
c0096e2db9
[uart] Modify uart pin configuration to pullup
2021-07-06 21:29:48 +08:00
yangjie
1ef33e66cd
[bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项
2019-09-11 12:06:43 +08:00
yangjie
011f62a53a
[bsp][stm32/templates]简化stm32模板下的Kconfig,增加Kconfig参考模板
2019-07-29 14:02:24 +08:00
Ernest
9058fb2684
[bsp][stm32][kconfig] rename quote kconfig
2019-07-18 11:48:10 +08:00
Ernest
a962fb3532
[bsp][stm32]add source kconfig by batch
2019-07-18 10:28:12 +08:00
yangjie
f22753aa5b
[bsp/stm32][templates]support AC6 for stm32 bsp templates.
2019-05-06 10:34:38 +08:00
tyustli
4b6c732cd7
last push forget modified the templates to support C++
...
this time add C++ for templates
2019-03-25 10:28:12 +08:00
SummerGift
45ece194cc
[bsp][stm32] update bsp headfile
2019-01-22 10:05:57 +08:00
SummerGift
3b472cb3cd
[bsp][stm32] optimize stm32 headfile
2019-01-22 09:15:05 +08:00
SummerGift
59ebd512fe
[bsp][stm32] add new line at end of file
2019-01-09 18:21:11 +08:00
SummerGift
289b4316af
[bsp][stm32] add extern "C" for header file
2019-01-09 10:12:35 +08:00
SummerGift
883a9f1e13
[bsp][stm32] update dma config in Kconfig
2019-01-08 14:09:33 +08:00
SummerGift
79cb96bc9e
[bsp][stm32] update template
2018-12-26 18:11:52 +08:00
SummerGift
410034fa14
[bsp][stm32] add f0 bsp templates
2018-12-24 15:59:42 +08:00