* [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
* [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
we no longer use hbird_eval to stand for board using by
nuclei fpga development boards, we are now using nuclei_fpga_eval
to stand for it.
nowadays the fpga bitstream cpu freq is 16MHz, and uart tx/rx
both works at 115200bps, so we change the baudrate to 115200bps
Signed-off-by: Huaqi Fang <578567190@qq.com>
Although the program elf is uploaded successfully, the upload message is
still "Remote communication error.“, but actually upload works.
After fix, it will be "[Inferior 1 (Remote target) detached]"
By the way, I also checked latest nuclei-sdk 0.3.0 release with latest
rt-thread source code
Signed-off-by: Huaqi Fang <578567190@qq.com>
Squashed commit of the following:
commit 32dd349ccf
Author: Huaqi Fang <578567190@qq.com>
Date: Thu Jun 11 16:08:08 2020 +0800
bsp/nuclei: Add more documentation about how to use RT-Thread in RV-STAR
Signed-off-by: Huaqi Fang <578567190@qq.com>
commit c9474c20a5
Author: Huaqi Fang <578567190@qq.com>
Date: Thu Jun 11 14:06:42 2020 +0800
bsp/nuclei: remove comments in rt_hw_*_drvinit
Signed-off-by: Huaqi Fang <578567190@qq.com>
commit 89b5caa2c3
Author: Huaqi Fang <578567190@qq.com>
Date: Thu Jun 11 13:52:12 2020 +0800
bsp/nuclei: Add a entry README.md for nuclei bsp
Signed-off-by: Huaqi Fang <578567190@qq.com>
commit ae50d6e9bd
Author: Huaqi Fang <578567190@qq.com>
Date: Thu Jun 11 11:52:52 2020 +0800
bsp/nuclei: update README.md cover more pinmux section
Signed-off-by: Huaqi Fang <578567190@qq.com>
commit 1a42d85dfe
Author: Huaqi Fang <578567190@qq.com>
Date: Thu Jun 11 08:52:06 2020 +0800
bsp/nuclei: clean up unused code in drv_spi.c
Signed-off-by: Huaqi Fang <578567190@qq.com>
commit b40edcdf59
Author: Huaqi Fang <578567190@qq.com>
Date: Wed Jun 10 14:09:15 2020 +0800
bsp/nuclei: Format the code comments for hw pinmux init
Signed-off-by: Huaqi Fang <578567190@qq.com>
commit c8ae9fdfdb
Author: Huaqi Fang <578567190@qq.com>
Date: Mon Jun 8 17:12:43 2020 +0800
bsp/nuclei: Add more drivers support for gd32vf103
* More drivers are supported for rvstar board, see README.md
* If user want to use these supported drivers, menuconfig is required
* User also need to setup pinmux for its coresponding driver in
board/board.c
Signed-off-by: Huaqi Fang <578567190@qq.com>
Signed-off-by: Huaqi Fang <578567190@qq.com>