guo
|
cda8caeda0
|
Merge pull request #5180 from liukangcc/bsp
[update] bsp .config file and rtconfig.h file.
|
2021-10-15 13:54:46 +08:00 |
liukangcc
|
7dc99c1ff4
|
[update] bsp .config file and rtconfig.h file.
|
2021-10-14 14:49:53 +08:00 |
guo
|
b1baf42d4e
|
Revert "Fix compiler flags issue"
|
2021-10-14 14:36:18 +08:00 |
liukangcc
|
3ac36a3107
|
[update] Fix compiler flags issue
|
2021-10-14 10:32:22 +08:00 |
Meco Man
|
698569c3ca
|
[stm32][lib] modify heap size to zero
|
2021-10-11 17:25:15 -04:00 |
liukangcc
|
0e46c8a33d
|
[update] support armclang
|
2021-09-26 10:46:21 +08:00 |
JCZou
|
0369db718c
|
Fix compiler flags issue
CCFLAGS is used by gcc and g++ compiler. So CFLAGS should be used for
gcc to avoid passing gcc flags to g++.
|
2021-08-19 08:53:27 +02:00 |
chenjh
|
67b86e61ba
|
[uart] Modify the uart file to configure uart_pin for pullup
|
2021-07-07 18:51:21 +08:00 |
Meco Man
|
a13aea3a30
|
remove return
|
2021-03-28 22:42:37 +08:00 |
Meco Man
|
390c635267
|
[stm32] remove 'count' variable in main()
|
2021-03-28 19:36:32 +08:00 |
Meco Man
|
5bd17e1433
|
[stm32] auto formatted
|
2021-03-14 15:33:55 +08:00 |
Meco Man
|
4f06fdc0ad
|
[stm32]删除RTC对libc的依赖
|
2021-03-05 09:26:26 +08:00 |
yangjie
|
dc09f3760f
|
更新 stm32 工程,nxp 工程
|
2020-12-28 15:02:17 +08:00 |
mysterywolf
|
c09466f3e7
|
update
|
2020-11-12 17:55:10 +08:00 |
mysterywolf
|
4d41e54f8d
|
【English readme】[bsp][stm32][f091] update readme
|
2020-11-08 04:06:07 +08:00 |
Cathy Li
|
c73d0a7466
|
Update BSP README with EN Version.
|
2020-09-09 18:22:26 +08:00 |
Meco
|
3e46db932a
|
修改部分nucelo开发板readme
|
2020-08-05 03:12:26 +08:00 |
SummerGift
|
fea7f2bb58
|
[add] dist_dir function for every stm32 bsp
|
2020-05-25 14:36:42 +08:00 |
SummerGift
|
b74ec1ec8c
|
[add] stm32 bsp dist handle in rtconfig.py
|
2020-05-06 15:05:09 +08:00 |
Ernest
|
7be06b67bb
|
[add] default environment
|
2019-10-22 16:48:57 +08:00 |
chenyong
|
74793a53fd
|
[bsp] update project configure file for finsh component change
Signed-off-by: chenyong <1521761801@qq.com>
|
2019-09-26 15:40:13 +08:00 |
yangjie
|
1ef33e66cd
|
[bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项
|
2019-09-11 12:06:43 +08:00 |
LinJieqiang
|
d16d78c53e
|
fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE"
|
2019-09-05 08:33:12 +08:00 |
yangjie
|
c794ac0255
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into dma
|
2019-07-23 11:00:49 +08:00 |
yangjie
|
85ab390750
|
[bsp][stm32f091]mian函数添加LED指示灯闪烁
|
2019-07-19 15:03:12 +08:00 |
yangjie
|
cca033fd6f
|
[bsp][stm32f091]CubeMX使能SPI1,修复直接在env中打开SPI1外设报错
|
2019-07-19 15:02:17 +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 |
Ernest
|
1f114ec22f
|
[bsp][stm32]upgrade menuconfig about crypto
|
2019-07-18 10:27:27 +08:00 |
yangjie
|
d7832ef8c9
|
[bsp/stm32][board.h]support AC6 for stm32 bsp.
|
2019-05-06 10:20:58 +08:00 |
tyustli
|
ea8509717e
|
delete C++ support for gcc in the rtconfig.py file
|
2019-03-26 15:41:06 +08:00 |
tyustli
|
4f03ef589f
|
add c++ support for the bsp of stm32
|
2019-03-23 13:59:53 +08:00 |
zylx
|
b941e6c730
|
[bsp][stm32]添加 RTC 时钟源选择
|
2019-03-19 18:24:28 +08:00 |
armink
|
0d7ba79219
|
Remove the DBG_COLOR and DBG_ENABLE definition.
|
2019-03-06 17:54:30 +08:00 |
misonyo
|
700ce3ae6e
|
[bsp/stm32]change str(Dir('#')) to GetCurrentDir()
|
2019-02-14 15:55:51 +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 |
misonyo
|
69cd16e136
|
[all BSP]fix kconfig file syntax error
|
2019-01-16 23:23:38 +08:00 |
SummerGift
|
289b4316af
|
[bsp][stm32] add extern "C" for header file
|
2019-01-09 10:12:35 +08:00 |
SummerGift
|
c1ce319f93
|
[bsp][stm32] optimize Kconfig file
|
2019-01-08 18:15:43 +08:00 |
SummerGift
|
883a9f1e13
|
[bsp][stm32] update dma config in Kconfig
|
2019-01-08 14:09:33 +08:00 |
SummerGift
|
74395fd114
|
[bsp][stm32] update kconfig
|
2019-01-08 12:05:06 +08:00 |
SummerGift
|
6751f9ba33
|
[bsp][stm32] rename stm32/stm32f091-nucleo to stm32/stm32f091-st-nucleo
|
2019-01-03 09:14:01 +08:00 |