bernard
|
d7087fdd3b
|
[DeviceDrivers] change cmd type.
1. Change 'rt_uint8_t' type of cmd to 'int';
2. Add waitqueue;
3. Split device ipc header files;
|
2017-10-15 22:56:46 +08:00 |
Aubr.Cool
|
aa8e5cc412
|
[components] drivers pin irq change apis
|
2017-03-14 10:28:29 +08:00 |
Aubr.Cool
|
320b116b5f
|
[Components] Drivers: pin add irq apis
|
2017-03-10 15:07:28 +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 |
Aubr.Cool
|
6dc5851c55
|
Correct pin register name problems
|
2015-03-23 09:38:09 +08:00 |
Bernard Xiong
|
1bb425e839
|
[DeviceDrivers] code cleanup for hardware pin
|
2015-01-19 08:56:43 +00:00 |
Bernard Xiong
|
d01b2ca84b
|
[DeviceDrivers] Add pin io driver framework
|
2015-01-19 06:18:16 +00:00 |