NEURoboticsClub / Space-Drone-Embedded

Embedded firmware for the Space Building Drone project.
GNU General Public License v3.0
0 stars 0 forks source link

[DevOps] Implement robust logging #6

Open jr1221 opened 4 months ago

jr1221 commented 4 months ago

Add logging support and create example logs, etc. in the README.

Use IDF logging: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/log.html

Include documentation on how to tag files, dont forget the cmake configuration. Allow for all debug levels and create standards which should be followed for deach debug level.