192.168.1.134
|
8e3caf08b9
|
feat: improve startup flow
1. remove gpio&uart INIT_BOARD_EXPORT
2. init gpio&uart in rt_hw_board_init
3. add clock driver
|
2021-12-03 14:25:13 +08:00 |
192.168.1.134
|
9fa72d0b81
|
fix: fix wrong clock input
|
2021-11-16 14:05:09 +08:00 |
192.168.1.134
|
afe82549a8
|
perf: improve pwm driver
1. add tim1/2/3/4/5/8 pwm driver and test pass by self.
|
2021-11-11 15:55:40 +08:00 |
192.168.1.134
|
d573f6f646
|
feat: add iwdg driver
|
2021-11-10 11:25:37 +08:00 |
Lim-LinYuanbo
|
078c3c5991
|
Merge branch 'master' into master
|
2021-10-27 11:14:33 +08:00 |
192.168.1.134
|
48ffde55a2
|
refactor: improve adc driver
1. Calibration is required when ADC is enabled, and calibration is not required when enabling
ADC.
2. format code style
|
2021-10-27 09:57:55 +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
|
7dc99c1ff4
|
[update] bsp .config file and rtconfig.h file.
|
2021-10-14 14:49:53 +08:00 |
guo
|
1083ea59c8
|
Revert "[update] Fix compiler flags issue"
|
2021-10-14 14:36:58 +08:00 |
liukangcc
|
5fef77fcdd
|
[update] Fix compiler flags issue
|
2021-10-14 11:38:06 +08:00 |
Lim-LinYuanbo
|
06fdc108b4
|
解决无法dist问题 (#5150)
* first commit, keil test pass
* feat : n32g452xx direct structure base at32
1. 重新整理目录结构
* feat : 基于AT32,将各驱动移植整改待验证
1. 部分驱动已经整改,但未验证
2. 根据AT32整改目录结构
* feat : add README document
1. 完善配置文件
2. 添加说明文档
* feat : 验证添加的驱动
1. UART 1-3 验证通过
2. ADC 1-2 CH 6-9 验证通过
3. TIM 6-7 验证通过
* feat : complete readme document
* feat : format code
1. ref https://github.com/mysterywolf/formatting
* feat : 完成PWM驱动移植与自测
1. 添加PWM测试代码
2. 修正PWM驱动周期与脉冲错误问题
* feat : 删除多余代码与多余的文件,修正注释与函数命名
* feat : fix tim channel comment
* feat : 完成DEMO测试例子
1. 完成MAIN函数中的LED测试例子
2. 完善README文档
3. 更新添加许可文件
* feat : 根据BSP提交自查完善固件
1. 添加.ignore_format.yml文件
2. 修正main.c的注释
* feat : add last line in .ignore_format.yml
* feat : delet file_path in .ignore_format.yml
* fix: gPIO/ADC driver
1. add ADC temperature&vref channel.
2.add GPIO IPD/OD configration
* fix: 解决告警
1. 解决告警(rt_drv_pwm.c: warning: implicit declaration of function 'atoi')
* feat: add scons --dist function
* fix: 解决MDK5无法编译问题
* perf: delete invalid code
Co-authored-by: linyuanbo_breo_server <linyuanbo@breo.com.cn>
|
2021-10-12 14:35:01 +08:00 |
192.168.1.134
|
291bbac24f
|
perf: delete invalid code
|
2021-10-12 14:02:26 +08:00 |
192.168.1.134
|
85a2ecdebc
|
fix: 解决MDK5无法编译问题
|
2021-10-11 21:13:57 +08:00 |
192.168.1.134
|
3e6853cd39
|
feat: add scons --dist function
|
2021-10-11 20:53:18 +08:00 |
192.168.1.134
|
4bf86eda9e
|
fix: 解决告警
1. 解决告警(rt_drv_pwm.c: warning: implicit declaration of function 'atoi')
|
2021-10-11 20:21:27 +08:00 |
192.168.1.134
|
f97f623c51
|
fix: gPIO/ADC driver
1. add ADC temperature&vref channel.
2.add GPIO IPD/OD configration
|
2021-10-11 20:00:58 +08:00 |
Lim-LinYuanbo
|
77638c1787
|
添加 N32G452 最小系统 BSP 源码 (#4959)
[add] N32G452 BSP
|
2021-09-09 20:31:17 +08:00 |
linyuanbo_breo_server
|
49fcf9f4cd
|
feat : delet file_path in .ignore_format.yml
|
2021-09-06 17:40:55 +08:00 |
linyuanbo_breo_server
|
30d49d46ab
|
feat : add last line in .ignore_format.yml
|
2021-09-06 17:39:52 +08:00 |
linyuanbo_breo_server
|
fbf5638540
|
feat : 根据BSP提交自查完善固件
1. 添加.ignore_format.yml文件
2. 修正main.c的注释
|
2021-09-03 12:06:34 +08:00 |
linyuanbo_breo_server
|
cee60d220f
|
feat : 完成DEMO测试例子
1. 完成MAIN函数中的LED测试例子
2. 完善README文档
3. 更新添加许可文件
|
2021-08-29 08:56:54 +00:00 |
linyuanbo_breo_server
|
6f11b2e93e
|
feat : fix tim channel comment
|
2021-08-26 02:10:59 +00:00 |
linyuanbo_breo_server
|
b15e88ee6f
|
feat : 删除多余代码与多余的文件,修正注释与函数命名
|
2021-08-25 11:21:49 +00:00 |
linyuanbo_breo_server
|
776398d4d6
|
feat : 完成PWM驱动移植与自测
1. 添加PWM测试代码
2. 修正PWM驱动周期与脉冲错误问题
|
2021-08-24 07:35:33 +00:00 |
linyuanbo_breo_server
|
1a01951a57
|
feat : format code
1. ref https://github.com/mysterywolf/formatting
|
2021-08-24 01:53:07 +00:00 |
linyuanbo_breo_server
|
ad3f0fb108
|
feat : complete readme document
|
2021-08-20 10:28:02 +00:00 |
linyuanbo_breo_server
|
f14823543a
|
feat : 验证添加的驱动
1. UART 1-3 验证通过
2. ADC 1-2 CH 6-9 验证通过
3. TIM 6-7 验证通过
|
2021-08-20 10:23:07 +00:00 |
linyuanbo_breo_server
|
83cd6c91b9
|
feat : add README document
1. 完善配置文件
2. 添加说明文档
|
2021-08-19 10:14:30 +00:00 |
linyuanbo_breo_server
|
3ef5278322
|
feat : 基于AT32,将各驱动移植整改待验证
1. 部分驱动已经整改,但未验证
2. 根据AT32整改目录结构
|
2021-08-19 08:19:02 +00:00 |
linyuanbo_breo_server
|
0e28321c2c
|
feat : n32g452xx direct structure base at32
1. 重新整理目录结构
|
2021-08-14 09:17:51 +00:00 |
linyuanbo_breo_server
|
516d2a3640
|
first commit, keil test pass
|
2021-07-20 09:00:20 +00:00 |