Boot-time event logging implementation (#536)
commitf6c6e4f8ba04e3b1c5ca6e044f445f5213876343
authorKonstantin Sharlaimov <konstantin.sharlaimov@gmail.com>
Thu, 1 Sep 2016 08:23:20 +0000 (1 11:23 +0300)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2016 08:23:20 +0000 (1 11:23 +0300)
tree003ea17504160b3fdb3938c1c5e8af7f481e9032
parent11c42fd4a2813079eff9f2a3e0baf4a9a67ca1bb
Boot-time event logging implementation (#536)

* Initial cut on boot-time event logging
* More verbose PWM init logging; more verbose HMC5883 error logging
* Disable NMEA GPS on CC3D due to flash size issues
Makefile
src/main/drivers/compass_hmc5883l.c
src/main/drivers/logging.c [new file with mode: 0755]
src/main/drivers/logging.h [new file with mode: 0755]
src/main/drivers/logging_codes.h [new file with mode: 0755]
src/main/drivers/pwm_mapping.c
src/main/io/serial_cli.c
src/main/main.c
src/main/sensors/initialisation.c
src/main/target/CC3D/target.h
src/main/target/common.h