Commit Graph
10309 Commits
Author SHA1 Message Date
Bernard Xiong 926a06d347 Merge pull request #4089 from thread-liu/step4-ev1
[add] complicated dirvers for STM32MP157A-EV1 board
2020-12-02 23:39:29 +08:00
Bernard Xiong dae7f1af9b Merge pull request #4091 from RT-Thread/BernardXiong-patch-thead
[BSP] Update README.md for thread-smart
2020-12-02 23:35:15 +08:00
thread-liu c5612fd2e1 [add] sai and wm8994 codec driver. 2020-12-02 17:29:04 +08:00
thread-liu 840af38dac [add] sdmmc (sd_card and emmc) driver. 2020-12-02 17:10:39 +08:00
Bernard Xiong b7e0e21f6e Merge pull request #4100 from xingkong121/master
Modify comment error
2020-12-02 07:36:41 +08:00
Bernard Xiong 1013e1cfb7 Merge pull request #4106 from greedyhao/drv-sdio
[bsp][stm32]Fixed spelling errors in drv_sdio.c
2020-12-02 07:35:47 +08:00
Bernard Xiong 2ee715c411 Merge pull request #4088 from loogg/mlw
add 'rt_ringbuffer_peak' API
2020-12-02 07:35:07 +08:00
ZHU Hao 99a0664240 comment error 2020-11-30 11:51:59 +08:00
ZHU Hao fd955a5c84 Fixed spelling errors in drv_sdio.c
rthw_sd_delect -> rthw_sd_detect
2020-11-30 10:52:00 +08:00
xingkong121 9b925fb9c0 Modify comment error
Device file system should be registered
2020-11-28 22:47:06 +08:00
Bernard Xiong af95348bf1 Merge pull request #4096 from Guozhanxin/sdio_fix
完善sdio框架中切换到高速模式时的时钟设置
2020-11-28 06:48:14 +08:00
Bernard Xiong fba1d75485 Merge pull request #4017 from eYoung8475/master
[bsp][allwinner_tina]fixed spi driver bug
2020-11-27 22:57:45 +08:00
guozhanxin bb016927f8 Improve the clock Settings for switching to high speed mode in the SDIO framework. 2020-11-27 17:28:49 +08:00
Bernard Xiong dfa99ad165 Merge pull request #4092 from DavidLin1577/patch-1
[bsp/drivers]Update vbus_hw.h
2020-11-27 09:28:42 +08:00
thread-liu 3767a08901 [add] GBE dirver. 2020-11-27 08:52:45 +08:00
David Lin 95c76c6202 Update vbus_hw.h 2020-11-26 23:41:20 +08:00
David Lin dc64aa41b6 Update vbus_hw.h 2020-11-26 23:34:12 +08:00
Bernard Xiong 26c8018625 Merge pull request #4073 from balanceTWK/thead-smart
[bsp/thead-smart] select ARCH_RISCV32 and ARCH_RISCV_FPU_S
2020-11-26 22:18:52 +08:00
Bernard Xiong c5ccd82a72 [BSP] Update README.md for thread-smart 2020-11-26 22:17:49 +08:00
Bernard Xiong 76c9e92d87 Merge pull request #4090 from liuduanfei/master
change `rt_sem_delete` to `rt_sem_detach`
2020-11-26 21:39:17 +08:00
liuduanfei 9aabf2613e change rt_sem_delete to rt_sem_detach
`_lcd.lcd_lock` should be detach with rt_sem_detach.
2020-11-26 17:00:49 +08:00
thread-liu 916bcc141f [update] openamp. 2020-11-26 15:12:23 +08:00
RT-Thread 631220eb22 !69 解决bsp/tm4c129在gcc开发环境下无法startup问题
Merge pull request !69 from 上大人孔乙己/fix/tm4c129-startup
2020-11-26 13:44:45 +08:00
Conley afbfe8dee1 [FIX] 解决tm4c129 gcc 环境下startup的bug 2020-11-25 15:51:55 +00:00
Bernard Xiong 921f98788e Merge pull request #4074 from DavidLin1577/patch-19
[bsp/driver]Update drv_can.h
2020-11-25 16:47:06 +08:00
Bernard Xiong d402e074b7 Merge pull request #4050 from DavidLin1577/patch-14
[bsp/drivers]Update vbus_hw.h
2020-11-25 16:44:37 +08:00
Bernard Xiong 4fc7fbbd35 Merge pull request #4061 from yangjie11/malloc
[src][SConscript] Provide user heap options
2020-11-25 16:43:58 +08:00
Bernard Xiong a83ab9e21d Merge pull request #4049 from DavidLin1577/patch-13
Update exception_gcc.S
2020-11-25 16:26:23 +08:00
Bernard Xiong 7bdb23ee34 Merge pull request #4085 from supperthomas/nordic_delete
[bsp/nrf52832] delete bsp/nrf52832, please refers to bsp/nrf5x/nrf52832 instead
2020-11-25 16:26:05 +08:00
Bernard Xiong 0228f7b31d Merge pull request #4044 from zhangsz0516/zhangsz_1120a
[rtc.alarm][fix]fix alarm when update datetime
2020-11-25 16:24:47 +08:00
Bernard Xiong 94559ae13a Merge pull request #4080 from xckhmf/master
[bsp/nrf5x]support for i2c
2020-11-25 16:23:55 +08:00
yangjie11 077ac68661 [src/SConscript]update 2020-11-25 15:45:35 +08:00
Bernard Xiong 72cd063282 Merge pull request #4069 from guohp1128/master
updata nordic adc drv
2020-11-25 14:37:45 +08:00
yangjie11 6e46b3fec0 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into malloc 2020-11-25 14:36:54 +08:00
supperthomas 1cf9b238a8 [bsp/nrf52832] delete the bsp of nrf52832 ref to bsp/nrfx 2020-11-25 00:19:22 +08:00
Bernard Xiong 58e9e022a7 Merge pull request #4077 from xuzhuoyi/stm32f429-disco
[bsp][stm32] Fix stm32f429-st-disco compilation errors
2020-11-24 23:38:43 +08:00
Bernard Xiong 984d6f1577 Merge pull request #4084 from KyleChenjh/posix_sem_find
[bug] [libc] 修复posix_sem_find中iter->sem的数据类型转换问题
2020-11-24 23:30:36 +08:00
Bernard Xiong d97a44526c Merge pull request #4015 from whj4674672/fix
[fix] fix sdio non-aligned access problem
2020-11-24 23:30:20 +08:00
Bernard Xiong 1d79a2ea82 Merge pull request #4078 from zhangsz0516/zhangsz_1123
[components][PM][Update]优化PM电源模式选择问题
2020-11-24 23:28:34 +08:00
Bernard Xiong 93959e3298 Merge pull request #4060 from mysterywolf/f413
【English Readme】[stm32f413 nucleo] add English version readme
2020-11-24 23:27:15 +08:00
Bernard Xiong c478f62533 Merge pull request #4063 from mysterywolf/f446
【English Readme】[stm32f446 nucleo] add English version readme
2020-11-24 23:26:29 +08:00
Bernard Xiong 29f68cd093 Merge pull request #4056 from mysterywolf/f401
【English readme】 [stm32f401-nucleo] fixed some unreasonable sentences.
2020-11-24 23:26:17 +08:00
Bernard Xiong d5c45b9f02 Merge pull request #4059 from mysterywolf/f412
【English Readme】stm32f412 nucleo add English version readme
2020-11-24 23:26:04 +08:00
Bernard Xiong 2a97d9d9ab Merge pull request #4064 from mysterywolf/f767
【English readme】[stm32f767 nucleo] add English version readme
2020-11-24 23:25:43 +08:00
Bernard Xiong adf10f2d05 Merge pull request #4081 from mysterywolf/rt_object_delete
[kernel] rt_object_delete函数优化重置object->type
2020-11-24 23:22:20 +08:00
Meco Man 8cab22a0e0 Update README.md 2020-11-24 22:31:50 +08:00
chenjh cb54cda19e [bug] [libc] 修复posix_sem_find中iter->sem的数据类型转换问题 2020-11-24 11:18:54 +08:00
Conley e74519f5c1 [FIX] 解决tm4c129 gcc 环境下startup的bug 2020-11-24 02:46:50 +00:00
Meco Man 05f631aa3a [kernel] rt_object_delete函数优化重置object->type
object->type = 0;
改为
object->type = RT_Object_Class_Null;
一个东西,但是提高源码可读性
2020-11-24 04:17:50 +08:00
Meco Man 70c59e4ca7 Update README.md 2020-11-24 04:04:25 +08:00