Bernard Xiong
|
53cfba8725
|
Merge pull request #4689 from mysterywolf/simulator-sd_sim
[bug][bsp][simulator] 修复sd_sim.c编译报错的问题,使用rt_dgb代替老旧的debug输出方式
|
2021-05-16 08:57:10 +08:00 |
Meco Jianting Man
|
1773908df8
|
remove \n from LOG_x
|
2021-05-15 16:16:34 +08:00 |
Meco Man
|
69471e6242
|
[bsp][simulator]format codes to prevent CI errors
|
2021-05-15 15:38:14 +08:00 |
Meco Man
|
a00a463248
|
format codes
|
2021-05-15 15:35:45 +08:00 |
Meco Man
|
31b94778c3
|
[bug][bsp][simulator] 修复sd_sim.c编译报错的问题,使用rt_dgb代替老旧的debug输出方式
|
2021-05-15 15:30:28 +08:00 |
yangjie
|
9c784f9c1f
|
[bsp][simulator]delete tap_netif.c
|
2021-04-26 14:57:26 +08:00 |
armink
|
2a66024bdc
|
[bsp/simulator] Add RTC device RT_DEVICE_CTRL_RTC_GET_TIME_US command implement.
|
2021-04-14 20:08:22 +08:00 |
armink
|
a62a07446c
|
[bsp/simulator] Add windows rtc driver.
|
2021-04-13 20:11:56 +08:00 |
Bernard Xiong
|
1e4a463f36
|
Merge pull request #4508 from Guozhanxin/add_error_check
add error checks of rt_mutex_create()
|
2021-04-03 23:24:34 +08:00 |
tangyuxin
|
015418fa9b
|
[bsp][simulator] 支持自动初始化及用户 main 入口
|
2021-04-01 17:01:14 +08:00 |
guozhanxin
|
f9be3c80e3
|
add error checks of rt_mutex_create()
|
2021-03-24 09:32:12 +08:00 |
Meco Man
|
e37abb2b81
|
[simulator] 手动-自动格式化整理
|
2021-03-20 22:39:32 +08:00 |
Meco Man
|
48c72e233e
|
[simulator] 更新配置文件 防止报错
|
2021-03-16 15:29:20 +08:00 |
Meco Man
|
8f7bbfa011
|
remove RT_USING_NOLIBC
|
2021-02-23 11:27:12 +08:00 |
Xinrong Han
|
3f1407827d
|
add error checks of rt_mutex_take()
|
2021-01-04 17:08:56 +08:00 |
guozhanxin
|
a22decb71b
|
【优化】在代码中移除 rt_system_object_init/rt_system_tick_init 的调用。
|
2020-11-23 11:39:38 +08:00 |
David Lin
|
622e8cb0ca
|
Fixed typo 'rthread' in help infomation
rthread -> rtthread
|
2020-03-06 21:46:21 +08:00 |
Bernard Xiong
|
5ef1bfc878
|
[bsp] Remove unnecessary files.
|
2019-12-21 07:25:12 +08:00 |
Ernest
|
7be06b67bb
|
[add] default environment
|
2019-10-22 16:48:57 +08:00 |
LinJieqiang
|
d16d78c53e
|
fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE"
|
2019-09-05 08:33:12 +08:00 |
armink
|
60e32cb61e
|
[bsp/simulator] Fix project generate configuration.
|
2019-07-19 16:14:02 +08:00 |
armink
|
0d7ba79219
|
Remove the DBG_COLOR and DBG_ENABLE definition.
|
2019-03-06 17:54:30 +08:00 |
misonyo
|
69cd16e136
|
[all BSP]fix kconfig file syntax error
|
2019-01-16 23:23:38 +08:00 |
chenchaoqun@rt-thread.com
|
87b407ff18
|
【修改】.config 中RT_SERIAL_USING_DMA选项
|
2018-12-17 09:53:44 +08:00 |
chenchaoqun@rt-thread.com
|
bb8e89e851
|
【串口】宏定义对应增加
|
2018-12-17 09:38:53 +08:00 |
Bernard Xiong
|
4de8758018
|
Fix the control interface and GUI initialization
|
2018-03-11 14:35:50 +08:00 |
moebius.ever
|
8160a4089a
|
fixed #1261, modify "axf" to "elf" in rtconfig.py for GCC Toolchains configuration.
|
2018-03-07 15:28:51 +08:00 |
Bernard Xiong
|
8b36b57a11
|
[UIEngine] move UI engine as a package
|
2018-03-03 16:34:01 +08:00 |
aozima
|
19433e0cf5
|
update SConscript: support scons 3.
|
2018-02-06 20:07:28 +08:00 |
yangfasheng
|
0415298ceb
|
更新替换 SDL;
|
2018-01-19 13:38:43 +08:00 |
bernard
|
7c2bcdd3de
|
[BSP] update SDL to SDL2 in simulator.
|
2017-12-16 00:05:23 +08:00 |
bernard
|
f0dce37543
|
[BSP] Update simulator bsp for MSVC.
|
2017-12-14 10:16:31 +08:00 |
bernard
|
fdc4fee036
|
Update .gitignore file.
|
2017-12-14 09:58:40 +08:00 |
bernard
|
eb1daff7d4
|
[BSP] Fix the simulator build for Win32.
|
2017-12-13 20:38:56 +08:00 |
Bernard Xiong
|
a3d96ed555
|
Use rt_object_get_information to get object chain
|
2017-12-12 07:38:02 +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 |
Bernard Xiong
|
7ea1d0c672
|
[BSP] fix the compiling error
|
2017-10-22 17:07:10 +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 |
bernard
|
5e3b3b19a6
|
[BSP] change the type of cmd.
1. Change the type of cmd to 'int';
2. Remove RT_LWIP_USING_RT_MEM macro;
|
2017-10-16 13:23:03 +08:00 |
tanek liang
|
d793cfdef7
|
[bsp] fix incompatible type error for "finsh_system_init()"
|
2017-07-29 14:21:40 +08:00 |
Bernard Xiong
|
1368e01470
|
[BSP] fix RT_DFS_ELM_MAX_LFN to 255.
|
2017-04-09 19:23:28 +08:00 |
pangweishen
|
5de8bb2c50
|
Update rtconfig.h
When useing the macro of _WIN32 in the file of rtconfig.h , then the file of dfs_win32.c will removed and compiled some mistakes. Fix it.
|
2016-09-01 14:09:42 +08:00 |
Bernard Xiong
|
fd7a65b4be
|
[LIBC] remove minilibc when compiling simulator under Linux
|
2016-04-24 19:59:48 +08:00 |
Bernard Xiong
|
5c86147236
|
Update sd_sim.c
|
2016-03-23 23:08:35 +08:00 |
Bernard Xiong
|
369557a981
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2015-10-09 08:56:58 +08:00 |
Bernard Xiong
|
a65ee8ac45
|
[BSP] disable module feature under simulator for Linux
|
2015-10-02 08:16:15 +08:00 |
Bernard Xiong
|
d2ec1f3eaa
|
[DFS] remove st_blksize in the struct stat
|
2015-10-01 06:46:52 +00:00 |
Bernard Xiong
|
1e4bcaca3e
|
[BSP] remove rtgui_demo in the simulator BSP
|
2015-10-01 11:34:10 +08:00 |
Bernard Xiong
|
5ac0ed7403
|
[BSP] remove testdll in the simualtor BSP
|
2015-10-01 11:29:59 +08:00 |