Commit Graph

13482 Commits

Author SHA1 Message Date
nongxiaoming 57165329ac [components][usb] fix compile warning in cdc_vcom.c 2021-12-30 01:38:16 +08:00
Meco Man e6cd32a1ad [kernel] 将rt_thread_timeout设置为私有函数 2021-12-30 01:30:21 +08:00
mazhiyuan 8aee6e73c9 [CI]fix the install error of env tools 2021-12-30 01:29:10 +08:00
Meco Man f1ba7c65ad [kernel] rt_thread_suspend增加断言 2021-12-30 01:27:54 +08:00
Meco Man 85276f4535 [libc] 删除compiler_private.c文件 2021-12-30 01:27:25 +08:00
Meco Man c8dcf7cc68 [libc]rename group name 2021-12-30 01:27:25 +08:00
Meco Man ed09f38012 [libc] remove RT_USING_LIBC 2021-12-30 01:27:25 +08:00
guo 5925abce3e
Merge pull request #5447 from RT-Thread/revert-5441-changelog
Revert "add change log for 4.0.5"
2021-12-29 18:28:42 +08:00
guo f6ed977b9e Revert "add change log for 4.0.5"
This reverts commit ab8221b239.
2021-12-29 18:28:16 +08:00
mazhiyuan ab8221b239 add change log for 4.0.5 2021-12-29 12:10:59 +08:00
supperthomas 5593e39847 [bsp/stm32] stm32l433 starterkit first version 2021-12-29 12:10:41 +08:00
Meco Man 29b73ecb6f [newlib] 处理newlib版本不一致导致的问题 2021-12-29 12:10:02 +08:00
Huang bo 457fcecda9 添加编译说明 2021-12-29 09:23:17 +08:00
guo 78fa23bebe
Merge pull request #5445 from greedyhao/ab32 2021-12-28 22:03:04 +08:00
greedyhao 6b44585ade [bluetrum] sdk version change from latest to 0.0.2 2021-12-28 21:25:04 +08:00
guo fe0d02d63b
Merge pull request #4001 from luhuadong/riscv
[bsp] add sparkfun-redv bsp
2021-12-28 14:41:06 +08:00
guo a8ca46869c
Merge pull request #5435 from Ouxiaolong/master
Fix the problem of stm32f746-st-nucleo that env cannot be configured with menuconfig
2021-12-28 13:47:10 +08:00
guo 2b1ae8de37
Merge pull request #5439 from liuhy-2020/master
[bsp][essemi]update es32f365x information.
2021-12-28 13:42:10 +08:00
Meco Man 1f2e93f1a3 [kernel] remove .init_priority 2021-12-27 20:34:35 -05:00
guo 008eaed0f1
Merge pull request #5440 from mysterywolf/l475
[lvgl][simulator]&[l475][arduino] 细节修改
2021-12-27 21:10:19 +08:00
liuhy 66acb9d2d2 update es_conf_info_map.h 2021-12-27 16:58:12 +08:00
Meco Man 559d4ef4d6 [simulator][lvgl]暂时屏蔽到lvgl文件系统使能 2021-12-26 22:15:49 -05:00
Meco Man fd2892b82d [kconfig] 修复kconfig路径 2021-12-27 08:25:15 +08:00
Meco Man 9684d29fd1 [simulator] add utf-8 2021-12-27 08:24:34 +08:00
Meco Man 2c1077692b [rtdef] 将defined(__CC_ARM) || defined(__CLANG_ARM)并为defined(__ARMCC_VERSION) 2021-12-27 00:51:22 +08:00
Meco Man fc87122711 [mini4020] format code 2021-12-27 00:51:22 +08:00
Meco Man 923fb0c146 [rtdef] re-implement RT_UNUSED 2021-12-27 00:51:22 +08:00
Ouxiaolong 316af57a79 Fix the problem of stm32f746-st-nucleo that env cannot be configured with menuconfig 2021-12-26 12:40:17 +08:00
liuhy a5a6cc66e7 update es32f365x information. 2021-12-24 19:12:16 +08:00
Meco Man 33c1bfbc79 [l475] 修复bug 2021-12-24 02:55:13 -05:00
guo d16ca48f90
Merge pull request #5427 from mysterywolf/l475
[bsp][stm32l475] move arduino to application
2021-12-24 15:28:33 +08:00
Meco Man 787b854f27 [bsp][stm32l475] move arduino to application 2021-12-24 02:18:07 -05:00
guo dcce9886e9
Update sensor.c 2021-12-24 10:10:59 +08:00
guo 51569a068a
Merge pull request #5418 from mysterywolf/revert-5412-clang-arm
Revert "add clang-arm support."
2021-12-24 09:17:41 +08:00
mazhiyuan a2561a41b9 fix cmd: tail 2021-12-24 05:53:28 +08:00
liukangcc bcdfa35f86 [update] windows tools 2021-12-24 05:36:36 +08:00
Wayne Lin 9dc4ca0d31 Remove unused comment. 2021-12-24 05:36:12 +08:00
Wayne Lin 28f91a86f5 Correct sem's name of sd block device. 2021-12-24 05:36:12 +08:00
Wayne Lin f508d58c05 Strip tailing space. 2021-12-24 05:36:12 +08:00
Wayne Lin bac75e24bd [SDIO] Create SD block device.
1. New naming rule for multiple cards: sdXpY. Ex: sd0, sd0p0, sd0p1, sd1, sd1p0, sd1p1, .... sdXpY.
2. Always create super-node for backward-compatible and fdisk-like utility. EX: sd0, sd1, ..... sdX.
3. Shrink code.
2021-12-24 05:36:12 +08:00
Wayne Lin 600e67f952 Revert to RT_IPC_FLAG_PRIO. 2021-12-24 05:36:12 +08:00
Wayne Lin 7e6ffd3447 Support multi-partition/-card mounting. 2021-12-24 05:36:12 +08:00
Wayne Lin c84952d9cd Fix infinite-loop in rt_mmcsd_blk_remove.
1. Issue on traveling latest node in list if multi-partitions on card.
2021-12-24 05:36:12 +08:00
luhuadong c3ce011eea [bsp][redv] change header file reference 2021-12-23 19:42:16 +08:00
luhuadong c85e5d429d [bsp][redv] update CFLAGS 2021-12-23 19:35:24 +08:00
guo 669eacc443
Merge pull request #5420 from pikasTech/master
use menuconfig to update keil project for gd32e230
2021-12-23 10:11:38 +08:00
pikastech 581780a8a4 use menuconfig to update keil project for gd32e230 2021-12-23 09:51:56 +08:00
Man, Jianting (Meco) ed1f8b3f64 Revert "add clang-arm support."
This reverts commit a5f6fdc780.
2021-12-22 18:57:16 -05:00
Meco Man 457348e21a [kservice] implement rt_strcpy() 2021-12-22 13:04:45 +08:00
guozhanxin acc62c1e3d 【修复】armclang cpp11 内存泄漏及编译警告问题 2021-12-22 13:04:35 +08:00