1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00
LibrePilot/flight/PiOS
James Cotton 311bbcb539 RFM22b: Block transfers for more large SPI transfers
Preallocated buffers with various preambles etc.  Used SPI_TransferBlock for
anything over a few bytes instead of burstWrite.  Also make more of the
communications wrappered in a large semaphore grab using a new rfm22_write_noclaim()

Still needs work - probably because most of the methods to repeated calls they should
all use the noclaim, or more specifically that function becomes rfm22_write/read.
2012-09-02 14:35:56 -05:00
..
Boards RM: Enabled optional modules and got the battery module working again. 2012-09-01 11:03:32 -05:00
Common RFM22b: Block transfers for more large SPI transfers 2012-09-02 14:35:56 -05:00
inc PipX: Since we are calling the PipX ISR from user space looks ensure the frequency stays correct. 2012-09-01 19:13:11 -05:00
STM32F4xx Merge branch 'next' into revo 2012-09-01 16:18:03 -05:00
STM32F10x actuator: factor out settings updates from main loop 2012-08-11 19:46:00 -04:00
pios.h PIOS_OVERO driver which handles the communications to the overo and ensures the 2012-07-17 15:34:54 -05:00