1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/OpenPilot/System
Stacey Sheldon 226f095a2e bootcfg: remove baudrate #defines for USARTs
The initial baud rates of each interface are now forced in the
board init code.

Any modules using USARTs should have fields added to
their settings object to allow the user to change the
baud rate from the default by using the COM layer APIs.

Developers requiring custom baud rates before the settings
objects are in place should locally edit the cfg structs
to specify the desired baud rates.
2011-07-06 23:03:54 -04:00
..
inc bootcfg: use UAVobj to control boot-time HW config 2011-07-05 22:03:25 -04:00
alarms.c do not force telemetry update when alarm is changed - this was bypassing the MetaData of the UAVObject and seem to be a relict from times where no metadata existed - now doing it the MetaData way with onchange as updatemode - see http://forums.openpilot.org/topic/4208-systemalarms-bypassing-updatemode-from-metadata/ and OP-431 2011-04-24 03:43:05 +02:00
openpilot.c sbus: provide a stub based on Spektrum driver (for CC only) 2011-06-15 22:35:21 +03:00
pios_board_posix.c SiTL: Updates for UAVObjects, and for the recent Actuator and Watchdog changes to compile with SiTL. Posix needs to be tested. 2011-01-12 00:39:18 +00:00
pios_board.c bootcfg: remove baudrate #defines for USARTs 2011-07-06 23:03:54 -04:00
taskmonitor.c Patch from Zippe to use cycle timer for CPU monitoring. 2011-06-13 00:24:30 -05:00