1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/Bootloaders/PipXtreme
Stacey Sheldon 8b0415d905 bl: alternate stopwatch for small bootloaders
The small bootloaders (CC and PipX) are out of flash space
so their stopwatch implementation has been swapped out for
one based on the DELAY clock that takes about 500 bytes less
of code space.

Identical functionality is preserved.
2011-07-29 15:33:01 -04:00
..
inc More cleaning, moved stopwatch files to library folder, code formatting. 2011-04-29 20:48:13 +01:00
main.c bl: alternate stopwatch for small bootloaders 2011-07-29 15:33:01 -04:00
Makefile bl: alternate stopwatch for small bootloaders 2011-07-29 15:33:01 -04:00
op_dfu.c dfu: fix typo WRITABLA -> WRITABLE 2011-05-24 00:58:10 -04:00
pios_board.c com: Move buffering out of USART/HID layer and into COM layer 2011-07-27 19:45:38 -04:00