armink
|
a6b6b05d7d
|
[drivers/rtc] Update NTP update time API.
|
2018-05-10 18:29:56 +08:00 |
armink
|
5501ec36cb
|
[components/libc] Move time() and clock() function to libc time.c.
|
2018-05-07 18:19:15 +08:00 |
aozima
|
088990f7d3
|
update enc28j60 driver: ensure enable PHY link changed interrupt.
|
2018-05-05 13:26:18 +08:00 |
aozima
|
3ec384d809
|
update enc28j60 driver: format code by Astyle.
|
2018-05-05 13:17:48 +08:00 |
ZHANG Jinglong
|
f1e2dd487e
|
fix an i2c debug print bug
|
2018-05-03 23:44:56 +08:00 |
zyh
|
c053119fac
|
[Components][HOST]fix sem name
|
2018-04-27 15:27:26 +08:00 |
zyh
|
4f40bc80ec
|
[Components][USB device] kconfig allow none class
|
2018-04-24 15:00:33 +08:00 |
zyh
|
1ed770039c
|
[Coponents][USB device]add class register interface
|
2018-04-24 12:48:05 +08:00 |
zyh
|
4c0be8c776
|
[Components][USB]Add stack size config
|
2018-04-23 20:09:01 +08:00 |
armink
|
7c97e16ecf
|
[DeviceDriver] Fix RT_DEBUG_SFUD in Kconfig.
|
2018-04-19 19:40:47 +08:00 |
Bernard Xiong
|
0e1ab3d54a
|
Merge pull request #1349 from TanekLiang/rtc-warning
fixed warning when only enable finsh shel…
|
2018-04-09 13:53:38 +08:00 |
liang yongxiang
|
cc81b47be2
|
[components] fixed signed/unsigned mismatch warning
|
2018-04-09 12:05:51 +08:00 |
liang yongxiang
|
2f5a9c37fa
|
[DeviceDriver][RTC] fixed warning when only enable finsh shell: function "date" was declared but never referenced
|
2018-04-09 12:00:43 +08:00 |
armink
|
80c2015c3a
|
[DeviceDriver] Remove rt_memory api using on SFUD.
|
2018-04-01 23:03:43 +08:00 |
Bernard Xiong
|
c6a5a2a386
|
Merge pull request #1314 from enkiller/dev
[drivers]Fix put_force bug
|
2018-03-28 00:53:08 +08:00 |
heyuanjie87
|
fa09a700c1
|
Update audio.c
|
2018-03-27 13:59:22 +08:00 |
tangyuxin
|
5b31545970
|
[drivers]Fix put_force bug
|
2018-03-25 07:54:31 +08:00 |
ZYH
|
93060f2478
|
Merge remote-tracking branch 'upstream/master'
|
2018-03-23 14:52:07 +08:00 |
ZYH
|
0fcf08ae88
|
[Components][USB]fix a compile error
|
2018-03-23 14:52:00 +08:00 |
armink
|
c74bc870e8
|
[DeviceDriver][RTC] Fix rtc Kconfig and missing return.
|
2018-03-21 09:15:21 +08:00 |
ZYH
|
7262ab7364
|
[Components][USB Device]增加复合设备对HS的支持
|
2018-03-16 18:40:07 +08:00 |
ZYH
|
5035662cd9
|
[Components][USB Device]各个class对HS进行了适配
部分class还不支持HS,RNDIS存在暂时无法解决的已知bug
|
2018-03-16 18:36:14 +08:00 |
ZYH
|
0ab93e70f0
|
[Components][USB Device]增加协议栈对HS设备的支持
- 增加winusb对HS的支持。其余class还在完善中
|
2018-03-16 16:02:57 +08:00 |
ZYH
|
9ad0cb214d
|
Merge pull request #1280 from charlown/master
fix cdc_vcom.c notify receive data.
|
2018-03-15 21:43:17 +08:00 |
tangyuxin
|
a745d5ee03
|
[drivers][pin]增加两种IO中断模式
|
2018-03-15 11:12:22 +08:00 |
charlown
|
4f1f0ad918
|
fix cdc_vcom.c notify receive data.
|
2018-03-15 10:07:23 +08:00 |
aozima
|
0e4de6f8f4
|
[DeviceDrivers][SPI][spi_msd.c] fixed CSD Version 2.0 sector count calc.
|
2018-03-09 21:38:18 +08:00 |
aozima
|
f582bb5ba4
|
[DeviceDrivers][SPI] format spi_msd.c
|
2018-03-09 21:38:09 +08:00 |
uestczyh222
|
6bfb966d7d
|
[Components][WINUSB]Fix USB_VENDOR_ID and USB_PRODUCT_ID Macro
|
2018-03-09 15:28:57 +08:00 |
uestczyh222
|
55a1c11abc
|
[Components][WINUSB]Add Guid config to Kconfig Add VID PID config
|
2018-03-09 15:21:33 +08:00 |
tangyuxin
|
2bbb27c29c
|
[drivers]修复定时器驱动框架单次长时间定时不准确的问题
|
2018-03-06 10:40:02 +08:00 |
Bernard Xiong
|
3aa582bc17
|
[BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc
|
2018-03-04 22:35:07 +08:00 |
Bernard Xiong
|
ba2b1f0e56
|
[DeviceDrivers][MMC] rename fls to __rt_fls
|
2018-03-04 17:25:59 +08:00 |
tangyuxin
|
6ceb4554fc
|
[Drivers]修复不打开dfs时,wlan驱动编译出错的问题
|
2018-03-01 09:15:32 +08:00 |
armink
|
ae867e1b65
|
[DeviceDriver][RTC] Add readme doc.
|
2018-02-16 13:16:53 +08:00 |
armink
|
cd23728070
|
[DeviceDriver][RTC] Add soft RTC and NTP auto sync time config to Kconfig.
|
2018-02-16 13:14:48 +08:00 |
armink
|
59be76af25
|
[DeviceDriver][RTC] Add 'date' command for set and get date time.
|
2018-02-16 13:03:56 +08:00 |
armink
|
47f389732d
|
[DeviceDriver] Add clock() to rtc.c .
|
2018-02-16 13:01:03 +08:00 |
armink
|
ce6b0a6efb
|
[DeviceDriver] Add NTP auto sync time for RTC device.
|
2018-02-16 12:58:48 +08:00 |
armink
|
c4f4710b43
|
[DeviceDriver][RTC] Add software simulation RTC device.
|
2018-02-16 12:46:29 +08:00 |
ZYH
|
6b18ef3b6a
|
Merge pull request #1209 from ChunfengMu/fix_bugs
cdc_vcom dma 发送流程修改
|
2018-02-09 12:40:59 +08:00 |
aozima
|
cd74a4be47
|
[drivers] move tf/sd card driver to spi/spi/spi_msd.c, and update Kconfig script.
|
2018-02-07 10:28:30 +08:00 |
ChunfengMu
|
a499c18072
|
[Components][Drivers][USB]vcom dma_tx模式下根据bulk in提交能力限制tx_ringbuffer的填充长度,避免对下次bulk in传输造成影响.
|
2018-02-06 01:49:59 +08:00 |
ChunfengMu
|
9798917638
|
1:解决主机端未打开串口时,设备端应用程序dma模式下操作vcom发送数据时,dataqueue条目泄漏的问题。
|
2018-01-31 02:37:34 +08:00 |
ChunfengMu
|
263e9faae4
|
Update cdc_vcom.c
|
2018-01-30 10:19:40 +08:00 |
ChunfengMu
|
2ea318cc03
|
1:解决未使用串口设备时,bulkout端点接收数据触发断言的问题。
|
2018-01-30 01:24:00 +08:00 |
armink
|
7b8f8d9615
|
[DeviceDriver][SFUD] Fix flash device lock not detach when an error occurred. #1167
|
2018-01-28 18:29:33 +08:00 |
armink
|
c63d9a8864
|
[DeviceDriver][SFUD] Update SFUD to latest version.
|
2018-01-28 18:14:45 +08:00 |
ChunfengMu
|
0b0cbaf9aa
|
[Components][Drivers][USB]fix compiling errors
|
2018-01-24 00:27:11 +08:00 |
Bernard Xiong
|
828804e26d
|
Merge pull request #1184 from uestczyh222/master
[Components][Drivers][USB Device]fix ep assign bug
|
2018-01-22 15:43:10 +08:00 |