Meco Man
195f753cbb
[lvgl][l475] use single buffer instead of double buffers
2022-01-06 03:33:28 -05:00
Wayne Lin
7566c1a24c
Update drivers.
...
1. Improve LVGL avg FPS.
2. Sync configuration to 4.1.0.
2022-01-06 11:41:55 +08:00
Meco Man
e6fd3ffcd9
[libc]修理一些细节问题
2022-01-05 23:12:41 +08:00
Meco Man
e1a17f0bbc
[frdm] format codes
2022-01-05 23:11:58 +08:00
Meco Man
918ee6147c
add RT_USING_POSIX_STDIO
2022-01-05 23:11:58 +08:00
guozhanxin
0e5dd7d1ab
update Kconfig, add RT_HOOK_USING_FUNC_PTR
2022-01-05 15:48:42 +08:00
Gabriel Wang
576457b6f0
add RT_HOOK_USING_FUNC_PTR
2022-01-05 15:48:42 +08:00
Gabriel Wang
b627414f67
Improving hooking methods
...
- Backward compatible with existing function-pointer based hooking method
- Using RT_USING_HOOK as an on/off switch
- Introducing a new low-overhead macro-based hooking method
2022-01-05 15:48:42 +08:00
Wayne Lin
6d2a7d00db
Update drivers.
...
1. Improve LVGL avg FPS.
2. Sync configuration to 4.1.0.
2022-01-05 14:38:20 +08:00
guo
5e24acf7fa
Merge pull request #5470 from supperthomas/dd_master
...
[bsp/stm32] add sdram for openmv
2022-01-05 11:02:22 +08:00
supperthomas
e56221c7b1
[bsp/stm32] add sdram for openmv
2022-01-04 19:23:26 +08:00
guo
126f80e2e6
Merge pull request #5469 from mysterywolf/simulator
2022-01-04 18:53:26 +08:00
guo
9021a3117c
Merge pull request #5471 from mysterywolf/readmee
2022-01-04 18:49:12 +08:00
guo
2d28f925ca
Merge pull request #5468 from balanceTWK/master_rtt
2022-01-04 18:48:32 +08:00
guo
3b942f896b
Merge pull request #5459 from mysterywolf/aaaaa
2022-01-04 18:47:34 +08:00
guo
05c30fde05
Merge pull request #5451 from mysterywolf/armcc
2022-01-04 18:46:03 +08:00
Meco Man
d09bcdedf9
update readme
2022-01-03 14:52:11 -05:00
Meco Man
ee93914d78
[libc] 处理在win32平台下的编译问题
2022-01-03 13:33:03 -05:00
balanceTWK
2babae231f
[include/rtthread.h] Add function declarations to avoid compilation warnings.
2022-01-03 22:30:45 +08:00
Ouxiaolong
eeae3f7b71
modify readme
2022-01-02 09:50:34 +08:00
Ouxiaolong
808743cc1d
modify readme
2022-01-02 09:45:47 +08:00
Ouxiaolong
5a37490153
modify readme
2022-01-02 09:42:46 +08:00
Ouxiaolong
02e15699a7
[bsp]gd32105r-start, gd32205r-start, gd32305r-start
2022-01-02 09:35:39 +08:00
Ouxiaolong
42fdef91a8
[bsp]gd32105r-start, gd32205r-start, gd32305r-start
2022-01-02 09:14:03 +08:00
Meco Man
09c089d511
[posix] remove getline
2021-12-31 17:06:04 +08:00
nongxiaoming
cec72c92c7
[components][sdio] fix compile warning and optimized code.
2021-12-31 17:05:42 +08:00
Meco Man
9a61b65c13
[lwip] 修复dhcpd没有包含2.0.3版本的问题
2021-12-30 20:02:01 -05:00
guo
7bbf2605b7
Merge pull request #5453 from RT-Thread/revert-5432-master
...
Revert "[kernel] Add __attribute__(...) for rt_kprintf() to let the compiler check the format string parameters"
2021-12-30 16:37:37 +08:00
Meco Man
9c67e061df
[stm32] format codes
2021-12-29 22:33:16 -05:00
Bernard Xiong
634a06c3cb
Revert "[kernel] Add __attribute__(...) for rt_kprintf() to let the compiler check the format string parameters"
...
This reverts commit d2e6715ddb
.
2021-12-30 09:06:46 +08:00
Bernard Xiong
2fa1a93497
Revert "Add support for IAR Compiler"
...
This reverts commit ead24644f0
.
2021-12-30 09:06:46 +08:00
Meco Man
5187d75af5
[armclang] 使用__clang__代替__CLANG_ARM
2021-12-29 14:15:38 -05:00
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