基于stm32f103c8t6开发,兼容stm32f10x系列。
stm32的基础架构服务,不涉及业务逻辑,作为stm32的工程模板和硬件驱动。
os kernel:freertos
memorymanage: heap_4 =============>使用了freertos提供的内存管理方案4
fs:fatfs =============>增加虚拟扇区支持,1物理扇区=2虚拟扇区
io:xprintf =============>改进为线程安全io
shell:nr_micro_shell =============>实现了部分linux命令
tcp/ip:lwip