1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/targets/boards/revonano
Alessio Morale 04c067e8cd REVONANO - Workaround an approximation bug in SPL UART code.
Due to some approximation bug in SPL 100000 gives a prescaler of 29 resulting in (48000000 / 29) / 16 (oversampling)  = 103448
99999 gives a nice 30 resulting in exactly 100000.
2015-05-18 21:30:04 +02:00
..
bootloader REVONANO - Initial board support 2015-05-18 18:52:09 +02:00
firmware REVONANO - Enable some other modules (battery, airspeed, CameraStab) for testing 2015-05-18 21:30:04 +02:00
board_hw_defs.c REVONANO - Workaround an approximation bug in SPL UART code. 2015-05-18 21:30:04 +02:00
board-info.mk REVONANO - Fix Auto Upload 2015-05-18 21:29:58 +02:00
pios_board.h REVONANO - Fix Prescaler settings for APB1 and 2 (48MHz and 96MHz) 2015-05-18 21:30:04 +02:00
pios_usb_board_data.c REVONANO - Use Nano as the USB connection name 2015-05-18 21:29:59 +02:00