Man, Jianting (Meco)
|
5c70c9e402
|
[lvgl][simulator] sync upstream win32 driver (#7165)
|
2023-04-05 13:27:14 +08:00 |
Meco Man
|
9bc68d26a4
|
format Kconfig and sconscript
|
2023-01-08 22:52:13 -05:00 |
Meco Man
|
3f0934feb7
|
[simulator][lvgl]同步lvgl win32 driver
b69dca2ade
0b01584e29
https://github.com/lvgl/lv_drivers/pull/212
https://github.com/lvgl/lv_drivers/pull/216
|
2022-07-07 16:55:47 +08:00 |
Meco Man
|
15cd71bae6
|
[lvgl] adapt lvgl 8.3.0
|
2022-07-07 16:55:25 +08:00 |
Meco Man
|
ada0e8f1a1
|
[simulator] improve init process
|
2022-06-16 10:30:16 +08:00 |
Man, Jianting (Meco)
|
1506829b85
|
[lvgl] remove LV_DISP_DEF_REFR_PERIOD which are defined manually (#5976)
|
2022-05-23 01:41:23 +08:00 |
Meco Man
|
569facb12d
|
[simulator] 增加RTC配置项(默认开启)
|
2022-05-19 09:43:20 +08:00 |
Meco Man
|
e43548f46f
|
[simulator] 优化SD挂载,在首次挂载失败后格式化重新尝试
|
2022-05-19 09:43:20 +08:00 |
Meco Man
|
7fc707d99c
|
[sal][kconfig] 重新梳理sal的依赖关系
|
2022-05-16 10:02:22 +08:00 |
Meco Man
|
4448869394
|
[simulator] 优化vs模拟器的LVGL结构
|
2022-05-11 20:30:38 +08:00 |
Meco Man
|
9b6bc0fcc7
|
[simulator] 解决simulator模拟器不能挂在sd卡的问题,并更新文档
|
2022-04-11 14:07:55 +08:00 |
Meco Man
|
85441c0dc4
|
[sconscript] 代替+=的表述方法
|
2022-01-08 15:48:50 +08:00 |
Meco Man
|
559d4ef4d6
|
[simulator][lvgl]暂时屏蔽到lvgl文件系统使能
|
2021-12-26 22:15:49 -05:00 |
Meco Man
|
1948988913
|
[lvgl] 将lvgl目录调整到application文件夹下
|
2021-12-19 18:21:31 -05:00 |
Meco Man
|
82cae7dcc9
|
[vs simulator] remove the error prompt for v4.1.0
|
2021-12-15 16:56:34 -05:00 |
Meco Man
|
3c232125db
|
[bsp][simulator] update project
|
2021-10-29 09:59:45 -04:00 |
Meco Man
|
8f6260146c
|
[libc][win32] improve win32 support
|
2021-10-13 15:29:01 -04:00 |
tangyuxin
|
015418fa9b
|
[bsp][simulator] 支持自动初始化及用户 main 入口
|
2021-04-01 17:01:14 +08:00 |
Meco Man
|
e37abb2b81
|
[simulator] 手动-自动格式化整理
|
2021-03-20 22:39:32 +08:00 |
guozhanxin
|
a22decb71b
|
【优化】在代码中移除 rt_system_object_init/rt_system_tick_init 的调用。
|
2020-11-23 11:39:38 +08:00 |
Bernard Xiong
|
4de8758018
|
Fix the control interface and GUI initialization
|
2018-03-11 14:35:50 +08:00 |
Bernard Xiong
|
8b36b57a11
|
[UIEngine] move UI engine as a package
|
2018-03-03 16:34:01 +08:00 |
yangfasheng
|
0415298ceb
|
更新替换 SDL;
|
2018-01-19 13:38:43 +08:00 |
bernard
|
eb1daff7d4
|
[BSP] Fix the simulator build for Win32.
|
2017-12-13 20:38:56 +08:00 |
bernard
|
ae7237dc53
|
[BSP] Fix the WIN32 compiling issue.
rename _errno to __rt_errno for conflict in WIN32.
|
2017-11-30 23:56:52 +08:00 |
yygg_you
|
2d0c10a0ca
|
修改simulator,匹配RTT 3.0
|
2017-10-20 13:26:47 +08:00 |
ArdaFu
|
3051276e09
|
[BSP][Simulator] Fix compile error. Replace nfs_init.h with nfs.h
|
2017-10-17 14:03:25 +08:00 |
tanek liang
|
d793cfdef7
|
[bsp] fix incompatible type error for "finsh_system_init()"
|
2017-07-29 14:21:40 +08:00 |
Bernard Xiong
|
7e45f059dc
|
[BSP] Update simualtor bsp for Win32/MSVC
|
2015-09-30 16:26:40 +08:00 |
pangwei
|
d3a031c084
|
[BSP]add some header File
Signed-off-by: pangwei <271372443@qq.com>
|
2015-05-21 15:26:31 +08:00 |
pangwei
|
688f324fea
|
[BSP] Remove the RT_USING_COMPONENTS_INIT in rt_config.h , and added some components init functions by hand.
|
2015-05-21 15:05:00 +08:00 |
bernard
|
26118499e0
|
[BSP] remove rt_device_init_all() invoking.
|
2014-07-19 06:50:00 +08:00 |
prife
|
712d9428ed
|
simulator: disable RTGUI in rtconfig.h
clean code in SConstruct and application.c, disable RTGUI in rtconfig.h
by default.
|
2013-12-08 20:39:19 +08:00 |
bernard
|
d092105f3a
|
Add tap netif driver
|
2013-10-10 00:41:36 +09:00 |
Grissiom
|
6563ae6cab
|
simulator: init SDL after rt_components_init
SDL may use DFS to open files. It should be run after
rt_components_init.
|
2013-08-31 16:46:36 +08:00 |
prife
|
02e74583c7
|
simulator: update code for new component initialization support on mingw
|
2013-07-11 23:31:34 +08:00 |
prife
|
70611580dc
|
simulator: move {dfs_win32.c,moudule_win32.} from drives/
|
2013-03-15 16:54:23 +08:00 |
prife
|
f1fe20a3df
|
simulator: fix dfs_win32_mkfs prototype
|
2013-03-02 14:35:04 +08:00 |
prife
|
5cb02e1258
|
simulator: make sure LCD driver ready to use after rt_hw_sdl_start is invoked
|
2013-03-02 14:32:26 +08:00 |
prife
|
a665b97129
|
app module for simulator: add the missing module_win32.c
|
2013-03-01 01:30:21 +08:00 |
prife
|
a64ec10e68
|
app module support for simlator, first version
|
2013-02-27 00:37:57 +08:00 |
prife
|
8928f4e4b7
|
mingw support for simulator: dfs/dfs_win32
|
2013-02-26 16:36:33 +08:00 |
prife
|
f2636ea813
|
clean code in bsp/simulator/application/application.c
|
2013-01-22 17:07:12 +08:00 |
prife
|
fbbc4c8d18
|
merge bsp/simlinux into bsp/simulator
|
2013-01-22 16:57:47 +08:00 |
Ming, Bai
|
b4de7cce57
|
Re-normalizing the repo
|
2013-01-08 22:40:58 +08:00 |
goprife@gmail.com
|
ecb226f9d4
|
clean code in bsp/simulator
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2577 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-31 06:37:37 +00:00 |
goprife@gmail.com
|
91197259ac
|
fix warning in bsp/simulator
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2562 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-30 09:39:35 +00:00 |
goprife@gmail.com
|
8951089b5a
|
add win32 error code transform to DFS error code;
fix warning in usart_sim.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2559 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-30 06:32:14 +00:00 |
goprife@gmail.com
|
77f4ee3029
|
fix compile warnings in bsp/simulator
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2544 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-29 04:12:47 +00:00 |
goprife@gmail.com
|
e1e948a33e
|
fix spell errors in bsp/simulator
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2542 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-29 03:44:00 +00:00 |