27 Commits (28f6a3469b81a0dd70af60774231296de806a186)

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 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 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
tcr3dr 523acc1c54 AP_Menu: Corrects string null comparison in AP_Menu. 10 years ago
Lucas De Marchi ff398dbf0c AP_Menu: Do not compare delegate to NULL 10 years ago
Andrew Tridgell db13f657a8 AP_Menu: support member functions for rover 10 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
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 1bf21aae20 AP_Menu: create new library with menu from AP_Common 12 years ago
uncrustify 3e4507a4a2 uncrustify libraries/AP_Common/menu.cpp 13 years ago
Jason Short e2830ca147 fixed type error 13 years ago
Doug Weibel 997ddde7f5 Added back the feature to prompt users when an invalid CLI command is entered. 13 years ago
Andrew Tridgell b927e64440 desktop: fixed 2 crashes in the menu code 13 years ago
James Goppert 77da85648d Clean up formatting for AP_Common 13 years ago
tridge60@gmail.com a633617eef added -Wformat in Arduino.mk 14 years ago
DrZiplok@gmail.com 458dfde81d Move the warning controls for APM out to AP_Common. This makes it easier to grab these for libraries uniformly. 14 years ago
DrZiplok@gmail.com a468abcdbf Add a better workaround for a GCC bug that generates spurious warnings for PSTR() 14 years ago
DrZiplok f345d5392f Back out the workaround for PSTR() warnings; it doesn't. 14 years ago
DrZiplok@gmail.com 906239160d Add a workaround for a GCC bug that generates spurious warnings for PSTR() 14 years ago
james.goppert 33a7d26846 Adding missing loop counter for menu. 14 years ago
DrZiplok@gmail.com c39639045c Default un-supplied command arguments to the empty string and zero rather than leaving them potentially un-initialised. This makes it safe for commands to compare argument strings without adding the expense of checking argc first. 14 years ago
DrZiplok@gmail.com 6838829428 Use strtok_r rather than strtok. Saves a stack frame, two bytes of global, and fixes backwards compatibility with older avr-libc versions. 15 years ago
DrZiplok@gmail.com 4b09c9fade Fell asleep before committing these, oops. 15 years ago
DrZiplok@gmail.com e2184615d9 Change the way pre-prompt printing works to avoid having to deal with "magic" menu entries. 15 years ago
DrZiplok@gmail.com 064dda10bf Provide an easy way to print stuff before displaying the prompt. 15 years ago
DrZiplok@gmail.com eb6113e685 Add a simple commandline menu library. 15 years ago