rt-thread-official/components/drivers
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
..
audio [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
can [finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题 2021-09-05 01:57:26 -04:00
cputime [cputime] add sys/errno.h 2021-06-12 18:17:18 +08:00
hwcrypto [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
hwtimer [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
i2c add I2C bus control api 2021-04-20 00:26:28 +08:00
include [DeviceDriver][RTC] Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL and RT_DEVICE_CTRL_RTC_SET_TIMEVAL ops 2021-09-29 17:52:10 +08:00
misc 解决无法dist问题 (#5150) 2021-10-12 14:35:01 +08:00
mtd Remove C Style Command Shell 2021-08-23 17:30:05 +08:00
phy [BSP] fix compiling issue with libc 2021-09-11 18:09:22 +08:00
pm [pm] index should be less than PM_MODLUE_MAX_ID 2021-06-22 23:56:55 +08:00
rtc [DeviceDriver][RTC] Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL and RT_DEVICE_CTRL_RTC_SET_TIMEVAL ops 2021-09-29 17:52:10 +08:00
sdio [sdio] remove rt_mmcsd_blk_init 2021-08-01 07:31:32 +08:00
sensors Remove C Style Command Shell 2021-08-23 17:30:05 +08:00
serial 使用poll.h代替dfs_poll.h 2021-09-11 11:56:54 -04:00
spi Remove C Style Command Shell 2021-08-23 17:30:05 +08:00
src 使用poll.h代替dfs_poll.h 2021-09-11 11:56:54 -04:00
touch Bypass controlling commands in touch class to driver. 2021-05-03 13:21:47 +08:00
usb 【完善】uac class, 去除 GPL 代码 2021-04-21 16:39:14 +08:00
watchdog [kernel][devices] add security devices 2021-03-19 13:26:12 +08:00
wlan [finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题 2021-09-05 01:57:26 -04:00
Kconfig [serial] 增加serial_v2版本的框架和基于stm32的串口驱动 2021-06-08 09:38:43 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00