CooCox前日发布了基于NUC122系列的CoX外设库。
CoX组件具有以下特点:
Features :- Free and open source under BSD license
- Peripherals library with a unified standard interface, can be ported to other MCUs easily
- Full functions of the peripheral, CoX still provides a set of APIs for special MCU features
- Support interrupt, CoX extracts a set of interrupt events
- A lot of reused drivers
- Extensive documentation generated using doxygen standard
- Standard definition of the API reference for almost all the Cortex-M0/M3 MCU manuals
- Add a new innovative element, such as the short pin (PA2) in GPIO module
- Strict coding standard and does not affect code size and speed, through rigorous testing and verification
- Configurable
- Provide blank template to make port more easily
最重要的是,如果你使用CoX组件,就能很方便的使用,那些用CoX标准编写的驱动了。
详情请访问:http://www.coocox.org/cox.html
获取CoX驱动请访问:https://github.com/coocox/cox |