Commit Graph

10230 Commits

Author SHA1 Message Date
Bernard Xiong e97ef8b418
Merge pull request #3952 from mysterywolf/rt_sem_release
[fix bug] #3951
2020-10-13 10:25:35 +08:00
WangQiang 2b5ec59a19 修改了README文件 2020-10-12 19:40:17 +08:00
WangQiang d911dc9267 1. 去掉了多余的测试打印信息
2. 恢复了1052的BSP的初始配置
2020-10-12 19:17:01 +08:00
WangQiang 3b07c8d593 修改了imxrt1052-nxp-evk的BSP的以太网相关配置,用于适配PHY模型 2020-10-12 19:17:00 +08:00
WangQiang 502378cf93 1. 抽象了PHY的设备模型,在components中增加了PHY设备的相关代码以及KCONFIG配置和SConscript脚本
2. 在IMXRT的Libraries中增加了peripherals目录,用于具体型号的设备驱动相关的代码的实现,不应与MCU的平台相关,实现PHY的设备对象中的相关接口。
3. 修改了BSP中的Sconstruct文件,增加了peripherals目录的构建
4. 修改了KEIL环境的SCT文件,用于实现以太网功能
2020-10-12 19:17:00 +08:00
WangQiang d6ff0fc0c3 增加了imxrt1064-nxp-evk的BSP的以太网功能 2020-10-12 19:16:59 +08:00
mysterywolf 21d0190014 fix some English grammar errors 2020-10-11 18:46:18 +08:00
mysterywolf 2469335e21 [fix bug] #3951 2020-10-11 17:54:39 +08:00
Bernard Xiong 13044b1e29
Merge pull request #3940 from RT-Thread/timer_issue
[kernel] fix the timer issue
2020-10-11 11:01:40 +08:00
Bernard Xiong 11ac3ac364
Merge pull request #3949 from enkiller/1009
[msh] rm command supports recursive deletion of folders
2020-10-11 11:01:02 +08:00
Bernard Xiong 4515c21d29
Merge pull request #3942 from mysterywolf/unsitd
[fixed] 在keil环境下 compilers\armlibc\sys\unistd.h 与 libc_fcntl.h的宏定义发生了…
2020-10-11 09:39:13 +08:00
Bernard Xiong a5cd7e7abd
Merge pull request #3944 from mysterywolf/libc
[fix bug] #3902
2020-10-11 09:37:38 +08:00
Bernard Xiong b1f528ea69
Merge pull request #3945 from mysterywolf/getline3
将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧
2020-10-11 09:36:32 +08:00
aozima 05777266b9 Merge remote-tracking branch 'remotes/gitee/master' into gitee_master 2020-10-09 15:17:27 +08:00
tangyuxin 21a4542d7b [msh] rm command supports recursive deletion of folders 2020-10-09 11:54:42 +08:00
thread-liu 8edb7c316a [add] stm32h7 adc and dac driver. 2020-10-09 10:24:08 +08:00
mysterywolf 96acad78ba 将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧 2020-10-03 00:31:49 +08:00
mysterywolf c7aa6f0619 [fix bug] #3902 2020-10-02 12:00:52 +08:00
Meco Man 60b1b87903
[fixed] 在keil环境下 compilers\armlibc\sys\unistd.h 与 libc_fcntl.h的宏定义发生了重复定义的冲突 2020-10-02 11:22:17 +08:00
Bernard Xiong aeff91b2a7
Merge pull request #3769 from jesven/fix_yield
解决yield操作不能及时释放cpu的问题
2020-10-01 15:46:10 +08:00
Bernard Xiong 1c6700acfd [kernel] fix the timer issue 2020-09-30 23:50:18 +08:00
Bernard Xiong c758168877
Merge pull request #3937 from chenyingchun0312/master
同步nrf52840相关修改到nrf52832中,测试了ble 相关sample,同时测试了RTC设备,可以正常工作
2020-09-30 03:14:45 +08:00
qiyongzhong0 77f0814992 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into fix_bug_of_dataqueue 2020-09-29 12:35:13 +08:00
chenyingchun0312 0051092c81 sync nrf52840 some config files to nrf52832 2020-09-28 17:27:05 +08:00
Bernard Xiong e3d1ed45c6
Merge pull request #3936 from thread-liu/liukang
[update] stm32mp1 pin-index
2020-09-27 17:15:04 +08:00
thread-liu 076e33aa03 [update] stm32mp1 pin-index 2020-09-27 14:29:36 +08:00
Bernard Xiong aa05fc1469
Merge pull request #3675 from DavidLin1577/patch-10
[drivers/usb]Fixed a bug may cause stackover flow
2020-09-27 08:23:55 +08:00
Bernard Xiong 08688f7095
Merge pull request #3712 from egbert-h/master
mstorage.c: fix bug in device descriptor that MAC OS enumeration failed.
2020-09-27 08:23:14 +08:00
Bernard Xiong 68c5269759
Merge pull request #3935 from enkiller/0926-1225
[dfs] fix the DEVICE could not get or set flags
2020-09-27 08:14:23 +08:00
tangyuxin 8861202c3b [dfs] fix the DEVICE could not get or set flags 2020-09-26 12:30:39 +08:00
Bernard Xiong 38931765d1
Merge pull request #3931 from enkiller/0926
[add] DFS file system supports device types
2020-09-26 11:25:25 +08:00
tangyuxin 50dc41468e [add] DFS file system supports device types 2020-09-26 09:55:58 +08:00
Bernard Xiong 8ffe242228
Merge pull request #3926 from geniusgogo/master
[stm32/gpio]Optimized the pin-index algorithm
2020-09-24 08:06:40 +08:00
Bernard Xiong d8f35fc951
Merge pull request #3911 from chenyingchun0312/master
add rtc device driver for nrf52x
2020-09-24 08:04:07 +08:00
Bernard Xiong cc8de794c4
Merge pull request #3927 from thread-liu/stm32mp157a-dk1
[add] openamp for stm32mp157-dk1
2020-09-24 08:03:27 +08:00
chenyingchun0312 c5b0a848dc support RTC0, RTC1, RTC2 select 2020-09-23 23:32:47 +08:00
Bernard Xiong f98a0f88af
Merge pull request #3928 from thread-liu/stm32mp157a-ev1
[add] openamp for stm32mp157a-ev1
2020-09-23 20:17:34 +08:00
thread-liu 7cfb6919b3 [add] openamp for stm32mp157a-ev1 2020-09-23 15:52:00 +08:00
thread-liu 30b3eeac0f [update] ci test. 2020-09-23 15:48:18 +08:00
thread-liu e9864bb0b8 [add] openamp for stm32mp157-dk1 2020-09-23 13:42:28 +08:00
Bernard Xiong d92fbba3c1
Merge pull request #3919 from wormsX/T-head_Smart-v1.0.0
add t-head smart-evb bsp, and risc-v cpu e906
2020-09-22 22:03:26 +08:00
chenyingchun0312 797ce29ae0 Merge remote-tracking branch 'upstream/master' 2020-09-22 17:10:48 +08:00
Bernard Xiong 8302a72243
Merge pull request #3913 from Michael0066/master
MIPS:fix the RT_EXCEPTION_MAX value
2020-09-19 22:11:30 +08:00
xieyangrun 7305712ef2 [stm32/gpio]Optimized the pin-index algorithm 2020-09-18 18:33:13 +08:00
qiyongzhong0 967cc968e8 fix difference of style 2020-09-18 09:45:47 +08:00
qiyongzhong0 44baf269f7 fix bug of dataqueue 2020-09-18 09:33:34 +08:00
michael ab78ea1de1 bsp:ls2k:improved implement of shutdown and reboot command 2020-09-17 20:22:51 +08:00
Bernard Xiong 8afb8b1e29
Merge pull request #3918 from SimpleInit/master
删除非对齐地址访问语句和__CORTEX_M宏定义判断
2020-09-17 14:18:46 +08:00
michael 623bf0abc9 bsp:ls2k:unify code format 2020-09-17 10:39:45 +08:00
Bernard Xiong 37b1174eff
Merge pull request #3920 from wangyq2018/es32f369x
[bsp] add new driver & iar support.
2020-09-17 07:59:19 +08:00