1 Star 1 Fork 20

xuyisoso / eBox_Framework

forked from shentq / eBox_Framework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ebox_stm32

ebox_stm32特点

1.在STM32的库文件的基础上封装一层类似于Arduino的API。

2.使得STM32也可以使用arduino的大部分驱动。驱动程序从github上下载后稍作修改就可以使用。

3.快速实现底层驱动代码,减少STM32开发人员编写、调试器件驱动的工作量,提高驱动的重复利用率。

支持芯片

1、STM32F0系列

2、STM32F1系列

3、STM32F4系列

如何编译

本项目使用MDK 5编译

固件库支持

  • MCU芯片的全部外设(Gpio,Exti,Timer,Uart,Pwm,Spi,I2c,Adc,Wdg等等)
  • 传感器,执行器的驱动文件
  • 网络(w5500,ESP8266)
  • 文件系统(Fatfs)
  • 操作系统(FreeRTOS,uCOS,ebox_os)
  • 数字滤波器(高通,低通,带通)
  • PID控制器
  • IO事件管理器(IO事件驱动)
  • 色彩管理器(HSL,HSV,RGB)
  • 万年历
  • 线性回归(主要用于数据采集器的校准)
  • JSON
  • FreeModbus
  • gui

论坛支持

bbs.eboxmaker.com

MIT License Copyright (c) 2018 eBox Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

ebox是类似于arduino的一层api,简化stm32编程 展开 收起
C
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/xuyisoso/eBox_Framework.git
git@gitee.com:xuyisoso/eBox_Framework.git
xuyisoso
eBox_Framework
eBox_Framework
master

搜索帮助