47 Commits (4a7ce1b3848bfb51fc3ad801f995fa31bf1aed48)

Author SHA1 Message Date
murata aa3fb830af AP_Menu: Unify from print or println to printf. 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi 9c4f93244e AP_Menu: replace header guard with pragma once 9 years ago
Lucas De Marchi 25c289b74c AP_Menu: stop using Progmem.h 9 years ago
Lucas De Marchi bdd1d5e9d4 AP_Menu: fix wrong printf format for printf 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 6f0db45b57 Replace use of strcasecmp_P() with strcasecmp() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Julien BERAUD 22af74bfe6 AP_Menu: Fix warning 9 years ago
Gustavo Jose de Sousa 8e5fc67903 AP_Menu: standardize inclusion of libaries headers 10 years ago
Peter Barker 39b2cdcc3c AP_Menu: avoid segmentation fault 10 years ago
Lucas De Marchi fdc6a75124 AP_Menu: use ARRAY_SIZE macro 10 years ago
tcr3dr 523acc1c54 AP_Menu: Corrects string null comparison in AP_Menu. 10 years ago
Andrew Tridgell 407fbc7261 AP_Menu: remove unused AP_Vehicle.h include 10 years ago
Andrew Tridgell 9fa1e15238 AP_Menu: removed example sketch 10 years ago
Andrew Tridgell 4d040bbb94 AP_Math: convert example from .pde to .cpp 10 years ago
Andrew Tridgell bd5a58e4c4 AP_Menu: all vehicles now use functors 10 years ago
Andrew Tridgell 85f87b6d9c AP_Menu: removed BUILD_DELEGATES code 10 years ago
Lucas De Marchi 70525fa2c1 AP_Menu: allow to use functor 10 years ago
Lucas De Marchi ff398dbf0c AP_Menu: Do not compare delegate to NULL 10 years ago
Andrew Tridgell 3a300575bc AP_Menu: use APM_BUILD_DELEGATES 10 years ago
Andrew Tridgell db13f657a8 AP_Menu: support member functions for rover 10 years ago
Andrew Tridgell c76c3457fd AP_Menu: fixed example build 11 years ago
Andrew Tridgell a86ec8c786 AP_Menu: fixed double display of prompt 11 years ago
Andrew Tridgell 45381e5341 AP_Menu: added check_for_input() API 11 years ago
Andrew Tridgell 46724db144 AP_Menu: zero buffer contents on allocation 11 years ago
Andrew Tridgell 470e5f570d AP_Menu: dynamically allocate the menu buffers 11 years ago
Andrew Tridgell 134bf5a5c9 AP_Menu: be friendly to multi-tasking OSes in menus 12 years ago
Andrew Tridgell 2819dd99fa AP_Menu: copy with newline from console 12 years ago
Andrew Tridgell 5fdf6ff4f7 AP_Menu: fixed indent-tabs-mode 12 years ago
Andrew Tridgell 68051f3ea6 AP_Menu: fixed crash bug in strtok_r() handling 12 years ago
Andrew Tridgell 7294d9ef35 AP_Menu: fixed build with older compilers 12 years ago
Andrew Tridgell 374af1cd14 build: change from Arduino.mk to apm.mk 12 years ago
Andrew Tridgell a1187519a8 AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches 12 years ago
Andrew Tridgell 29f5e346c2 Menu: fixed example warnings 12 years ago
Pat Hickey eb530b86e8 move Arduino.mk to /mk/Arduino.mk 12 years ago
Andrew Tridgell 7d27e420ae AP_HAL: remove unnecessary Arduino.h includes 12 years ago
Pat Hickey 104ad8f6c8 AP_Menu: save a little ram by reducing MENU_ARGS_MAX to 3 12 years ago
Pat Hickey 475da4eca4 CONFIG_HAL_BOARD - test sketches fixed up, build all passes 12 years ago
Pat Hickey 3b1150d857 AP_Menu: ported to AP_HAL 12 years ago
Andrew Tridgell ba4b9b9961 AP_Menu: allow menus to work on ports other than UART0 12 years ago
Pat Hickey d728ccb620 AP_Menu unit test fixup 12 years ago
Pat Hickey 1bf21aae20 AP_Menu: create new library with menu from AP_Common 12 years ago