Commit Graph

30 Commits

Author SHA1 Message Date
Man, Jianting (Meco) bb1084556f [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题
* [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题

* format codes

* [libc] 整理格式

* refresh projects
2022-01-09 00:20:32 +08:00
Meco Man 5187d75af5 [armclang] 使用__clang__代替__CLANG_ARM 2021-12-29 14:15:38 -05:00
guo 2babfedd52
Merge pull request #5397 from liukangcc/cflag
[update] CFLAGS
2021-12-21 17:50:54 +08:00
Man, Jianting (Meco) 6369e89502
[posix] POSIX standard implementation for PSE51 (#5384)
* [posix] POSIX standard implementation for PSE51

- add some posix's interfaces that we haven't before.
- these PR have passed the interface definition test across gcc platfrom;
- have tested base on qemu-a9 and stm32h750-art-pi.

* [newlib] only enable POSIX.1-1990

* update projects
2021-12-17 15:34:17 +08:00
liukangcc b0f6c2fbae [update] CFLAGS 2021-12-17 14:28:40 +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 879e9d4c54 更新rtconfig.h 2021-12-01 22:02:36 -05:00
Meco Man 032fb73de6 [bsp][Vango V85xx] modify NULL to RT_NULL 2021-10-15 08:37:32 -04:00
rtthread-bot b7258740e6 Merge remote-tracking branch 'rtt_gitee/gitee_master' 2021-10-15 07:46:27 +00: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 1083ea59c8
Revert "[update] Fix compiler flags issue" 2021-10-14 14:36:58 +08:00
liukangcc 5fef77fcdd [update] Fix compiler flags issue 2021-10-14 11:38:06 +08:00
傅尔先森 7e4e58a50e 将`NULL`修改为`RT_NULL` 2021-09-26 06:13:38 +00:00
似水流年 ad197870d2 main.c增加空行,将debug输出移动到board.h 2021-09-21 16:24:18 +08:00
似水流年 b81dc4a933 匹配spi驱动,开放SPI1和SPI2,scons和mdk5编译通过 2021-09-21 16:15:53 +08:00
似水流年 e923ba2884 Add v85xx spi driver first version 2021-09-21 14:56:40 +08:00
FuChao f4305df3f5 更正keil5编译时不能自动加入startup的问题 2021-09-12 10:38:52 +08:00
FuChao 1b52935dc8 增加串口5,串口中断已可用 2021-09-12 10:38:09 +08:00
FuChao ea5d55e7de fix GPIO define 2021-09-12 10:36:14 +08:00
FuChao 850815db62 增加GPIO中断 2021-09-10 11:21:47 +08:00
FuChao 3c1c2d4ff3 花括弧换行;ignore_format.yml以空行结束 2021-09-09 21:50:53 +08:00
FuChao a33e89a79c 增加GPIO中断基本实现,fixing... 2021-09-09 00:54:54 +08:00
FuChao 1612d8900b 补充KEIL5编译支持文件,解决KEIL5编译问题 2021-09-09 00:54:19 +08:00
FuChao fc537808cf 更换格式控制文件位置,删除冗余代码和注释,更正芯片命名 2021-09-09 00:52:22 +08:00
FuChao dd910a7805 增加delay的实现;解决编译warning
增加作者信息
2021-09-08 13:08:25 +08:00
FuChao 60c6a878bf 新增对MDK5的编译支持 2021-09-08 13:02:13 +08:00
FuChao e1de520885 README增加数据手册;增加PACK包; 2021-09-08 12:59:45 +08:00
FuChao dcdfd19fe3 add format control 2021-09-07 20:10:30 +08:00
FuChao 8b250bc9ff add Vango V85xx first version 2021-09-07 20:08:26 +08:00