Rbb666
eaf54ca571
Refresh using dma2d,screen refresh average 25fps
2022-01-13 10:18:33 +08:00
Rbb666
6953914ff5
规范格式
2022-01-13 09:38:20 +08:00
chenbin
66628f1061
格式化代码
2022-01-13 00:03:46 +08:00
Rbb666
814c15cdbc
Add lvgl_8.1.0 support for raspberry_pi pico
2022-01-12 18:56:37 +08:00
Rbb666
ea9c6c94e0
Merge branch 'RT-Thread:master' into master
2022-01-12 18:11:55 +08:00
guo
8444f16d07
Merge pull request #5499 from mysterywolf/dfs_posix
...
format codes
2022-01-12 17:35:32 +08:00
guo
2644e75bcd
Merge pull request #5499 from mysterywolf/dfs_posix
...
format codes
2022-01-12 10:22:33 +08:00
guo
0f77fab0a1
Merge pull request #5510 from Eureka1024/master
...
[kernel]Delete an extra semicolon
2022-01-12 09:53:38 +08:00
杨澄
eab086122e
[kernel]Delete an extra semicolon
2022-01-11 21:25:08 +08:00
imntjempty
92476d128a
tools: fix generate .project file error.
2022-01-11 15:48:19 +08:00
Wayne Lin
0b99eee439
Fix control function in I2C driver.
2022-01-11 10:58:37 +08:00
Man, Jianting (Meco)
c6852aa306
Merge branch 'master' into removeinit
2022-01-10 14:25:46 -05:00
chenbin
b4b9394051
add n32g45x can 驱动
2022-01-10 23:28:25 +08:00
Bernard Xiong
982ad7bcbc
Merge pull request #5498 from Guozhanxin/buildbot
...
update buildbot.py
2022-01-10 22:58:45 +08:00
Bernard Xiong
23750ac0d0
Merge pull request #5490 from GorgonMeducer/master
...
move some __on_rt_xxxxx_hook from rtdef.h to dedicated c soure files
2022-01-10 22:56:55 +08:00
wanghaijing
2fa44bdef4
update notes
2022-01-10 18:03:00 +08:00
Wayne Lin
f28619fde6
Update menu-option.
...
1. Set BOARD_USING_LCM is on by default.
2. Fix default value setting in choice-option.
2022-01-10 15:53:24 +08:00
Wayne Lin
0547395eb5
[Nuvoton] Update drivers.
...
1. Fix open-control order issue in CAN driver.
2. [N9H30] Improve N9H30 I2C busy-wait implementation.
3. [N9H30] Support 1024x600x32b LCD panel.
4. Move nu_packages menu into sub-menu of board.
2022-01-10 14:42:31 +08:00
Wayne Lin
715eecd3eb
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton
...
# Conflicts:
# bsp/nuvoton/nk-980iot/.config
# bsp/nuvoton/nk-n9h30/.config
# bsp/nuvoton/nk-rtu980/.config
# bsp/nuvoton/numaker-iot-m487/.config
# bsp/nuvoton/numaker-m2354/.config
# bsp/nuvoton/numaker-pfm-m487/.config
2022-01-10 12:36:11 +08:00
guo
5206f65040
Merge pull request #5495 from mysterywolf/simulator
...
[simulator] 消除““Gm”选项已否决,并将在将来的版本中移除”的警告
2022-01-10 11:10:13 +08:00
guo
ac9f7cb0a5
Merge pull request #5465 from Ouxiaolong/master
2022-01-10 08:36:06 +08:00
Meco Man
b2b3fa6e27
format codes
2022-01-09 07:44:32 -05:00
Ouxiaolong
457572db1c
Repair startup_gd32f30x_cl.s
2022-01-09 12:42:45 +08:00
Ouxiaolong
ecba17963c
Merge branch 'master' of github.com:Ouxiaolong/rt-thread
2022-01-09 12:39:51 +08:00
Ouxiaolong
dafa934443
Repair startup_gd32f30x_cl.s
2022-01-09 12:39:08 +08:00
guozhanxin
f9b01095f2
remove unused file 1.txt
2022-01-09 10:15:36 +08:00
BruceOu
10a963b955
Update action.yml
...
Add gd32105r-start, gd32205r-start, gd32305r-start, gd32407v-start
2022-01-09 10:14:47 +08:00
BruceOu
6278523af7
Merge branch 'master' into master
2022-01-09 10:06:01 +08:00
guozhanxin
be8822db38
update buildbot.py
2022-01-09 10:02:48 +08:00
guo
f21af8362b
Merge pull request #5497 from Guozhanxin/rtconfig
...
Remove the problematic rtconfig.h|移除有问题的 rtconfig.h
2022-01-09 09:51:18 +08:00
guozhanxin
502176ae63
Remove the problematic rtconfig.h|移除有问题的 rtconfig.h
2022-01-09 09:41:44 +08:00
Meco Man
42a28df745
[simulator] 解决““Gm”选项已否决,并将在将来的版本中移除”的警告
2022-01-08 17:40:26 -05:00
Gabriel Wang
844f2ef76f
Merge branch 'master' into master
2022-01-08 20:07:54 +00:00
Gabriel Wang
6bb9e546de
change all double-empty-lines to single-empty-lines
2022-01-08 20:04:43 +00:00
Meco Man
dd62b2b106
[kservice] 增加RT_KSERVICE_USING_STDLIB_MEMSET RT_KSERVICE_USING_STDLIB_MEMCPY
2022-01-09 00:23:18 +08:00
Meco Man
f89a162ea3
[core] 使用rt_memcpy rt_memset代替memcpy memset
2022-01-09 00:23:18 +08:00
Man, Jianting (Meco)
bb1084556f
[console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题
...
* [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题
* format codes
* [libc] 整理格式
* refresh projects
2022-01-09 00:20:32 +08:00
GuEe-GUI
353f717037
[libcpu/aarch64] add smp support
2022-01-08 18:24:02 +08:00
Blues-Jiang
774031aed2
[bsp/n32g452xx] Unified header file definition. "GPIO_H__" to "DRV_GPIO_H". "USART_H" to "DRV_USART_H"
...
[bsp/n32g452xx] In drv_pwm.c, variable meaning is different with RT-Thread interface definition. Fixed and tested.
[bsp/n32g452xx] Add support for UART4/UART5.
[bsp/n32g452xx] In drv_gpio.c Modify "N32F10X_PIN_NUMBERS" to "N32G45X_PIN_NUMBERS".
2022-01-08 16:06:13 +08:00
tangyuxin
09f439bcc2
[memheap] Fix 64 bit potential risk
2022-01-08 15:50:14 +08:00
Meco Man
85441c0dc4
[sconscript] 代替+=的表述方法
2022-01-08 15:48:50 +08:00
Meco Man
29c19f7ffd
[libc] 优化nanosleep函数
2022-01-08 15:46:52 +08:00
Meco Man
8565fe2448
[simulator] 消除vs下的警告
2022-01-08 15:46:52 +08:00
Gabriel Wang
d7b8cf81e6
move some __on_rt_xxxxx_hook from rtdef.h to dedicated c soure files
2022-01-07 23:35:44 +00:00
Ouxiaolong
77ccb89590
Modify format
2022-01-07 21:32:00 +08:00
guo
495e209f37
Merge pull request #5480 from mysterywolf/l475
...
[lvgl][l475] use single buffer instead of double buffers
2022-01-06 19:59:03 +08:00
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