1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight/targets/boards/revolution
abeck70 53482be09c OP-1721 C++ and ARM tools
Enable revo C++ support:
1. Set USE_CXX to enable compliation and linkage of C++ source code
2. Disables rtti and exceptions
3. operator new and delete call pios malloc/free
4. Static constructor invocation supported
5. Additional methods, compile options, and need to have main as a cpp to solve various link issues when using static constructors but to avoid adding unnecessary libs.
6. Upgrade arm tools
2015-02-13 12:56:04 +11:00
..
bootloader OP-1476 - Fix other targets for OP_DFU changes 2014-09-16 22:40:54 +02:00
firmware OP-1721 C++ and ARM tools 2015-02-13 12:56:04 +11:00
board_hw_defs.c uncrustificationization 2015-01-25 15:48:45 +01:00
board-info.mk OP-1104: Update BL to version 6, raise to 0xA0000 so 640Kbyte program size. 2013-11-05 19:07:36 +01:00
pios_board.h OP-1683 - Add revolution and other f4 targets support 2015-01-23 23:56:39 +01:00
pios_usb_board_data.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00