Bernard Xiong
|
2bf53d315d
|
Merge pull request #4369 from mysterywolf/removeminilibc
[libc]移除minilibc 并将其职能并入newlibc中
|
2021-02-27 09:12:45 +08:00 |
supperthomas
|
db61c0d377
|
[bsp/max32660] remove the microlib about keil
|
2021-02-27 00:15:53 +08:00 |
supperthomas
|
bc133b83a7
|
[bsp/max32660] add the gcc and vscode environment
|
2021-02-26 23:35:08 +08:00 |
Bernard Xiong
|
ff469fee30
|
Merge pull request #4360 from haocg9310/stm32DAC
fix stm32 drv_dac.c some bugs
|
2021-02-26 23:14:48 +08:00 |
jackis
|
2b9d265364
|
[bsp/max32660] modify readme.md
|
2021-02-26 17:41:56 +08:00 |
jackis
|
c0c353e7c3
|
[bsp/max32660] close i2c
|
2021-02-26 17:38:53 +08:00 |
jackis
|
d306e39a55
|
[bsp/max32660] add the driver of i2c
|
2021-02-26 17:32:33 +08:00 |
Bernard Xiong
|
c8056dc7bb
|
Merge pull request #4390 from zhangsz0516/zhangsz_0226
[update][kernel]规范rt_object_detach的使用
|
2021-02-26 12:55:44 +08:00 |
cliff-cmc
|
eea0c3d74a
|
Add memtrace command for memheap.c
|
2021-02-26 11:45:19 +08:00 |
张世争
|
62137eec9a
|
[update][kernel]规范rt_object_detach的使用
|
2021-02-26 10:38:31 +08:00 |
Meco Man
|
c271332dd8
|
[bug][bsp][stm32][pandora] fix a bug that cannot use fatfs in the main thread at starting up
|
2021-02-26 10:23:01 +08:00 |
Meco Man
|
952e35d9d3
|
update Kconfig
|
2021-02-26 06:34:52 +08:00 |
Meco Man
|
88abde1578
|
[libc] beatify getline
|
2021-02-26 06:17:22 +08:00 |
Bernard Xiong
|
fae0fa8eea
|
Merge pull request #4383 from mysterywolf/istty
[libc]fix bug of _isatty_r()
|
2021-02-26 00:48:58 +08:00 |
Bernard Xiong
|
4f6fea18c6
|
Merge pull request #4385 from mysterywolf/mutex
[libc][armlibc] add multithreaded protection
|
2021-02-26 00:23:18 +08:00 |
Bernard Xiong
|
f09592297a
|
Merge pull request #4386 from xiangxistu/master
[fix] the wrong 'ifconfig' information for multi-network interface
|
2021-02-26 00:20:08 +08:00 |
Bernard Xiong
|
8afee3092a
|
Merge pull request #4382 from Sunwancn/stm32-usart-8bits-parity
[drv_usart.c]修复stm32串口开启奇偶校验时字长设置错误
|
2021-02-26 00:10:14 +08:00 |
xiangxistu
|
e02f3764bd
|
[delete] useless logic
|
2021-02-25 14:44:02 +08:00 |
xiangxistu
|
7a2ae46ecf
|
[fix] the wrong 'ifconfig' information for multi-network interface
|
2021-02-25 14:06:03 +08:00 |
Meco Man
|
1ce2065660
|
[libc][armlibc] add multithreaded protection
|
2021-02-25 09:14:19 +08:00 |
Meco Man
|
20b95b8af5
|
[libc]fix bug of _isatty_r()
|
2021-02-24 22:09:00 +08:00 |
Meco Jianting Man
|
bc28df8b35
|
Merge pull request #20 from RT-Thread/master
pr
|
2021-02-24 08:01:14 -06:00 |
Sunwancn
|
e22f72293e
|
[drv_usart.c]修复stm32串口开启奇偶校验时字长设置错误
|
2021-02-24 21:11:27 +08:00 |
Bernard Xiong
|
aaf4696c87
|
Merge pull request #4291 from enkiller/0201-1650
[libcpu][cm33] 安全相关的函数使用宏进行隔离
|
2021-02-24 18:19:48 +08:00 |
Bernard Xiong
|
d1ba6ff32e
|
Merge pull request #4373 from LeeChunHei/bsp_fix
imxrt bsp 修復
|
2021-02-24 16:46:05 +08:00 |
Bernard Xiong
|
b7a71b8552
|
Merge pull request #4371 from mysterywolf/fixold
[libc] 去除RT_USING_NOLIBC 历史遗留
|
2021-02-24 16:45:29 +08:00 |
Bernard Xiong
|
86aec6371a
|
Merge pull request #4381 from mysterywolf/exit
[kernel] rt_thread_control() 关闭线程后增加rt_schedule调度
|
2021-02-24 16:43:00 +08:00 |
Meco Man
|
2b98ac215a
|
[kernel] rearrange rt_thread_control() - schedule the thread when close it
|
2021-02-24 16:29:43 +08:00 |
LeeChunHei
|
b4cbfca550
|
change to use SConscript to enable clear bss in startup.s
|
2021-02-24 12:04:08 +08:00 |
Bernard Xiong
|
06e01da1d5
|
Merge pull request #4380 from Guozhanxin/raspberry-pico
[bsp][raspberry-pico] Fixed failure to start without connecting to UART
|
2021-02-24 11:22:58 +08:00 |
guozhanxin
|
05ce4e67c3
|
[bsp][raspberry-pico] Fixed failure to start without connecting to UART
|
2021-02-24 11:04:35 +08:00 |
Bernard Xiong
|
c0331c5838
|
Merge pull request #4375 from mysterywolf/pin
[bsp][stm32][qspi]修复拼写错误
|
2021-02-23 18:59:40 +08:00 |
LeeChunHei
|
e03eaec462
|
update to new usb api in hid and mouse source file
|
2021-02-23 13:42:19 +08:00 |
Meco Man
|
361f838567
|
修复拼写错误
|
2021-02-23 12:50:41 +08:00 |
LeeChunHei
|
8ef1fa192a
|
fix no clear bss with gcc and the wrong logic in SConscript
|
2021-02-23 11:45:27 +08:00 |
Meco Man
|
bf7a3af6fd
|
update readme
|
2021-02-23 11:28:25 +08:00 |
Meco Man
|
8f7bbfa011
|
remove RT_USING_NOLIBC
|
2021-02-23 11:27:12 +08:00 |
Meco Man
|
6ee0d45644
|
update
|
2021-02-23 11:16:41 +08:00 |
Meco Man
|
f9ad7f1b8c
|
remove efm32 files
|
2021-02-23 10:41:07 +08:00 |
Meco Man
|
9220447060
|
update
|
2021-02-23 10:28:13 +08:00 |
Bernard Xiong
|
183eb0f399
|
Merge pull request #4370 from RT-Thread/revert-4295-test_branch
Revert "添加imxrt的pulse encoder和usb host驅動"
|
2021-02-23 10:10:39 +08:00 |
Bernard Xiong
|
4426af03f8
|
Revert "添加imxrt的pulse encoder和usb host驅動"
|
2021-02-23 09:44:27 +08:00 |
Bernard Xiong
|
d9c3459e11
|
Merge pull request #4295 from LeeChunHei/test_branch
添加imxrt的pulse encoder和usb host驅動
|
2021-02-23 09:41:27 +08:00 |
Bernard Xiong
|
6d3847b6bd
|
Merge pull request #4335 from LeeChunHei/qtimer_port
爲RT1052移植QTMR的PWM
|
2021-02-23 09:41:03 +08:00 |
Bernard Xiong
|
5a53b08fb9
|
Merge pull request #4336 from LeeChunHei/spi_test
對imxrt的SPI傳輸改用非阻塞API
|
2021-02-23 09:40:17 +08:00 |
Bernard Xiong
|
0f288416f9
|
Merge pull request #4364 from mysterywolf/unistd
[libc][unistd] add getxxid() functions
|
2021-02-23 09:39:32 +08:00 |
Meco Man
|
497e7b45d4
|
remove minilibc
|
2021-02-23 03:28:19 +08:00 |
Meco Man
|
b2d3317c6a
|
remove minilibc
|
2021-02-23 03:21:16 +08:00 |
LeeChunHei
|
6f0b8a5b78
|
change the wrong syntax
|
2021-02-22 22:26:00 +08:00 |
LeeChunHei
|
4c32843d73
|
add minus sign for all RT_ERROR code
|
2021-02-22 22:23:10 +08:00 |