Skip to content

stm32f10x系列基础服务框架,作为stm32的工程模板和硬件驱动。项目集成kernel io fs shell tcpip等基础服务框架

License

Notifications You must be signed in to change notification settings

zhangoneone/stm32f103c8t6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32f103c8t6

基于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

About

stm32f10x系列基础服务框架,作为stm32的工程模板和硬件驱动。项目集成kernel io fs shell tcpip等基础服务框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages