Commit Graph

11 Commits

Author SHA1 Message Date
Blues-Jiang a095de14c2 Init update. 2022-01-18 16:51:46 +08:00
Blues-Jiang 774031aed2 [bsp/n32g452xx] Unified header file definition. "GPIO_H__" to "DRV_GPIO_H". "USART_H" to "DRV_USART_H"
[bsp/n32g452xx] In drv_pwm.c, variable meaning is different with RT-Thread interface definition. Fixed and tested.
[bsp/n32g452xx] Add support for UART4/UART5.
[bsp/n32g452xx] In drv_gpio.c Modify "N32F10X_PIN_NUMBERS" to "N32G45X_PIN_NUMBERS".
2022-01-08 16:06:13 +08:00
192.168.1.134 d6b05287bb fix: fix wrong define and warning 2021-12-09 15:48: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
192.168.1.134 3e6853cd39 feat: add scons --dist function 2021-10-11 20:53:18 +08:00
linyuanbo_breo_server 6f11b2e93e feat : fix tim channel comment 2021-08-26 02:10:59 +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 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 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