SC-201611121359\Administrator
|
f4f1a88975
|
增加 F4 GCC 启动文件。
修改 F1/F4 配置文件uart改为uart1。
修改 F1/F4 main 打印内容。
|
2022-07-31 23:30:33 -04:00 |
Aligagago
|
250b3cbc16
|
使用 AStyle.exe 统一代码格式
|
2022-07-27 11:45:29 +08:00 |
Aligagago
|
1b55a1dedd
|
1. 更新 apm32\libraries\APM32F10x_Library 为 Geehy 官网 APM32F10x_SDK_V1.6。
2. 增加 apm32\libraries\APM32F4xx_Library 为 Geehy 官网 APM32F4xx_SDK_V1.2。
3. 更新 apm32\libraries\Drivers。
4. 增加 apm32f407ig-minibroard 支持。
|
2022-07-27 11:45:29 +08:00 |
stevetong459
|
84e18bb2d5
|
fix the startup files of apm32f1 (#5725)
* fix the startup files of apm32f1
* delete ARM folder for apm32f1
|
2022-03-28 16:50:01 +08:00 |
stevetong459
|
fb61c7960b
|
本次PR涉及①BSP驱动新增②F103库更新③GCC、IAR适配及MDK更新④README文件及由更新驱动引起的脚本改动。 (#5638)
* 本次提交包括①BSP驱动新增②F103库更新③GCC、IAR适配及MDK更新④README文件及由更新驱动引起的脚本改动。
详情如下:
一、BSP驱动新增
这是本次PR的主要目的,现新增了如下BSP驱动:
ADC、DAC、RTC、PWM、HWTIMER、I2C、SPI和WDT等八个驱动文件。
二、F103库更新:
本次提交使用2022年3月初极海官网发布的最新F103库,主要增加了版权声明、USB驱动及其他代码调整。
三、编译器适配:
1、新增GCC编译支持,在ENV工具下编译能成功且输出的bin文件能够使开发板闪灯。
2、新增IAR工程支持。
3、由F103的SDK更新,MDK的工程也进行了相应更新。
四、其他
1、README文件做了修改,加入了scons编译后的jlink下载说明和官网链接。
2、Kconfig、SConscript脚本根据驱动更新做了修改。
* 格式化代码(AStyle + Formatting)
* 增加BSP APM版权声明
* 在ci添加当前bsp的路径,以能够验证gcc能否正常编译
* 路径的“\”改为“/”
|
2022-03-08 12:03:06 +08:00 |
guo
|
cda8caeda0
|
Merge pull request #5180 from liukangcc/bsp
[update] bsp .config file and rtconfig.h file.
|
2021-10-15 13:54:46 +08:00 |
liukangcc
|
eb962237f5
|
[update] add .ignore_format.yml for apm32 bsp.
|
2021-10-14 15:36:09 +08:00 |
BernardXiong
|
c82bce24a7
|
[BSP] fix formating issue
|
2021-09-25 12:09:09 +08:00 |
BernardXiong
|
43336faf1e
|
[BSP] fix formatting issue in APM32 BSP
|
2021-09-25 12:05:46 +08:00 |
WuKaiLi
|
284c6ffc98
|
解决 代码格式问题
添加联系人
|
2021-09-05 21:40:55 +08:00 |
abbcc
|
3ac58b8577
|
添加 APM32F103ZE MINI 板 bsp
|
2021-09-02 09:55:07 +08:00 |