Commit Graph

23 Commits

Author SHA1 Message Date
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
Sherman a4cec7acc7 [fix] MDK 旧版本错误识别 SConscript 文件 2021-12-14 23:10:26 +08:00
Sherman 218a6bbe24 [fix] 缺少文件导致的编译错误 2021-12-14 23:10:26 +08:00
Sherman 0f0093aa3e [UPDATE]添加新驱动、完善 BSP
- [update] 更新 template 工程配置
 - [update] 更新 PLATFORM 配置
 - [add] 添加 ra icu 驱动文件
 - [add] 增加传感器类型 IAQ、EtOH
 - [add] 添加 CAN 驱动
 - [add] 添加 RW007 驱动及使用说明
 - [fix] GCC 编译问题
 - [fix] flash 驱动
 - [fix] 修改 scons 脚本配置
2021-12-14 11:04:46 +08:00
Meco Man 879e9d4c54 更新rtconfig.h 2021-12-01 22:02:36 -05:00
Sherman 8b3d2adff4 [update] 同步 rt-thread 主仓库代码 2021-11-04 14:07:01 +08:00
Sherman 85934d95e6 Merge branch 'fix_1103'
# Conflicts:
#	bsp/ra6m4-cpk/README.md
#	bsp/ra6m4-cpk/docs/picture/rascuart.png
#	bsp/ra6m4-cpk/docs/使用瑞萨FSP配置工具.md
#	bsp/ra6m4-cpk/src/hal_entry.c
2021-11-03 20:49:45 +08:00
Sherman 91a0d2a75a [fix] 修复代码中的错误
[update] 更新说明文档,修改文档中的错误描述
2021-11-03 20:40:06 +08:00
Sherman 84daab189d [add] 添加 PWM 驱动
[fix] 修复scons脚本中错误的依赖宏
2021-11-01 14:34:13 +08:00
Sherman c5933a652c [add] 添加 flash 驱动
[add] 添加 SPI、flash、ADC、DAC 说明文档
2021-10-28 10:33:48 +08:00
Sherman ff45ee7bbb [fix] 格式化代码风格 2021-10-27 11:30:05 +08:00
Sherman ec311ee500 [add] 添加 DAC、ADC、SPI 驱动 2021-10-27 11:28:55 +08:00
Sherman ddc5a84dc9 [fix] 整理BSP工程配置
[add] 添加文档中缺失的图片
2021-10-26 21:38:05 +08:00
Sherman 6432cf4af9 [add] 添加 RTC、WDT 驱动 2021-10-22 15:37:05 +08:00
Sherman 1e880bc30a [add] 添加 软件IIC 驱动 2021-10-18 16:56:27 +08:00
Sherman 3e344b47ae [add] 添加 GPIO 驱动 2021-10-18 14:50:50 +08:00
Sherman bb163a51b6 [add] 添加忽略 RASC 生成的目录文件 2021-10-14 09:45:27 +08:00
Sherman de3fe00954 [add] 添加 README.md 及相关文档 2021-10-13 19:19:51 +08:00
Sherman 9e00f2b079 [add] 添加 README.md 及相关文档 2021-10-12 09:46:25 +08:00
Sherman 047c9453f3 [add] 添加 RA6m4-CPK 的 BSP 支持包 2021-10-11 16:26:39 +08:00