Alessio Morale
|
6226aec2a7
|
OP-943 uses pios_mem API for heap allocation
|
2014-06-11 22:15:40 +02:00 |
|
Alessio Morale
|
99540d5db5
|
OP-1274 fixes for OSD
|
2014-05-18 22:56:51 +02:00 |
|
Alessio Morale
|
e5d6726bb6
|
Merge remote-tracking branch 'origin/next' into amorale/OP-1302_updated_led_behaviour
|
2014-05-08 22:27:08 +02:00 |
|
Corvus Corax
|
e9d1a2af4b
|
OP-1309 get rid of this horrible bound() function code duplication throughout entire flight code and put it into libraries/math
|
2014-04-26 17:48:54 +02:00 |
|
Alessio Morale
|
132aa83dff
|
OP-1302 Fix other targets
|
2014-04-13 12:38:07 +02:00 |
|
Philippe Renon
|
3b7b06aad0
|
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next
|
2014-04-09 09:11:54 +02:00 |
|
Philippe Renon
|
ef137a27b3
|
OP-1033 Added note where appropriate that changing USB buffer length will require changes to the USB buffer setup
|
2014-03-03 22:01:13 +01:00 |
|
Alessio Morale
|
3fc3b5b01b
|
OP-1026 replace idle time calculation with task monitor API
|
2014-02-22 00:30:03 +01:00 |
|
Corvus Corax
|
49a1c4c28f
|
OP-942 refactored callback scheduler to fit into PiOS naming scheme
|
2014-02-02 22:08:16 +01:00 |
|
Corvus Corax
|
5b9a17f630
|
OP-942 moved DelayedCallbackScheduler into pios/common
|
2014-02-02 20:31:37 +01:00 |
|
Corvus Corax
|
b076ba02a1
|
OP-942 API change to CallbackScheduler - include unique ID for each callback for a taskinfo like UAVObject
|
2014-02-02 19:54:17 +01:00 |
|
Corvus Corax
|
32b5ff22cf
|
cleanup defect in OP-Review-586
|
2013-11-24 15:27:33 +01:00 |
|
Corvus Corax
|
d235a24e23
|
Merge branch 'next' into corvuscorax/onboardlogging
|
2013-11-19 18:49:58 +01:00 |
|
Corvus Corax
|
7a6c0b61e8
|
Merge branch 'next' into corvuscorax/callbackeventdispatcher2
|
2013-11-19 18:36:20 +01:00 |
|
Corvus Corax
|
9414f3513f
|
adapted telemetry stack sizes for flight firmware to include more space needed for logging feature
|
2013-11-17 22:39:39 +01:00 |
|
Corvus Corax
|
9dbac5d060
|
Enabled printf-stdarg on all targets, implemented vsnprintf() (needed for logging)
|
2013-11-17 18:49:50 +01:00 |
|
Corvus Corax
|
9537cac701
|
Merge branch 'next' into corvuscorax/callbackeventdispatcher2
|
2013-07-28 17:10:20 +02:00 |
|
Brian Webb
|
e246ecf536
|
Moves pios_led functionality to pios_gpio and makes pios_led a thin layer over pios_gpio. Supports configuring multiple sets of GPIOs.
|
2013-07-28 07:01:08 -07:00 |
|
Alessio Morale
|
11bc7804d0
|
Merge branch 'amorale/OP-994_adc_cleanup' into next
|
2013-07-16 12:23:25 +00:00 |
|
Corvus Corax
|
27eadc200b
|
Merge branch 'corvuscorax/lla2nedfilter' into next
Conflicts:
flight/modules/StateEstimation/stateestimation.c
|
2013-07-10 14:38:12 +02:00 |
|
Brian Webb
|
c2df59498b
|
Merge remote-tracking branch 'origin/master' into next
|
2013-07-06 07:08:30 -07:00 |
|
Alessio Morale
|
89cb294218
|
OP-994 Move pios_architecture,h include in pios,h
+review OPReview-506
|
2013-07-02 19:26:39 +02:00 |
|
Corvus Corax
|
51a4b16af5
|
New Filter to calculate NED from LLA as part of StateEstimation
|
2013-06-30 18:49:29 +02:00 |
|
Corvus Corax
|
cd2cc821d6
|
made event dispatcher a callback
|
2013-06-27 18:51:35 +02:00 |
|
Brian Webb
|
774a74884a
|
OP-932 Replaces the RFM22B PPM/receiver code with an OPLinkReceiver UAVObject. This object is generated on a coordinator OPLink, and is used by both the OPLink to generate PPM output, and the OPLinkReceiver on the Revo.
|
2013-06-26 17:57:11 -07:00 |
|
Brian Webb
|
08efc8d152
|
OP-932: Adds an oplink receiver device, which is based on the gcs receiver device, but uses the OPLinkReceiver UAVObject. The OPLinkReceiver packets are generated on the OPLink modem.
|
2013-06-26 17:56:20 -07:00 |
|
Alessio Morale
|
0b8d18ae49
|
OP-994 Move common defines to architecture specific header
+review OPReview-506
|
2013-06-24 18:50:44 +02:00 |
|
Alessio Morale
|
840e6aa4f7
|
OP-994 Move temp calculation to a macro defined in pios_board.h as it is achitecture dependant
+review OPReview-506
|
2013-06-15 18:47:33 +02:00 |
|
Corvus Corax
|
1d17d08cca
|
Merge branch 'next' into corvuscorax/OP-947_stateestimator-module
|
2013-06-12 18:32:01 +02:00 |
|
Alessio Morale
|
2c0f7794a9
|
Merge remote-tracking branch 'origin/amorale/OP-997_revolution_settings_to_ext_flash' into next
|
2013-06-11 15:39:13 +02:00 |
|
Brian Webb
|
789930db45
|
Moved PIOS_TASK_MONITOR_Initialize to before EventDispatcherInitialize. The event dispatcher creates a task that registers itself with the task monitor. It is unlikely that the task will start before the task monitor is initialized, but not impossible (at least on the F4 targets, I don't think).
|
2013-06-09 20:16:40 -07:00 |
|
Alessio Morale
|
e9b3ee52f3
|
OP-997: add fields to SystemStatsUavo to monitor storage status
|
2013-06-09 19:20:00 +02:00 |
|
Alessio Morale
|
6671a404ca
|
OP-994 Refactor/Cleanup of cpu temp measurement
|
2013-06-08 13:36:18 +02:00 |
|
Corvus Corax
|
9b95af2006
|
refaktored GPS Sensor UAVObjects
|
2013-05-22 22:36:23 +02:00 |
|
Corvus Corax
|
1236bf3ed9
|
renamed Magneto to Mag
|
2013-05-20 10:33:02 +02:00 |
|
Corvus Corax
|
d97934cf86
|
Merge branch 'next' into corvuscorax/OP-946_refaktor_sensor_and_state
|
2013-05-19 22:05:48 +02:00 |
|
Sexy Pony
|
900f643bbd
|
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
|
2013-05-19 17:37:30 +03:00 |
|
Alessio Morale
|
ab7af16be3
|
Merge branch 'amorale/OP-901_lib_udates-usb_fixes' into HEAD
Conflicts:
flight/pios/stm32f10x/library.mk
flight/targets/boards/revoproto/firmware/pios_board.c
|
2013-05-19 15:01:08 +02:00 |
|
Corvus Corax
|
f630351c75
|
Merge branch 'next' ...
|
2013-05-19 12:17:40 +02:00 |
|
Corvus Corax
|
daf329d8f5
|
uncrustification (again)
|
2013-05-19 11:38:18 +02:00 |
|
Corvus Corax
|
5284195c29
|
Refaktored sensor and state UAVObjects consistently into XXYSensor and XXYState
|
2013-05-18 19:36:45 +02:00 |
|
Alessio Morale
|
c1f767b12d
|
Merge remote-tracking branch 'origin/amorale/OP-954_logfs_settings_in_internal_flash' into next
Conflicts:
flight/pios/common/pios_flashfs_logfs.c
|
2013-05-18 15:53:25 +02:00 |
|
Corvus Corax
|
80caceb984
|
make uncrustify_all;make uncrustify_all;
|
2013-05-18 14:17:26 +02:00 |
|
Alessio Morale
|
67e41c34fc
|
Merge remote-tracking branch 'origin/next' into amorale/usb_fixes
|
2013-05-17 22:46:42 +02:00 |
|
Richard Flay (Hyper)
|
a6aedee9fa
|
Merge branch 'next' into brian/support_inverted_USB_vsense
|
2013-05-17 05:54:42 +09:30 |
|
Alessio Morale
|
6ba15ebc53
|
OP-954 Fixes from review:
- CopterControl target fix
- tabs in Nakefiles
- Removed duplicate stale settings and clean empty lines in osd Makefile
+review OPReview-470
|
2013-05-15 23:18:50 +02:00 |
|
Alessio Morale
|
c80f01dff9
|
OP-954 Rename the legacy PIOS_INCLUDE_FLASH_SECTOR_SETTINGS to PIOS_INCLUDE_FLASH_LOGFS_SETTINGS
+review OPReview-470
|
2013-05-15 23:16:34 +02:00 |
|
Brian Webb
|
156109bb88
|
Added support for an active low USB vsense line.
|
2013-05-14 20:37:13 -07:00 |
|
Richard Flay (Hyper)
|
ed68fbe68d
|
OP-951: Adds -Wshadow to flight CFLAGS and fixes resulting compilation breakage.
+review OPReview
|
2013-05-14 07:01:45 +09:30 |
|
Alessio Morale
|
535b53cb1c
|
Raised priority for USB interrupt to high, changed subriority to 0 (PriorityGroup is 0)
|
2013-05-11 22:41:05 +02:00 |
|