1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/Project
Stacey Sheldon 5f8760a55c com: Move buffering out of USART/HID layer and into COM layer
This allows the spektrum and sbus receiver drivers to bind
directly to the usart layer using a properly exported API
rather than overriding the interrupt handler.

Bytes are now pushed directly from the usart layer into the
com layer without any buffering.  The com layer performs all
of the buffering.

A further benefit from this approach is that we can put all
blocking/non-blocking behaviour into the COM layer and not
in the underlying drivers.

Misc related changes:
 - Remove obsolete .handler field from irq configs
 - Adapt all users of PIOS_COM_* functions to new API
 - Fixup callers of PIOS_USB_HID_Init()
2011-07-27 19:45:38 -04:00
..
Eclipse Windows eclipse workspace. Sorry for the mess, all is good know...I think 2011-07-14 18:16:38 +01:00
FOSS-JTAG jtag-revb: add eeprom config file 2011-01-23 08:06:13 +00:00
gdb com: Move buffering out of USART/HID layer and into COM layer 2011-07-27 19:45:38 -04:00
OpenOCD OP-439: Simplify further. Abstract most of the OOCD flags into the common 2011-04-24 10:19:00 -05:00
OpenPilotOSX Remove all references to vTaskDelay in the flash code as it can run before the 2011-07-15 18:16:16 -05:00
versionblob.py Fix typo 2011-05-09 15:30:02 +02:00