Commit Graph

11034 Commits

Author SHA1 Message Date
iysheng e2d6f6aadd [bsp][gd32103c-eval] Modify adc driver with LOG_x function and deselect adc and hwtimer driver 2021-02-05 13:53:52 +08:00
Meco Man c2fca3dffe 修复RTC驱动以及libc time.c库若干问题 2021-02-05 13:13:22 +08:00
iysheng a281ee9874 code format 2021-02-05 11:46:44 +08:00
iysheng 2b50fbafe2 [bsp][gd32103c-eval] Add hwtimer driver 2021-02-05 11:45:05 +08:00
Wayne a50d81827a
Revert "fix the bug that rx_notice out of sync when data received after last rt_device_read() is zero" 2021-02-04 22:53:58 +08:00
Bernard Xiong d514fea54a
Merge pull request #4259 from mysterywolf/gitignore
[kernel][kservice] add RT_WEAK for several functions
2021-02-04 14:23:15 +08:00
Bernard Xiong 6b980039b1
Merge pull request #4301 from thread-liu/master
[update] elf2uf2.exe
2021-02-04 14:21:37 +08:00
Bernard Xiong fb6ba097a5
Merge pull request #4304 from greedyhao/bluetrum
[bsp][bluetrum] add adc and rtc support
2021-02-04 14:21:16 +08:00
greedyhao 4b9e58cb1b [bsp][bluetrum] add adc and rtc support 2021-02-04 13:51:55 +08:00
thread-liu a5c91a07ef [update] elf2uf2.exe 2021-02-04 11:13:30 +08:00
Bernard Xiong e210bc7cb6
Merge pull request #4273 from greedyhao/bluetrum
[bsp][bluetrum] add pwm support
2021-02-03 10:53:16 +08:00
Bernard Xiong 58c3b2f523
Merge pull request #4289 from mysterywolf/stm32bsp
[stm32][bsp]更新BSP readme列表
2021-02-02 21:33:36 +08:00
Bernard Xiong 83c4459a09
Merge pull request #4296 from thread-liu/master
[add] raspberry-pico elf2uf2.exe
2021-02-02 21:04:38 +08:00
thread-liu 00841bb0f5 [add] raspberry-pico elf2uf2.exe 2021-02-02 17:38:19 +08:00
michael 97de1e7407 bsp:ls1b:rework uart driver and fix some bugs to make it work. tested on ls1b dev board which make by Loongson(GuangZhou) 2021-02-02 09:33:38 +08:00
Bernard Xiong 59f320783f
Merge pull request #4286 from Michael0066/ls1b-dev
ls1b: fix the count of GPIO IRQ
2021-02-02 07:00:46 +08:00
Bernard Xiong b42a43cd00
Merge pull request #4265 from guojiawei314/master
修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。
2021-02-02 05:46:08 +08:00
Bernard Xiong f2a091e2ad
Merge pull request #4287 from OpenNuvoton/nuvoton
[bsp/nuvoton] Sync and update.
2021-02-02 05:44:51 +08:00
Bernard Xiong 12dfa670ac
Merge pull request #4288 from Lawlieta/chenyong
[utilities][ulog] Add LOG_RAW ringbuffer to fix printing line limit issue
2021-02-02 05:43:12 +08:00
Bernard Xiong bb35c5d627
Merge pull request #4242 from 0xcccccccccccc/patch-1
[BSP][LS2K][Bug fix]修正龙芯2K平台下SPI分频系数调节不正确的错误
2021-02-02 05:39:15 +08:00
tangyuxin 360d7e48ab [libcpu][cm33] 修复不同优化等级,函数行为不一致的问题 2021-02-01 21:01:14 +08:00
tangyuxin 2e9fc0c4ff [libcpu][cm33] 安全相关的函数使用宏进行隔离 2021-02-01 16:53:39 +08:00
tangyuxin 0230d32ca0 添加断言及注释 2021-02-01 15:02:22 +08:00
tangyuxin b42506fb73 优化功能重复的代码 2021-02-01 15:02:21 +08:00
tangyuxin c5218b5eee 修复紧急工作队列插入问题
紧急工作仍插入队列尾部,先将其插入队列头部
2021-02-01 15:02:20 +08:00
tangyuxin 5b52e6c7e3 修复同步取消锁中断等信号的问题 2021-02-01 15:02:19 +08:00
tangyuxin 5a16a2060e 定时处理函数临界区保护更加完整
定时器回调函数中,添加工作之前打开了中断。此时在极端情况下,会导致状态不对。
2021-02-01 15:02:18 +08:00
tangyuxin 10b5aa8f59 合并 cancel 和 cancel_delayed 函数,优化代码体积
合并 _workqueue_cancel_work 和 _workqueue_cancel_delayed_work 函数,优化代码体积
2021-02-01 15:02:17 +08:00
tangyuxin 0c87becb3e 合并 submit 和 submit_delayed,优化代码体积
将 _workqueue_submit_delayed_work 和 _workqueue_submit_work 函数合并成一个。优化代码体积
2021-02-01 15:02:16 +08:00
Meco Man b63b7e46c5 [stm32][bsp]更新BSP readme列表 2021-02-01 12:44:05 +08:00
chenyong cddf947863 [utilities][ulog] Add LOG_RAW ringbuffer to fix printing line limit issue
Signed-off-by: chenyong <chenyong@rt-thread.com>
2021-02-01 11:22:05 +08:00
Wayne Lin 9a37920a69 Add SPI NAND's bootloader and its booting parameters. 2021-02-01 10:44:02 +08:00
Wayne Lin dfbeb9e88c Sync Nuvoton porting.
1. NUC980 platform: USBH, INPUTCAPTURE, SPINAND.
2. Correct enter-quad-mode routine in board_dec.c.
3. Use RT_ASSERT to catch system-call-exceptions.
2021-02-01 10:35:44 +08:00
michael 4de8848a8c bsp:ls2k: make uart init more flexible 2021-01-31 23:03:16 +08:00
michael 242530ae70 ls1b: fix the count of GPIO IRQ and improvement the IRQ of UARTS.
from 1b manunal we know it have 64 GPIO IRQ and 12 UARTS
2021-01-31 22:33:58 +08:00
michael d874ab1109 mips:gs232:LS1C300 have 5 group INTC cells but LS1B have 4 group INTC cells 2021-01-31 21:56:30 +08:00
michael 0af3666882 remove unused function declarations 2021-01-31 21:53:00 +08:00
Bernard Xiong ef8b984fa1
Merge pull request #4282 from Michael0066/ls2k-dev
bsp:ls2k:make set console device more flexible
2021-01-31 13:35:24 +08:00
Bernard Xiong cf497f0c18
Merge pull request #4285 from hyhkjiy/feature/nrf5x
Feature/nrf5x
2021-01-31 13:31:20 +08:00
Bernard Xiong 8801de442b
Merge pull request #4274 from xys20071111/master
Update bsp/allwinner_tina/rtconfig.py
2021-01-31 13:30:28 +08:00
hyhkjiy 50fe26e19c [UPD]nrf52840 compatible with gcc compilation 2021-01-31 10:03:56 +08:00
hyhkjiy 81c26ecf5d [UPD]nrf52832 compatible with gcc compilation 2021-01-31 10:01:10 +08:00
michael 752238dbe8 bsp:ls2k:make set console device more flexible 2021-01-30 19:47:13 +08:00
Meco Man 97cc8a8f72
Merge pull request #14 from RT-Thread/master
pr
2021-01-30 12:33:19 +08:00
Bernard Xiong 45963a16b0
Merge pull request #4266 from mysterywolf/bluepill
[stm32][bluepill] add the function of MDK simulator & update MDK5 project template
2021-01-30 09:23:14 +08:00
Bernard Xiong 40feb74557
Merge pull request #4276 from Guozhanxin/raspberry-pico
[bsp][raspberry-pico]add gpio drivers
2021-01-30 05:37:21 +08:00
Bernard Xiong 85845abb68
Merge pull request #4277 from Forest-Rain/master
add support stm32wl and bsp/stm32wl55jc-st-nucleo(recommit)
2021-01-29 17:33:55 +08:00
Bernard Xiong c4d16d706e
Merge pull request #4243 from zhouji92/master
[fix] 修复使用lwip 2.1.2作为协议栈,并使能dhcp server选项时,编译报错问题。
2021-01-29 14:21:33 +08:00
forest-rain aa285845f2 add support stm32wl and bsp/stm32wl55jc-st-nucleo(recommit)
update STM32WLxx_HAL to released v1.0.0
2021-01-29 10:28:18 +08:00
Meco Man d79efd3794 update 2021-01-29 10:01:04 +08:00