gbcwbz
48848c2917
[libc][armlibc] Fix getchar error after exit vi
...
- _sys_istty() add stdio as tty
- without this, after exit vi program getchar will return -1, I don't know why it works
2018-12-23 19:15:20 +08:00
gbcwbz
0924d277f6
[dfs] Fix stdio fd error when POSIX api is used
...
POSIX api e.g. poll read write
2018-12-23 19:14:14 +08:00
XXXXzzzz000
3c9f58a7ab
[tools] fix bug.
2018-11-23 09:23:31 +08:00
XXXXzzzz000
d4bdeb03e7
[bsp][stm32f10x-HAL] add pwm driver.
2018-10-24 10:09:45 +08:00
XXXXzzzz000
ea86ebf142
[bsp][stm32f10x-HAL] add rtc driver
2018-10-23 14:15:24 +08:00
XXXXzzzz000
262d4268a4
[bsp][stm32f4xx-HAL] fix iwg driver.
2018-10-20 17:53:07 +08:00
XXXXzzzz000
5e95c57456
add iwdg driver
2018-10-17 16:05:33 +08:00
XXXXzzzz000
8107542d76
[driver][iwdg]add iwdg driver. | 添加iwdg驱动,参考:stm32f4xx-HAL/driver_wdg
2018-10-17 15:54:00 +08:00
heyuanjie
43f718961e
添加网络syscall
2018-08-01 17:03:06 +08:00
heyuanjie
9cf65d0b28
添加网络系统调用
2018-08-01 15:44:33 +08:00
heyuanjie
2373a9c7be
添加lwp类型声明
2018-07-31 10:38:26 +08:00
heyuanjie
c79fbd373f
[lwp]给thread添加lwp成员
2018-07-30 11:12:12 +08:00
heyuanjie
409e7fca0a
[msh]执行小程序
2018-07-02 13:47:47 +08:00
heyuanjie
8b8e448944
同步
2018-06-29 16:16:27 +08:00
heyuanjie
7d3af8e9ff
给lwp传递参数
2018-06-29 15:32:53 +08:00
xx
38fc71608d
tab转空格
2018-03-29 17:35:37 +08:00
xx
4e077447f9
还原脚本文件
2018-03-29 15:40:10 +08:00
xx
d98c4ad116
[imx rt1050]修改sai edma驱动
2018-03-29 15:39:31 +08:00
xx
e0314e637e
添加iis驱动
2018-03-28 12:33:26 +08:00
xx
5e477ae0ac
[imx-rt]在回调函数执行后才清除本次传输信息
2018-03-28 12:27:04 +08:00
Spencer Moss
b60712c29c
[bsp] change macro so that CAN IRQ do not interfere USB IRQ in stm32f10x
2017-08-14 00:41:09 +08:00
Spencer Moss
a07c450808
[bsp] fix CAN IRQ for stm32 none connectivity line devices
2017-08-13 16:39:00 +08:00
gbcwbz
5941d73604
Convert tab into spaces
2016-09-07 23:45:39 +08:00
gbcwbz
517e909c3d
[finsh]Align title and content in list_* cmd
2016-09-07 23:24:12 +08:00
gbcwbz
0d63eb5f6d
fix hardfault when RT_CAN_USING_BUS_HOOK is enabled in bsp/stm32f10x
...
function `rt_pin_write` is invoked by function `can_bus_hook`, and it should to be initialized by gpio.c.
but gpio.c was not added in SConscript
2016-04-14 23:47:32 +08:00
gbcwbz
b420e83da4
fix can baud rate config error in bsp/stm32f10x fix #597
...
enum CANBAUD was changed in components/drivers/include/drivers/can.h ,
which causes array index out of bound in bsp/stm32f10x/drivers/bxcan.c
temporarily remove RT_CAN_USING_BUS_HOOK, because there are some bugs in
bsp/stm32f10x/applications/canapp.c function can_bus_hook
2016-04-13 21:24:36 +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
gbcwbz
e35ad3e677
fix initialization error in bsp/stm32f10x
...
temporarily disable canapp initialization.
2016-04-03 21:39:33 +08:00