Andrew Tridgell
|
6b95d870ad
|
AP_Progmem: only AVR uses progmem
no need to list all other boards
|
2013-09-28 21:24:02 +10:00 |
Andrew Tridgell
|
1f3a051e7b
|
AP_Progmem: Linux doesn't use progmem
|
2013-09-28 21:24:02 +10:00 |
Andrew Tridgell
|
3c86fceed9
|
AP_Progmem: removed SMACCM support
|
2013-09-26 22:38:32 +10:00 |
Mike McCauley
|
7850d1f2ce
|
AP_Progmem: Add Flymaple support
|
2013-09-24 13:51:28 +10:00 |
Andrew Tridgell
|
38e414db33
|
AP_Progmem: fixed type of strncmp_P()
|
2013-05-31 07:58:29 +10:00 |
James Bielman
|
a4af314b57
|
Add AP_HAL_SMACCM implementation.
- Add a board definition for SMACCMPilot.
- Support the SMACCM HAL in required utility libraries.
|
2013-01-03 13:48:06 -08:00 |
Andrew Tridgell
|
57bf6531b4
|
Progmem: use right CONFIG_HAL_BOARD #ifdefs
|
2013-01-01 18:26:12 +11:00 |
Andrew Tridgell
|
c3dc23d295
|
AP_HAL: fixed warning in progmem
|
2012-12-22 09:49:19 +11:00 |
Pat Hickey
|
6ea38432b9
|
AP_Progmem_AVR: prog_char typedef was deprecated in avr-gcc 4.7, add compat def
|
2012-12-20 14:52:30 +11:00 |
Andrew Tridgell
|
f393389db2
|
Progmem: removed desktop specific progmem handling
|
2012-12-20 14:51:39 +11:00 |
Andrew Tridgell
|
8b6ad6d559
|
SITL: removed SITL_debug()
not needed any more
|
2012-12-20 14:51:36 +11:00 |
Andrew Tridgell
|
b1856bc17e
|
HAL_AVR: fixed warnings on all PSTR() usage
|
2012-12-20 14:51:34 +11:00 |
Andrew Tridgell
|
28353cd683
|
AP_Progmem: check for PX4FMU_BUILD explicitly
|
2012-12-20 14:51:29 +11:00 |
Pat Hickey
|
166eff180d
|
AP_Progmem Identity: switch to straight typedef of prog_char_t to char
|
2012-12-20 14:51:28 +11:00 |
Pat Hickey
|
9f69254c00
|
AP_Progmem: identity to use regular strings as PSTRs
|
2012-12-20 14:51:28 +11:00 |
Pat Hickey
|
5c738810e2
|
AP_Progmem created: progmem macros per specific platform
* derived from AP_Common
|
2012-12-20 14:51:28 +11:00 |