1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00
betaflight/src/common
Dominic Clifton a7e4c859bd decouple cli/msp from each other. relocated non-msp code into
serial_common.c/h. decouple runtime_config from serial ports.  decouple
buzzer from serial ports.  decouple opening of the main serial port from
the msp code.  decouple serial rx providers from runtime_config.  rename
core_t to serialPorts_t since it only contained serial ports.  It's now
clear which files use serial ports based on the header files they
include.
2014-04-19 01:01:31 +01:00
..
axis.h Relocate common code which can be used by drivers and by main into 2014-04-17 23:50:13 +01:00
maths.c Relocate common code which can be used by drivers and by main into 2014-04-17 23:50:13 +01:00
maths.h Relocate common code which can be used by drivers and by main into 2014-04-17 23:50:13 +01:00
printf.c decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
printf.h move printf and typeconversion to common to reduce visual clutter of 2014-04-18 14:03:42 +01:00
typeconversion.c move printf and typeconversion to common to reduce visual clutter of 2014-04-18 14:03:42 +01:00
typeconversion.h move printf and typeconversion to common to reduce visual clutter of 2014-04-18 14:03:42 +01:00