Commit Graph

10230 Commits

Author SHA1 Message Date
Bernard Xiong 13c27246c8
Merge pull request #3916 from willianchanlovegithub/Willianchan
[drivers/serial]add a line feed to the carriage return character when…
2020-09-17 07:54:45 +08:00
Bernard Xiong a5ab12c964
Merge pull request #3905 from supperthomas/supperthomas
[bsp_nrf5x] rebuild the menuconfig and ble stack config
2020-09-17 07:52:39 +08:00
supperthomas c47d9f13f2 fix the template 2020-09-16 22:32:38 +08:00
wangyq2018 6bd76cc554 [bsp] add new driver & iar support. 2020-09-16 15:15:00 +08:00
Bernard Xiong 0908df39e7
Merge pull request #3901 from bigmagic123/raspi_add_mbox
Raspi add mbox
2020-09-15 16:59:50 +08:00
Bernard Xiong ac9de9e289
Fix typo 2020-09-15 13:54:09 +08:00
Bernard Xiong 17bf123dd5
Merge pull request #3915 from bigmagic123/ls2k_gmac_addr
gmac address variable
2020-09-15 13:49:41 +08:00
michael 93bcc2e0d2 unify code format 2020-09-15 11:34:29 +08:00
michael dd36771801 bsp:ls2k:add reboot and power command 2020-09-15 11:25:37 +08:00
michael b86d608d63 bsp:ls2k: add reboot and shutdown support 2020-09-15 11:20:15 +08:00
SimpleInit a70808ce9e 删除非对齐地址访问语句和__CORTEX_M宏定义判断
Signed-off-by: SimpleInit <63694297@qq.com>
2020-09-14 23:57:14 +08:00
WillianChan ee3d05f583 [drivers/serial]resolve compile error
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
2020-09-14 18:17:00 +08:00
WillianChan c6b4c2ea2b [drivers/serial]modify annotation
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
2020-09-14 17:21:38 +08:00
WillianChan 183f8b9402 [drivers/serial]add a line feed to the carriage return character when using interrupt tx
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
2020-09-14 15:27:06 +08:00
bigmagic abe9da6088 gmac address variable 2020-09-14 15:14:10 +08:00
bigmagic 28ef6216fe remove unnecessary code 2020-09-14 14:27:57 +08:00
bigmagic 5cd3a1f45c Correction of clerical errors 2020-09-14 14:25:38 +08:00
luhuadong 49e4a87c07 [bsp][stm32] add usart3 driver init for stm32l4r5-nucleo 2020-09-14 14:15:57 +08:00
michael a8928c881e MIPS:fix the RT_EXCEPTION_MAX value
from <see mips run> know that cp0_cause's ExcCode have 5 bit filed and
the max exception is 32.
2020-09-14 11:10:44 +08:00
chenyingchun0312 02a609e33f add rtc device driver for nrf52x
Signed-off-by: chenyingchun0312 <chenyingchun0312@163.com>
2020-09-14 01:09:07 +08:00
supperthomas 912d9cda37 [bsp/nrf5x] fix the kconfig 2020-09-12 22:09:23 +08:00
supperthomas e7351c6f49 [bsp/nrf5x] fix the template 2020-09-12 21:00:28 +08:00
supperthomas 5cc9f45a3e [bsp/nrf5x]:add nimble and fix kconfig 2020-09-12 17:20:22 +08:00
Bernard Xiong bfebcac4d3
Merge pull request #3903 from luhuadong/develop
[sensor] support GPS/GNSS sensor class
2020-09-12 11:04:22 +08:00
luhuadong 6c25b839ee [sensor] support GPS/GNSS sensor class 2020-09-11 18:04:28 +08:00
bigamgic 627dc2a898 rename function 2020-09-11 16:55:10 +08:00
bigamgic 65fa8c92ca raspberry pi bsp update readme 2020-09-11 16:39:54 +08:00
bigamgic b31fe0a578 add raspi4 mbox driver 2020-09-11 16:28:14 +08:00
Bernard Xiong de0bb6f96c
Merge pull request #3883 from bigmagic123/ls2k_add_gmac
Ls2k add gmac
2020-09-11 13:33:16 +08:00
Bernard Xiong ac751db670
Merge pull request #3888 from mysterywolf/master
[add] [libc] libc新增getline/getdelim函数(posix.1-2008)
2020-09-11 13:20:50 +08:00
Bernard Xiong 36cb4349a6
Merge pull request #3897 from yangjie11/yj_dev1
[components][driver/pin.c]pin 框架增加 rt_pin_get
2020-09-11 12:57:59 +08:00
bigmagic a97b0a0d39 code format 2020-09-11 11:44:49 +08:00
yangjie 38b3a3445e [bsp][driver] 初始化 BSP 中的 rt_pin_ops 2020-09-11 11:16:42 +08:00
yangjie 9d0b860e54 [components][driver/pin.c]pin 框架增加 rt_pin_get 2020-09-11 11:14:53 +08:00
chenzx 60287b69fd add t-head smart-evb bsp, and risc-v cpu e906 2020-09-11 10:18:24 +08:00
Bernard Xiong 8ea34bf936
Merge pull request #3850 from SimpleInit/master
修复"response+1"导致STM32 HAL库SPI内存非对齐访问的hard fault
2020-09-11 09:15:32 +08:00
Bernard Xiong 6ebab25768
Merge pull request #3864 from luhuadong/develop
[bsp][stm32] support ethernet device for stm32f769-disco
2020-09-11 08:52:57 +08:00
Cathy Li c73d0a7466 Update BSP README with EN Version. 2020-09-09 18:22:26 +08:00
mysterywolf b3ab8a99e1 Signed-off-by: mysterywolf 2020-09-09 08:59:39 +08:00
mysterywolf 28e0c99d00 Signed-off-by: mysterywolf 2020-09-09 00:53:53 +08:00
Bernard Xiong bb49360a78
Merge pull request #3885 from Michael0066/master
ulog:fixed compile err
2020-09-08 18:54:52 +08:00
mysterywolf b9b15f89a0 [bsp][efm32] 增加RT_LIBC_USING_TIME 2020-09-08 16:42:58 +08:00
mysterywolf 4305a678a3 修改common文件夹的sconscript 并 取消并恢复上一个commit的提交内容 2020-09-08 16:29:47 +08:00
mysterywolf 4e58b995df [bsp] 修改bsp/lpc408x默认配置文件,使能libc 2020-09-08 15:25:37 +08:00
mysterywolf a890c67fb4 增加lwip/cc.h LWIP_TIMEVAL_PRIVATE是能与否的平台判断条件 2020-09-08 13:39:40 +08:00
mysterywolf ff097f0467 增加 __GNUC__宏定义 和sconscript的平台识别以避免重复定义 2020-09-08 13:16:49 +08:00
Bernard Xiong 16c7ba0b77
Merge pull request #3891 from thread-liu/stm32mp157a-dk1
[update] stm32mp1-dk1 bsp drivers
2020-09-08 12:08:15 +08:00
mysterywolf 0607ff84ab 解决minilibc time.c和newlibc仅定义RT_LIBC_USING_TIME时冲突的问题 2020-09-08 11:12:56 +08:00
mysterywolf f021cb982a 修改common下的sconscript脚本文件,增加unistd.c排除条件 2020-09-08 10:52:02 +08:00
mysterywolf 5eccf51b61 Signed-off-by: mysterywolf 2020-09-08 10:29:17 +08:00