Commit Graph

4465 Commits

Author SHA1 Message Date
xieyangrun b98eac9038 update init thread 2017-05-16 10:14:57 +08:00
xieyangrun 16705299c0 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into IDLE_hook 2017-05-16 10:02:54 +08:00
xieyangrun e05186dd95 separate idle hook 2017-05-16 10:02:19 +08:00
Bernard Xiong ccadbf8007 Merge pull request #734 from geniusgogo/NRF52832
[bsp] Update nrf52832 bsp.
2017-05-15 23:26:25 +08:00
Bernard Xiong e760d655b1 Merge pull request #735 from JianRuiqian/master
[lwIP] Update ethernetif.c
2017-05-15 23:24:45 +08:00
ruiqian da9688df86 Update dhcp_server.c 2017-05-15 22:27:51 +08:00
xieyangrun e060a5a8b7 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into NRF52832 2017-05-15 16:17:15 +08:00
xieyangrun 0f37b300f5 update NRF52832 support NRF52SDK13 2017-05-15 16:12:15 +08:00
ruiqian 8c52d5fdf2 Update ethernetif.c 2017-05-15 13:18:41 +08:00
Bernard Xiong cf6dfec55b Update SConscript 2017-05-12 15:46:25 +08:00
Bernard Xiong 3aa9796496 Merge pull request #732 from yygg/master
[DeviceDrivers] Add audio driver.
2017-05-07 08:17:32 +08:00
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