1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight/pios
Stacey Sheldon 232f9b2f8f f4 usb hid: use static data for dummy report Tx
This code was previously passing a pointer to stack
data into PIOS_USBHOOK_CtrlTx() which may be sending
this data asynchronously.  Now pass a pointer to
static data so that the asynchronous send doesn't
tx random stack contents.
2013-05-11 22:41:00 +02:00
..
common com/usart/cdc: ensure that device structs are memset before use 2013-05-11 22:40:59 +02:00
inc usb cdc: ensure com buffer is drained when no DTE is attached 2013-05-11 22:40:58 +02:00
osx Move flight/PiOS.osx->flight/pios/osx 2013-04-25 13:23:47 +03:00
posix OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled. 2013-04-30 20:36:42 +09:30
stm32f4xx f4 usb hid: use static data for dummy report Tx 2013-05-11 22:41:00 +02:00
stm32f10x com/usart/cdc: ensure that device structs are memset before use 2013-05-11 22:40:59 +02:00
win32 Move flight/PiOS.win32->flight/pios/win32 2013-04-25 13:19:06 +03:00
pios_sim_posix.h OP-936: Moves the task monitor code out of the flight library and into PiOS. 2013-05-03 07:01:14 +09:30
pios.h OP-936: Merges branch 'next' into hyper/OP-936_task-monitor-rework, fixes damage/conflicts, 2013-05-06 19:11:14 +09:30