1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
Commit Graph

61 Commits

Author SHA1 Message Date
gussy
fc3bcbfba8 Added pios_irq into compile.
Removed Uvision and LPC21 parts from Makefile as these are not STM32 related.
Disabled compiling of USB Libs for now.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@12 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 20:10:27 +00:00
gussy
50ea93241b Core UART functions added. Still a work in progress.
Added pios_irq for enabling and disabling interrupts.
Fixed variable name formatting in pios_led.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@11 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 20:05:36 +00:00
gussy
99985d017e Added extern to all function prototypes.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@10 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 17:42:53 +00:00
gussy
25f153a680 General tidy up of code to a consistent code format.
Removed usb_conf.h as there is much more needed for usb than just it.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@9 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 16:20:16 +00:00
gussy
bd25f9384a Fixed tyops.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@8 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 15:34:31 +00:00
gussy
c1f56b5d33 Added basic settings functionality in pios_settings.
Updated pios_uart to use settings.
Added basic Settings.ini file for reference.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@7 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 14:16:50 +00:00
dankers
d55cb811ba Formatting
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@6 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 11:27:15 +00:00
dankers
c347af177b Finish adding doxygen comments to files
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@5 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 11:25:16 +00:00
dankers
e07e04d123 Started making file comments in headers using Doxygen format
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@4 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 11:07:38 +00:00
gussy
49ec4a5790 Fixed C style comments in Makefile, compiles now.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 10:02:46 +00:00
dankers
b7771e3ec7 Initial version ;-) Please check! Builds fine and links fine of course. Files have basic GPL header, need to add description and other details for each file.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-11-28 09:28:11 +00:00