Bernard Xiong
9c293336cb
[DFS] Add fcntl.h for armlibc.
2016-04-09 23:11:17 +08:00
Bernard Xiong
9c48f9e09c
[Tools] Fix the CPP file type in Keil.
2016-04-09 23:10:28 +08:00
Bernard Xiong
454591dcfc
Merge pull request #620 from Bluebear233/master
...
Update serial.c
2016-04-09 21:27:16 +08:00
Bluebear233
2b1983992f
Update serial.c
...
fix reset serial receive interrupt flag when close serial
2016-04-09 20:58:10 +08:00
Bernard Xiong
317294448e
Merge pull request #619 from gbcwbz/master
...
remove function finsh_set_device in application.c in bsp/stm32f10x
2016-04-09 16:01:02 +08:00
gbcwbz
a6fcf8cf1f
remove function finsh_set_device in application.c in bsp/stm32f10x
...
finsh_set_device is not needed since version 1.2.0
2016-04-09 13:15:49 +08:00
Bernard Xiong
e68a3a977a
[DFS] Remove stat/fstat function under WIN32 simulation.
2016-04-06 01:16:09 +08:00
Bernard Xiong
a128dcc6ea
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2016-04-05 14:41:29 +08:00
Bernard Xiong
49b1172b8d
[Kernel] change rt_thread_exit() as a global function.
2016-04-05 14:40:49 +08:00
Bernard Xiong
121f290fbd
Merge pull request #617 from gbcwbz/master
...
fix initialization error in bsp/stm32f10x
2016-04-05 14:20:41 +08:00
Bernard Xiong
048ffb481a
[DeviceDrivers] Add umount operations in SDCard block device.
2016-04-05 11:11:10 +08:00
Bernard Xiong
8043186020
[DeviceDrivers] Add audio.h header file.
2016-04-05 11:10:08 +08:00
Bernard Xiong
ada2c7a3f5
[DeviceDrivers] Add audio header file.
2016-04-05 11:02:04 +08:00
Bernard Xiong
3748008651
[DeviceDrivers] Add card remove operations in MMC/SD.
2016-04-05 11:01:49 +08:00
gbcwbz
e35ad3e677
fix initialization error in bsp/stm32f10x
...
temporarily disable canapp initialization.
2016-04-03 21:39:33 +08:00
Bernard Xiong
daf488ca77
fix the open_flag initialization issue.
2016-04-02 14:42:38 +08:00
Bernard Xiong
2a9f80d947
Add some leaked dummy header file for armcc.
2016-04-02 14:15:25 +08:00
Bernard Xiong
5c86147236
Update sd_sim.c
2016-03-23 23:08:35 +08:00
Bernard Xiong
640e5c9777
[UI Engine] fix the default font initialization issue.
2016-03-23 23:03:45 +08:00
Bernard Xiong
e41c6c6c0c
Merge pull request #616 from hchunhui/lwip_nat-fix
...
fix various bugs in lwip-nat
2016-03-16 20:40:54 +08:00
He Chunhui
7290ff5d76
fix typo
2016-03-16 08:03:33 +00:00
He Chunhui
0fc0ed1bb1
fix copy-paste bug
...
This bug causes buffer overrun.
2016-03-16 08:00:33 +00:00
He Chunhui
5439580833
fix incompatible unit in LWIP_NAT_TMR_INTERVAL_SEC
...
LWIP_NAT_TMR_INTERVAL_SEC defined in ipv4_nat.h is in miliseconds,
but ip_nat_check_timeout() thinks it's in seconds.
With this bug, all nat entries will expire immediately when
ip_nat_check_timeout() is called.
Note sys_timeout() is in miliseconds.
2016-03-16 07:43:38 +00:00
Bernard Xiong
e0998e3c23
Merge pull request #614 from onelife/upstream
...
SCons PreProcessor patch: Stop processing "#define" in false condition
2016-03-08 14:35:24 +08:00
onelife
aee3a1d4c5
SCons PreProcessor patch: Stop processing "#define" in false condition
...
Example "rtconfig.h" content:
...
//#define BOARD_USING_LED
#if defined(BOARD_USING_LED)
#define RT_USING_RTGUI
#endif
...
- Before patching, RTGUI module will be built although not intend to do so.
- After patching, RTGUI module will not be built.
2016-03-08 01:42:01 +08:00
Bernard Xiong
10fd3d34ad
Merge pull request #613 from aozima/pulls
...
fixed Lwip bug: Assert on TCP netconn_write with sndtimeout set
2016-03-03 09:30:40 +08:00
aozima
8131ea9c30
fixed Lwip bug: Assert on TCP netconn_write with sndtimeout set
...
ref: http://savannah.nongnu.org/bugs/?38219
2016-03-02 20:41:14 +08:00
Bernard Xiong
24d089d80a
[DeviceDrivers] Remove the tail space
2016-03-01 10:57:25 +08:00
Bernard Xiong
f0fc48922b
[finsh] use the macro definition instead of the const number in the code
2016-03-01 10:56:46 +08:00
Bernard Xiong
eefd87284c
[DeviceDrivers] fix the compiling warning in MMC/SD
2016-03-01 10:55:16 +08:00
Bernard Xiong
b39654d5a1
Merge pull request #610 from FlyLu/master
...
[DFS] Fix the ramfs issue.
2016-02-20 19:41:40 +08:00
FlyLu
0b3dd47347
修正ramfs.h中防止重复包含的宏定义名称
...
修正components.h中使能RT_USING_DFS_RAMFS宏时,加入ramfs.h头文件
2016-02-20 14:53:39 +08:00
Bernard Xiong
ca3c56651d
[GUI Engine] Add GUI Engine README.md
2016-02-08 10:03:07 +08:00
Bernard Xiong
490196b1b9
[GUI Engine] Add RTGUI as a GUI Engine
2016-02-08 09:59:48 +08:00
Bernard Xiong
55bbe7290e
Delete gic.h_old
2016-02-02 15:16:22 +08:00
Bernard Xiong
0e916cee16
Delete gic.c_old
2016-02-02 15:16:14 +08:00
Bernard Xiong
97e263c498
Delete interrupt.h_old
2016-02-02 15:15:57 +08:00
Bernard Xiong
f677db1ff5
[libc] Add fputc/fgetc implementation for MICROLIB
2016-02-01 12:19:22 +08:00
Bernard Xiong
c0628833f3
Merge pull request #608 from ArdaFu/master
...
[BSP] Add new BSP for STM32F411RE with STM32 HAL Library
2016-01-25 16:13:11 +08:00
ardafu
e377814ce9
[bsp] rename bsp name from stm32f411re to stm32f411-nucleo
2016-01-25 16:10:54 +08:00
ardafu
48e765fdee
[bsp][stm32f411-nucleo] Remove unused BSP library.
2016-01-25 15:51:33 +08:00
ardafu
313c775b22
[BSP][STM32F411RE]
...
1. Target board: STM32F411RE-Nucleo
2. Using STM32 HAL library version 1.4.3 (STM32Cube_FW_F4_V1.10.0)
2016-01-25 15:39:34 +08:00
Bernard Xiong
2f9038f9e9
Merge pull request #607 from hezlog/master
...
Update finsh_token.c
2016-01-24 14:19:32 +08:00
hezlog
a1745986e9
Update finsh_token.c
...
修正finsh不能正确处理"\""和"\x1A"转义;
2016-01-19 12:16:30 +08:00
Bernard Xiong
e2d596ae0f
Merge pull request #605 from yuht/patch-12
...
[BSP] update get “geometry” source
2016-01-06 17:40:26 +08:00
yuht
585475991c
update get “geometry” source
...
in function internal,get "geometry" form paramater "dev->user_data", not use public variable "SDCfg"
2016-01-06 09:54:39 +08:00
Bernard Xiong
3e890570c9
[BSP] change the template setting in lpc176x;
...
fix the compiling warning when enable DFS.
2016-01-06 05:05:08 +08:00
Bernard Xiong
ec5243754f
Merge pull request #604 from yuht/patch-11
...
add RT_DFS_ELM_CODE_PAGE
2016-01-04 11:27:39 +08:00
yuht
2e1af44270
add RT_DFS_ELM_CODE_PAGE
...
解决因为缺少RT_DFS_ELM_CODE_PAGE 导致scons无法正确配置工程文件系统代码页问题。
2016-01-04 09:03:08 +08:00
Bernard Xiong
455daf8e7a
Add ioctl API and fix the read/write conflict issue with newlib's API.
2015-12-22 10:18:36 +08:00