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 |
Bernard Xiong
|
b3cccf7d04
|
Merge pull request #4490 from mysterywolf/stm32
[stm32] auto formatted
|
2021-03-23 20:01:27 +08:00 |
jeshrz
|
ed881ca667
|
fix overwrite issue when using SDRAM on STM32F7XX
|
2021-03-17 17:36:17 +08:00 |
Meco Man
|
5bd17e1433
|
[stm32] auto formatted
|
2021-03-14 15:33:55 +08:00 |
yangjie
|
dc09f3760f
|
更新 stm32 工程,nxp 工程
|
2020-12-28 15:02:17 +08:00 |
DUXin-ece
|
9626515787
|
修正stm32f746-disco和FPU相关的flag错误
|
2020-12-23 14:50:47 +08:00 |
tangweikang
|
311d924299
|
[bsp][stm32] update stm32 mdk project
|
2020-10-28 14:42:18 +08:00 |
luhuadong
|
8ed05a53ac
|
[bsp] add missing dist_handle function for two stm32 bsp
|
2020-07-14 16:22:56 +08:00 |
SummerGift
|
d9a9b90b33
|
[update] board/sconscript to fix compile error after dist
|
2020-02-25 16:30:12 +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 |
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 |
jinsheng
|
f94ffe28e1
|
增加基础定时器驱动
|
2019-06-17 09:53:19 +08:00 |
SummerGift
|
4a65d1987f
|
【修复】F746 bsp 的 dist 功能
|
2019-05-22 08:24:03 +08:00 |
armink
|
fa4d4ab7cf
|
Update all of debug log definition to DBG_TAG and DBG_LVL.
|
2019-04-12 10:18:57 +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
|
7a80fdf894
|
[bsp][stm32]为所有支持 rtc 的 bsp 添加时钟源选项
|
2019-03-20 11:29:04 +08:00 |
jinsheng
|
a90e795d15
|
增加看门狗和 tft 屏驱动
|
2019-03-15 21:10:15 +08:00 |
sun_shine
|
cca0eda2c2
|
[bsp][stm32] modify sdram configuration
|
2019-03-13 12:01:54 +08:00 |
armink
|
0d7ba79219
|
Remove the DBG_COLOR and DBG_ENABLE definition.
|
2019-03-06 17:54:30 +08:00 |
jinsheng
|
24b289b776
|
增加 flash drv 宏判断,增加fal 配置
|
2019-03-02 12:52:53 +08:00 |
jinsheng
|
c0855d1350
|
增加 flash
|
2019-02-27 10:34:10 +08:00 |
jinsheng
|
a2ed7ec6bf
|
更改说明格式
|
2019-02-18 10:21:54 +08:00 |
jinsheng
|
a9c9763290
|
增加sd卡支持
|
2019-02-17 11:19:26 +08:00 |
jinsheng
|
8d335a357e
|
增加sdram
|
2019-02-16 22:39:26 +08:00 |
jinsheng
|
bb47d78576
|
增加以太网
|
2019-02-16 17:40:26 +08:00 |
misonyo
|
700ce3ae6e
|
[bsp/stm32]change str(Dir('#')) to GetCurrentDir()
|
2019-02-14 15:55:51 +08:00 |
Bernard Xiong
|
a0636e4f9b
|
Merge pull request #2283 from jinsheng20/stm32f746-disco
Stm32f746 disco
|
2019-02-01 09:49:35 +08:00 |
jinsheng
|
57036d8d4a
|
更改默认不启动qspi驱动 N25@128
|
2019-01-30 20:45:56 +08:00 |
misonyo
|
227b6eb30d
|
[components/drivers & bsp/stm32]fix kconfig syntax error and add rx buffer size config
|
2019-01-28 13:54:20 +08:00 |
jinsheng
|
c21150ae30
|
Update README.md
|
2019-01-26 16:35:42 +08:00 |
jinsheng
|
050d14c598
|
增加 QSPI 驱动 N25Q128
|
2019-01-26 16:24:20 +08:00 |
SummerGift
|
3b472cb3cd
|
[bsp][stm32] optimize stm32 headfile
|
2019-01-22 09:15:05 +08:00 |
jinsheng
|
f4f81460cf
|
Update README.md
|
2019-01-16 13:18:25 +08:00 |
jinsheng
|
67c41b3d92
|
修改readme
|
2019-01-14 21:28:34 +08:00 |
jinsheng
|
d7741b5506
|
增加stm32f746-disco bsp
|
2019-01-10 22:39:34 +08:00 |