firmware/src
Thomas Göttgens 05e4a639a1
remove newline from logging statements. (#5022)
remove newline from logging statements in code. The LOG_* functions will now magically add it at the end.

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-10-14 15:11:43 +11:00
..
buzz
concurrency remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
detect remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
Fusion Add support for BMX160/RAK12034 compass module (#4021) 2024-06-11 17:47:45 -05:00
gps remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
graphics remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
input remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
mesh remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
modules remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
motion remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
mqtt remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
nimble remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
platform remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
serialization remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
airtime.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
airtime.h
AmbientLightingThread.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
AudioThread.h
BluetoothCommon.cpp Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
BluetoothCommon.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
ButtonThread.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
ButtonThread.h Cleanup - remove unused defines. (#4353) 2024-07-31 06:56:06 -05:00
commands.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
configuration.h preliminary Othernet Dreamcatcher Support (#4933) 2024-10-08 07:05:13 -05:00
DebugConfiguration.cpp RAK13800 Ethernet improvements 2024-09-06 11:45:43 +02:00
DebugConfiguration.h Add DH25519 unit test 2024-08-13 18:43:19 -05:00
DisplayFormatters.cpp Short turbo preset (#4465) 2024-08-14 21:16:21 -05:00
DisplayFormatters.h
error.h
freertosinc.h Make STM compile again and update toolchain. (#2960) 2024-07-25 20:16:21 -05:00
FSCommon.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
FSCommon.h Fixes for #4395: nrf52 flash filesystem reliability (#4406) 2024-08-13 06:45:39 -05:00
GpioLogic.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
GpioLogic.h for #4154 use a binary gpio transformer to manage vext on heltec-tracker (saves power) 2024-08-28 11:25:54 -07:00
GPSStatus.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
Led.cpp Finish powermon/powerstress (#4230) 2024-08-06 12:35:54 -05:00
Led.h Finish powermon/powerstress (#4230) 2024-08-06 12:35:54 -05:00
main.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
main.h Refactor AccelerometerThread.h (#4831) 2024-09-25 06:25:31 -05:00
memGet.cpp First stab at enabling store and forward for Native 2024-09-28 11:37:27 +02:00
memGet.h
meshUtils.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
meshUtils.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
network-stubs.cpp
NodeStatus.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
Observer.cpp
Observer.h Fix: return failure when PhoneAPI times out (#3136) 2024-01-28 07:53:39 -06:00
Power.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
power.h Merge branch 'master' into esp32-c6 2024-09-26 00:20:00 +02:00
PowerFSM.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
PowerFSM.h Add more exclude options to save program ram/flash (#4408) 2024-08-06 18:48:55 -05:00
PowerFSMThread.h Add more exclude options to save program ram/flash (#4408) 2024-08-06 18:48:55 -05:00
PowerMon.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
PowerMon.h Finish powermon/powerstress (#4230) 2024-08-06 12:35:54 -05:00
PowerStatus.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
RedirectablePrint.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
RedirectablePrint.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
RF95Configuration.h Remove unused define (#4620) 2024-09-02 20:08:02 -05:00
SafeFile.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
SafeFile.h fix a lot of nuisances reported by cppcheck (#4872) 2024-09-25 19:09:06 -05:00
SerialConsole.cpp finish TLora C6 Support, without bluetooth for now 2024-09-28 13:42:32 +02:00
SerialConsole.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
shutdown.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
sleep.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
sleep.h Finish powermon/powerstress (#4230) 2024-08-06 12:35:54 -05:00
SPILock.cpp
SPILock.h
Status.h
target_specific.h NRF52 bluetooth cleanup and fix (#3328) 2024-03-03 13:56:55 -06:00
xmodem.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
xmodem.h Make STM compile again and update toolchain. (#2960) 2024-07-25 20:16:21 -05:00