1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/PiOS.posix/posix
Stacey Sheldon bfe6676eed exti: rewrite exti layer to improve portability
The exti layer now allows drivers to register interrupt callbacks
during board initialization.  All details of the driver using a
particular EXTI pin have been removed from the EXTI layer so it
can now be used on any board without board-specific modification.

This includes some nice refinements provided by Mike Smith during
initial review.  His original commits have been squashed into this
one.
2012-01-22 23:23:41 -05:00
..
Libraries/FreeRTOS/Source SiTL/SimPosix: Fixed compilation issue because of Timer macro eedeclaration in portmacro.h 2011-03-07 22:43:20 +00:00
pios_com.c PiOS.posix: small corrections and bugfixes to make pios_com_udp work correctly. Telemetry works now. 2011-08-14 14:21:54 +02:00
pios_com.c.old - renamed PiOS.x86 into PiOS.posix 2010-07-03 21:50:13 +00:00
pios_crc.c PiOS.posix: ported PiOS_CRC to PiOS.posix to fix compilation error on OpenPilot introduced by new dependency 2011-06-10 17:16:15 +02:00
pios_debug.c exti: rewrite exti layer to improve portability 2012-01-22 23:23:41 -05:00
pios_delay.c Remove commented code that refers to the now-obsolete PIOS_DELAY_TIMER 2011-07-23 13:49:36 -07:00
pios_irq.c PiOS.posix: port pios_udp and pios_com to "next" 2011-08-14 14:21:54 +02:00
pios_led.c - renamed PiOS.x86 into PiOS.posix 2010-07-03 21:50:13 +00:00
pios_rcvr.c PiOS.posix: PIOS_RCVR : fix posix port of pios_rcvr to allow compilation on 64bit systems 2011-10-11 18:07:04 +02:00
pios_sdcard.c PiOS.posix: porting some of the recent updates to PiOS.posix - compiles now 2011-01-16 15:17:57 +00:00
pios_servo.c Posix: Add the constants for telemetry queue sizes and also make the actuator 2011-02-01 15:47:02 +00:00
pios_sys.c - renamed PiOS.x86 into PiOS.posix 2010-07-03 21:50:13 +00:00
pios_udp.c PiOS.posix: bugfix in pios_udp com driver - data send loop 2011-10-19 13:37:35 +02:00
pios_wdg.c PiOS.posix: porting some of the recent updates to PiOS.posix - compiles now 2011-01-16 15:17:57 +00:00