1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/Bootloaders/CopterControl
Stacey Sheldon 2d27c54d48 com_msg: Create new message based COM layer for bootloaders
The main purpose of this new COM implementation is that it is
much simpler, and requires less code space.  This takes a bit
of the pressure off of the CC bootloader which was right at
the limit of available code space in the bootloader partition.

This is not intended to ever be used by the application.

This driver also formalizes the assumptions in the bootloader's
usage of the COM layer.  All messages are assumed to arrive
in atomic chunks from the HID layer.
2012-01-14 14:23:18 -05:00
..
inc com_msg: Create new message based COM layer for bootloaders 2012-01-14 14:23:18 -05:00
main.c com_msg: Create new message based COM layer for bootloaders 2012-01-14 14:23:18 -05:00
Makefile com_msg: Create new message based COM layer for bootloaders 2012-01-14 14:23:18 -05:00
op_dfu.c com_msg: Create new message based COM layer for bootloaders 2012-01-14 14:23:18 -05:00
pios_board.c com_msg: Create new message based COM layer for bootloaders 2012-01-14 14:23:18 -05:00
pios_usb_board_data.c copyright: add/correct GPL + copyright boilerplate 2012-01-02 23:28:53 -05:00