Commit Graph

4554 Commits

Author SHA1 Message Date
Bernard Xiong 5b73dfa0d5 Merge pull request #731 from ArdaFu/master
[libc] Add dummy _gettimeofday function when hardware do not have the…
2017-05-05 18:01:50 +08:00
ArdaFu 707540a8d3 [libc] Add dummy _gettimeofday function when hardware do not have the RTC. 2017-05-05 17:52:39 +08:00
Bernard Xiong c65fc02427 Merge pull request #730 from TanekLiang/learn
[bsp] correct stm32f4xx flash vector table base location
2017-05-04 17:53:42 +08:00
tanek liang 30f825ee24 correct stm32f4xx flash vector table base location 2017-05-04 17:24:14 +08:00
Bernard Xiong 983dcc49a5 Merge pull request #728 from ArdaFu/master
[bsp] tm4c129x update TivaWare to 2.1.4.178
2017-04-25 20:29:55 +08:00
ArdaFu 3e185bca9c 1. [bsp] tm4c129x update TivaWare to 2.1.4.178 2017-04-25 18:02:51 +08:00
Bernard Xiong cd34fa8e08 Merge pull request #726 from xools/lwip-2.0.2.fix
[lwIP] Lwip 2.0.2.fix
2017-04-24 17:43:22 +08:00
xools 8be3552036 refine BYTE_ORDER macro 2017-04-22 22:42:36 -07:00
xools 3cad43fc05 add lwip-2.0.2 compile compatibility 2017-04-22 22:39:09 -07:00
Bernard Xiong d320c43d2d Merge pull request #723 from JianRuiqian/patch-1
[DeviceDrivers] Fix the sdio_irq_wakeup issue; Fix sdio_unregister_driver issue.
2017-04-19 21:16:31 +08:00
ruiqian f136f8895a Update sdio.c 2017-04-19 20:03:11 +08:00
ruiqian 24185f4721 Update sdio.c
Fix a bug in function sdio_unregister_driver
2017-04-19 19:43:40 +08:00
Bernard Xiong 9804753614 Merge pull request #720 from xools/master
[DFS] fix fattime different from elmfat definition
2017-04-17 09:14:45 +08:00
xools 5b50c7e41b fix fattime different from elmfat definition 2017-04-16 16:13:15 -07:00
Bernard Xiong e979b8a8b9 Merge pull request #718 from armink/patch-1
[Kernel] Update date in the kservice.c
2017-04-14 22:10:24 +08:00
朱天龙 (Armink) c3c26baf6f Update kservice.c
Update year info from 2016 to 2017
2017-04-14 14:55:35 +08:00
Bernard Xiong 56fbe947be Merge pull request #717 from armink/modbus_update
[net] Modbus update KConfig.
2017-04-14 13:48:54 +08:00
armink c8ae11c428 [Modbus] Add KConfig for Modbus. 2017-04-14 13:39:28 +08:00
Bernard Xiong cb0a4962e2 Merge pull request #716 from AubrCool/fix-stm32f10x.usart.parity.err
[Bsp] stm32f10x usart correct rx parity err
2017-04-13 13:08:00 +08:00
Aubr.Cool fd08d0ba50 [Bsp] stm32f10x usart correct rx parity err 2017-04-13 12:47:49 +08:00
armink be18a1d0e7 [Modbus] Update the code to the latest version. 2017-04-12 19:27:42 +08:00
Bernard Xiong d185f09303 Merge pull request #715 from MoonwalkerLee/master
[dfs] fix the f_bsize and f_blocks issue in function dfs_uffs_statfs
2017-04-12 17:16:46 +08:00
lizhen9880 d883f7e23b fix the f_bsize and f_blocks issue in function dfs_uffs_statfs 2017-04-12 14:32:12 +08:00
Bernard Xiong 47a185bba1 Merge pull request #714 from MoonwalkerLee/master
[BSP] 增加bsp:stm32f429-apollo
2017-04-12 13:07:25 +08:00
lizhen9880 3e6f64fe7a the file description is modified to local variable in function
static void copydir(const char * src, const char * dst)
2017-04-12 10:53:53 +08:00
lizhen9880 b588d81963 cleanup some files 2017-04-12 09:58:09 +08:00
lizhen9880 1da83c5c4c 增加bsp:stm32f429-apollo
硬件信息:正点原子apollo 开发板
本bsp已实现功能:UFFS,FAT(SDcard),应用模块
2017-04-12 09:25:37 +08:00
Bernard Xiong 5502558df9 [DFS] fix the st_blksize issue in elm fatfs. 2017-04-11 09:33:25 +08:00
Bernard Xiong 85cdcab460 Merge pull request #713 from armink/fix#712
[Kernel] Fix thread delete and thread detach bug. #712
2017-04-10 11:09:20 +08:00
armink 2d593a22b7 [Kernel] Fix thread delete and thread detach bug. #712 2017-04-10 09:53:45 +08:00
Bernard Xiong 1368e01470 [BSP] fix RT_DFS_ELM_MAX_LFN to 255. 2017-04-09 19:23:28 +08:00
Bernard Xiong 462885e6f1 [Kernel] rename list_for_each/list_first_entry. 2017-04-09 19:13:21 +08:00
Bernard Xiong b1f1536688 [kernel] Add thread_inited_hook. 2017-04-09 19:12:53 +08:00
Bernard Xiong 0a0f04069a Merge pull request #707 from qiaoqidui/master
[SQLite] fix fdatasync bug
2017-03-29 16:59:40 +08:00
Bernard Xiong d07006b739 Merge pull request #709 from armink/patch-1
Update README.md
2017-03-29 16:58:54 +08:00
朱天龙 (Armink) 385ad3185d Update README.md 2017-03-29 13:25:34 +08:00
Bernard Xiong 873acdc52a Merge pull request #708 from HuangXiHans/master
[lwIP] Add lwip-2.0.2 TCP/IP Stack
2017-03-27 11:19:58 +08:00
HuangXiHans 9487f68f2b Add lwip-2.0.2 TCP/IP Stack 2017-03-27 11:00:48 +08:00
qiaoqidui fe56fad9e5 fix fdatasync bug 2017-03-25 14:32:37 +08:00
Bernard Xiong 5e98c690a1 Merge pull request #700 from hichard/hichard
[DFS] update elm fatfs to 0.12b version.
2017-03-20 19:19:44 +08:00
Bernard Xiong 54c5b83c14 Merge pull request #704 from AubrCool/fix-pin.driv.add.irq.apis
[DeviceDrivers] pin: add irq APIs.
2017-03-18 11:46:27 +08:00
Bernard Xiong 08f861f899 Merge pull request #706 from armink/serial_rx_dma
[DeviceDrivers] 增强串口 DMA 接收驱动的可靠性
2017-03-18 11:44:53 +08:00
armink 82930906a2 [BSP] Enhanced stm32f10x serial DMA rx driver reliability. 2017-03-17 16:45:23 +08:00
armink cebbee7908 [BSP] Enhanced stm32f40x serial DMA rx driver reliability. 2017-03-17 13:31:47 +08:00
armink afe3b16106 [DeviceDrivers] Enhanced serial DMA rx driver reliability. 2017-03-17 13:25:19 +08:00
Bernard Xiong 282c2f22f2 Merge pull request #705 from onelife/efm32_fix
[BSP EFM32] Fix building issue
2017-03-16 15:16:57 +08:00
onelife 6949aafc78 [BSP EFM32] Fix building issue 2017-03-16 11:29:29 +08:00
yygg c046b78f07 添加 audio设备驱动 2017-03-14 11:07:20 +08:00
Urey 0de261f123 Merge pull request #1 from RT-Thread/master
update
2017-03-14 10:59:05 +08:00
Aubr.Cool aa8e5cc412 [components] drivers pin irq change apis 2017-03-14 10:28:29 +08:00