Commit Graph

4374 Commits

Author SHA1 Message Date
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
Bernard Xiong 74def7ed72 Merge pull request #596 from zhj2232006/master
fix issue #572, keil armcc compiling report "Error: expected an expression"
2015-12-11 09:53:23 +08:00
zhoujie fc2467a190 fix keil armcc compiling report "Error: expected an expression" 2015-12-10 21:47:53 +08:00
Bernard Xiong d2aee25391 Merge pull request #593 from SchumyHao/master
finsh: change no echo mode. cpp: remove RT_USE_LIBC depends
2015-12-02 23:28:05 +08:00
Bernard Xiong 2c7c049af0 Update and rename README.TXT to README.md 2015-11-24 16:19:25 +08:00
Bernard Xiong ac5ff712e2 Merge pull request #591 from pathletboy/master
[Kernel] allow parameter "recved" can be NULL in function "rt_event_recv"
2015-11-23 16:37:14 +08:00
pathletboy 63c51fbfc8 Sorry, fix missed, related #590. 2015-11-23 16:10:49 +08:00
Bernard Xiong e63a458647 Merge pull request #590 from pathletboy/master
[Kernel] allow parameter "recved" can be NULL in function "rt_event_recv"
2015-11-23 14:16:11 +08:00
pathletboy 1f0c6ad9d5 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2015-11-23 13:24:08 +08:00
pathletboy 78c9ddef86 fix code indent. 2015-11-23 13:23:55 +08:00
Bernard Xiong b6aefeb737 Merge pull request #588 from AubrCool/fix-stm32f10xcan.snd.rtr.err
[BSP] Fix stm32f10xcan.snd.rtr.err
2015-11-23 12:12:40 +08:00
Aubr.Cool b2d55d2c8c correct stm32f10x can sendmsg rtr flag error 2015-11-23 09:43:48 +08:00
Aubr.Cool 33de63fbe2 correct compile error when using can 2015-11-23 09:43:17 +08:00
pathletboy 30cbe3cc3e add document. 2015-11-22 15:55:19 +08:00
pathletboy a50c2cbbb3 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2015-11-22 12:36:37 +08:00
Bernard Xiong 1898efe43d Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2015-11-22 10:58:33 +08:00
Bernard Xiong 83404b825b [libc] Does export time API if RTC component is not used. 2015-11-22 10:58:19 +08:00
pathletboy 5b03e37ae1 allow parameter "recved" can be null in function "rt_event_recv" 2015-11-21 20:55:41 +08:00
Bernard Xiong 086e1bd9cb Update .travis.yml 2015-11-19 15:21:22 +08:00
Bernard Xiong 405a184920 Merge pull request #587 from weety/tms320dm365
[BSP] Add -nostartfiles option for link flags for dm365
2015-11-18 09:28:29 +08:00
weety c515c88f3f Add -nostartfiles option for link flags 2015-11-18 00:09:18 +08:00
Bernard Xiong b7fc26e169 Merge pull request #584 from xueliu/master
[BSP] Enable Heap for nRF51822
2015-11-15 16:38:40 +08:00
Bernard Xiong 693ffe4fff Merge pull request #585 from zchong-cht/master
[BSP] Change the head files in beaglebone uart.c
2015-11-15 16:38:03 +08:00
SchumyHao 1eea52307b rm CPP's RT_USE_LIBC depends
Signed-off-by: SchumyHao <bob-hjl@126.com>
2015-11-15 16:36:57 +08:00
zchong_cht 06765bfd4a Change the head files in uart.c. 2015-11-13 23:25:59 +08:00
Xue Liu 65f1d8f409 Enable Heap for nRF51822
Fix the undefined symbol NRF_SRAM_END
Configure SRAM part for Heap
2015-11-13 13:39:40 +01:00
SchumyHao f1e92c63f2 finsh: check echo_mode before print '\n' when excute msh command
Signed-off-by: SchumyHao <bob-hjl@126.com>
2015-11-13 00:56:50 +08:00
Bernard Xiong 6d738f79a8 Merge pull request #579 from miaoqiongb/patch-2
[BSP] Update uart.c in lpc176x
2015-11-12 10:01:55 +08:00
Bernard Xiong 2e3bd53c5e Merge pull request #580 from zchong-cht/master
[BSP] Add iar compiler support for am335x.
2015-11-12 10:01:42 +08:00
zchong_cht 3983f39f34 Add iar compiler support for am335x. 2015-11-11 23:44:05 +08:00
miaoqiongb 2b0a5b93b7 Update uart.c
Add interrupt enter and leave
2015-11-11 10:43:57 +08:00
Bernard Xiong 46fe0a48dc Merge pull request #577 from xueliu/master
[BSP] Add support for nRF52832
2015-11-11 09:45:22 +08:00
Xue Liu 31c9f3ef3b Clean and fix comments 2015-11-11 00:09:15 +01:00