weycen
ead24644f0
Add support for IAR Compiler
2021-12-30 01:42:57 +08:00
weycen
d2e6715ddb
[kernel] Add __attribute__(...) for rt_kprintf() to let the compiler check the format string parameters
...
Tested in the following environment:
1. Keil uVersion:Arm Compiler v5.06、v6.7、v6.16
2. Atollic TrueSTUDIO for STM32:GNU v6.3.1
3. Code Composer Studio:TI Compiler v20.2.2.LTS、GNU v7.2.1
2021-12-30 01:42:57 +08:00
xiangxistu
88a746377c
[restore] restore to basic function.
2021-12-30 01:41:38 +08:00
xiangxistu
40785ea926
[update] use macro 'BSP_USING_LVGL' to select something about 'lvgl' .
2021-12-30 01:41:38 +08:00
liuxianliang
a45953f2bc
[update] the file format.
2021-12-30 01:41:38 +08:00
liuxianliang
8e50ef53d5
[add] proting 'lvgl' for stm32f407-atk-explorer.
2021-12-30 01:41:38 +08:00
Wayne Lin
8ab54c3018
Correct coding-style format.
2021-12-30 01:39:17 +08:00
Wayne Lin
e8f4208bb2
Update LVGLv81 porting.
...
1. Add RTGRAPHIC_CTRL_PAN_DISPLAY and RTGRAPHIC_CTRL_WAIT_VSYNC control command.
2. Add calibration data of 480x272 ADC touching.
3. Add 480x272 LCD panel menu option and driver.
4. Update lv_conf.h.
2021-12-30 01:39:17 +08:00
Wayne Lin
c18dae2c2e
Migrate lv porting folder.
2021-12-30 01:39:17 +08:00
Wayne Lin
5031a5c757
Large reserved partition size.
...
To avoid to overwrite larger firmware size with LVGL.
2021-12-30 01:39:17 +08:00
Wayne Lin
de7dc291ab
Updated about suggestions.
2021-12-30 01:39:17 +08:00
Wayne Lin
b33967ecf4
[N9H30] Update readme.
2021-12-30 01:39:17 +08:00
Wayne Lin
9966f195b4
Support LVGLv81 RTT music demo for N9H30 and NUC980.
2021-12-30 01:39:17 +08:00
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
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
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