liukangcc
b0f6c2fbae
[update] CFLAGS
2021-12-17 14:28:40 +08:00
liukangcc
7733999c0c
[update] stm32f469 lvgl demo
2021-12-16 17:03:43 +08:00
Tangyuxin
d724eed9fc
分离内存分配接口与内存分配算法 ( #5175 )
...
* [kernel][mem] Multiple instances of small memory allocation algorithm
* [kernel][mem] Change small memory management algorithm memory header flag
* [kernel][mem] Fix assertion problem
* [kernel][slab] Multiple instances of slab memory management algorithm
* [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces
* [kernel][mem] Clean up memory space of small memory management objects
* [kernel][kservice] Add memory application interface and thread protection interface
* [kernel][kservice] Fix function return value problem
* [kernel][memheap] Optimize memheaptrace print
* [kernel][memheap] Support best mode
* [kernel][memory] Remove semaphore lock
* [kernel][memheap] Add locked flag
* [kernel][memory] Support malloc memory in interrupt
* [kernel][memheap] Add 'memheapcheck' cmd
* [kernel][mem] Fix failure to request full memory
* [kernel][memheap] Fix compilation warning
* [kernel][mem] Fix mem realloc ASSERT
* [examples][testcases] Add small mem testcase
* [examples][mem_tc] Modify test memory size
* [examples][testcases] Add slab memory management algorithm test case
* [examples][testcases] fix small memory management algorithm test case
* [kernel][memory] Adjusting memory allocation algorithm object definition and interface
* [kernel][memory] Fix compilation warning
* [examples][utest] Fix mem test case
* [examples][utest] fix slab test case
* [utest][testcases] Shorten test time
* [kernel][memory] Formatting code
* [examples][utest] Adjust test run time
* [examples][utest] Formatting code
* [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
Meco Man
878ecd14f4
[stm32] add ignore_format.yml
2021-12-13 00:49:48 -05:00
Meco Man
77dc58534a
[stm32][f469]update lvgl demo
2021-12-06 09:33:04 -05:00
Bernard Xiong
36d5154256
Merge pull request #5320 from mysterywolf/pse-master
...
[POSIX] move PSE branch to master
2021-12-05 13:16:39 +08:00
Meco Man
7b5e6a81f9
[stm32][gcc] 修复栈为0的bug,将栈扩展到0x400(与Keil IAR一致)
2021-12-03 10:05:03 -05:00
Meco Man
879e9d4c54
更新rtconfig.h
2021-12-01 22:02:36 -05:00
Meco Man
5f2f862ed9
[stm32f469] update project
2021-11-18 11:44:57 -05:00
Meco Man
d6de91c68c
update lvgl
2021-11-17 23:21:14 -05:00
Meco Man
1997e5c65b
[stm32][l475][f469] update lvgl
2021-11-17 18:38:08 -05:00
liukangcc
33bc06de40
[update] add lvgl music demo.
2021-11-11 14:47:42 +08:00
liukangcc
9684f34b08
[update] add dma for lvgl.
2021-11-11 13:57:34 +08:00
guozhanxin
b7764f2aac
[bsp][stm32f469-st-disco] add lvgl port.
2021-10-27 13:50:07 +08:00
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
yangjie
dc09f3760f
更新 stm32 工程,nxp 工程
2020-12-28 15:02:17 +08:00
yangjie11
bec364385c
[SConscript]rename group name
2020-11-21 14:25:22 +08:00
yangjie11
91261e25b9
[SConscript]rename group name
2020-11-20 13:38:11 +08:00
tangweikang
05fc423ed2
[stm32] scons --target=iar
2020-10-27 17:36:47 +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
ZYH
0d0d0d37dc
[BSP][STM32][STM32F469-DISCO]fix build error with qspi
2019-12-30 23:45:14 +08:00
guozhanxin
f50f38745b
Perfect usb driver compatible with HS.|完善usb驱动兼容 HS
2019-10-27 21:06:58 +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
tangweikang
c4c58a0ead
[add] stm32 SDIO_MAX_FREQ option.If not defined, the default minimum value is 1000000 .
2019-06-18 16:14:21 +08:00
Willian Chan
6e7baa7fd5
[bsp][stm32][f469-disco]Fix the BUG of SD card hot plug detection
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-15 09:52:54 +08:00
Willian Chan
d4ad48d893
[bsp][stm32][f469-disco]Add "static" to some APIs.
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 15:03:08 +08:00
Willian Chan
14c5926ff7
[bsp][stm32][f469-disco]Change some API's name
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 14:12:58 +08:00
Willian Chan
33febada5c
[bsp][stm32][f469-disco]Add SD card hot plug detection
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 09:52:01 +08:00
Willian Chan
90e2954724
分离MIPI-LTDC和LCD配置
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-05-24 11:48:17 +08:00
Willian Chan
c702e1289d
[bsp][stm32][f469-disco]Add sdcard driver
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-26 14:55:48 +08:00
Willian Chan
91c342d54d
[bsp][stm32][f469-disco]Fix license issue.
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 19:52:31 +08:00
Willian Chan
9cd099c33c
[bsp][stm32][f469-disco]Add touch drivers
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 19:40:21 +08:00
Willian Chan
07ec9ec64c
[BSP][STM32][F469-DISCO]Add lcd drivers
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:04:26 +08:00
Willian Chan
d8bbf27d3c
[bsp][stm32][469]修复编译错误。
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-12 15:25:26 +08:00
ZYH
836ecef614
resubmit [BSP][STM32][469-DISCO]Add flash sdram usb drivers
2019-04-11 11:21:41 +08:00
ZYH
d212787bbb
[BSP][STM32][469-DISCO]Add flash sdram usb drivers
2019-04-11 10:27:49 +08:00
Bernard Xiong
bee289a63e
Update SConscript
2019-04-10 21:46:21 +08:00
Willian Chan
9bf8d1d119
【修改】README.md文件及rtconfig.py文件相关配置。
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 12:04:14 +08:00
Willian Chan
d8e004fb04
【修改】Kconfig配置,与README.md保持一致。
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 10:48:23 +08:00
Willian Chan
b3d7073fff
【增加】stm32f469-st-disco开发板的BSP
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-09 19:52:21 +08:00