Andrew Tridgell
f7098c1635
AP_ROMFS: added crc check in ROMFS decompression
4 years ago
Andrew Tridgell
98542d0c0b
AP_ROMFS: added directory listing interface
5 years ago
Andrew Tridgell
cfed364dd0
AP_ROMFS: fixed build warning
5 years ago
Andrew Tridgell
7fb44d1164
AP_ROMFS: fixed return size for uncompressed ROMFS
5 years ago
Andrew Tridgell
1a1d7e0525
AP_ROMFS: support uncompressed romfs data
5 years ago
Michael du Breuil
0acb1103b0
AP_ROMFS: make all decompressions null terminated
6 years ago
Lucas De Marchi
668c941717
Global: use new version of ARRAY_SIZE
7 years ago
Andrew Tridgell
c3db5c3da2
AP_ROMFS: added support for compressed files in ROMFS
7 years ago
Andrew Tridgell
deae66e645
AP_ROMFS: library for embedding files
...
this will be used for bootloaders and IO firmware
7 years ago
Mathieu OTHACEHE
152edf7189
Global: remove mode line from headers
...
Using a global .dir-locals.el file is a better alternative than
reincluding the same emacs header in every file of the project.
8 years ago
Andrew Tridgell
090c02e6bd
AP_Common: rename is_bounded() to is_bounded_int32() and make inclusive
...
we will probably want float versions in future, and inclusive is
better for the RC_Channel case
9 years ago
Grant Morphett
ba8dbf6696
AP_Common: Added a new is_bounded global function.
9 years ago
Gustavo Jose de Sousa
e32ad93ae3
AP_Common: standardize inclusion of libaries headers
...
This commit changes the way libraries headers are included in source files:
- If the header is in the same directory the source belongs to, so the
notation '#include ""' is used with the path relative to the directory
containing the source.
- If the header is outside the directory containing the source, then we use
the notation '#include <>' with the path relative to libraries folder.
Some of the advantages of such approach:
- Only one search path for libraries headers.
- OSs like Windows may have a better lookup time.
10 years ago
Andrew Tridgell
5980ff8e1c
AP_Common: removed map_baudrate()
...
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
10 years ago
Andrew Tridgell
42c1501563
AP_Common: moved map_baudrate() into AP_Common
...
this version supports a much wider range of baudrates
11 years ago
Pat Hickey
a2f97ac7c7
AP_Common.cpp: Delete empty cpp file
12 years ago
DrZiplok@gmail.com
10f3a6f9cb
Drop a couple things in here in support of code moving to libraries.
...
15 years ago