mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
0fdfbb2ffb
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1217 ebee16cc-31ac-478f-84a7-5cbb03baadba
1445 lines
111 KiB
Plaintext
1445 lines
111 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 45;
|
|
objects = {
|
|
|
|
/* Begin PBXFileReference section */
|
|
651CF9E5120B5D8300EEFD70 /* pios_usb_hid_desc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pios_usb_hid_desc.c; sourceTree = "<group>"; };
|
|
651CF9E6120B5D8300EEFD70 /* pios_usb_hid_istr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pios_usb_hid_istr.c; sourceTree = "<group>"; };
|
|
651CF9E7120B5D8300EEFD70 /* pios_usb_hid_prop.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pios_usb_hid_prop.c; sourceTree = "<group>"; };
|
|
651CF9E8120B5D8300EEFD70 /* pios_usb_hid_pwr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pios_usb_hid_pwr.c; sourceTree = "<group>"; };
|
|
651CF9EF120B700D00EEFD70 /* pios_usb_hid_desc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pios_usb_hid_desc.h; sourceTree = "<group>"; };
|
|
651CF9F0120B700D00EEFD70 /* pios_usb_hid_istr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pios_usb_hid_istr.h; sourceTree = "<group>"; };
|
|
651CF9F1120B700D00EEFD70 /* pios_usb_hid_prop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pios_usb_hid_prop.h; sourceTree = "<group>"; };
|
|
651CF9F2120B700D00EEFD70 /* pios_usb_hid_pwr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pios_usb_hid_pwr.h; sourceTree = "<group>"; };
|
|
651CF9F3120B700D00EEFD70 /* usb_conf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usb_conf.h; sourceTree = "<group>"; };
|
|
65A2C7EF11E2A33D00D0391E /* FreeRTOSConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FreeRTOSConfig.h; path = ../../PiOS.posix/inc/FreeRTOSConfig.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F011E2A33D00D0391E /* pios_com.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_com.h; path = ../../PiOS.posix/inc/pios_com.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F111E2A33D00D0391E /* pios_com_priv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_com_priv.h; path = ../../PiOS.posix/inc/pios_com_priv.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F211E2A33D00D0391E /* pios_delay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_delay.h; path = ../../PiOS.posix/inc/pios_delay.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F311E2A33D00D0391E /* pios_led.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_led.h; path = ../../PiOS.posix/inc/pios_led.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F411E2A33D00D0391E /* pios_posix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_posix.h; path = ../../PiOS.posix/inc/pios_posix.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F511E2A33D00D0391E /* pios_sdcard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_sdcard.h; path = ../../PiOS.posix/inc/pios_sdcard.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F611E2A33D00D0391E /* pios_sys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_sys.h; path = ../../PiOS.posix/inc/pios_sys.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F711E2A33D00D0391E /* pios_udp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_udp.h; path = ../../PiOS.posix/inc/pios_udp.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F811E2A33D00D0391E /* pios_udp_priv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_udp_priv.h; path = ../../PiOS.posix/inc/pios_udp_priv.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7F911E2A33D00D0391E /* pios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios.h; path = ../../PiOS.posix/pios.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C7FE11E2A33D00D0391E /* croutine.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = croutine.c; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/croutine.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C80011E2A33D00D0391E /* croutine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = croutine.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/croutine.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80111E2A33D00D0391E /* FreeRTOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FreeRTOS.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/FreeRTOS.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80211E2A33D00D0391E /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = list.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/list.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80311E2A33D00D0391E /* mpu_wrappers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpu_wrappers.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/mpu_wrappers.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80411E2A33D00D0391E /* portable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = portable.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/portable.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80511E2A33D00D0391E /* projdefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = projdefs.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/projdefs.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80611E2A33D00D0391E /* queue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = queue.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/queue.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80711E2A33D00D0391E /* semphr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = semphr.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/semphr.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80811E2A33D00D0391E /* StackMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StackMacros.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/StackMacros.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80911E2A33D00D0391E /* task.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = task.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include/task.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C80A11E2A33D00D0391E /* list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = list.c; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/list.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C80F11E2A33D00D0391E /* port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = port.c; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/portable/GCC/Posix/port.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81011E2A33D00D0391E /* portmacro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = portmacro.h; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/portable/GCC/Posix/portmacro.h; sourceTree = SOURCE_ROOT; };
|
|
65A2C81211E2A33D00D0391E /* heap_3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = heap_3.c; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/portable/MemMang/heap_3.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81311E2A33D00D0391E /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = readme.txt; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/portable/readme.txt; sourceTree = SOURCE_ROOT; };
|
|
65A2C81411E2A33D00D0391E /* queue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = queue.c; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/queue.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81511E2A33D00D0391E /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = readme.txt; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/readme.txt; sourceTree = SOURCE_ROOT; };
|
|
65A2C81611E2A33D00D0391E /* tasks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tasks.c; path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/tasks.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81711E2A33D00D0391E /* pios_com.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_com.c; path = ../../PiOS.posix/posix/pios_com.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81811E2A33D00D0391E /* pios_com.c.old */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = pios_com.c.old; path = ../../PiOS.posix/posix/pios_com.c.old; sourceTree = SOURCE_ROOT; };
|
|
65A2C81911E2A33D00D0391E /* pios_delay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_delay.c; path = ../../PiOS.posix/posix/pios_delay.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81A11E2A33D00D0391E /* pios_led.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_led.c; path = ../../PiOS.posix/posix/pios_led.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81B11E2A33D00D0391E /* pios_sdcard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_sdcard.c; path = ../../PiOS.posix/posix/pios_sdcard.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81C11E2A33D00D0391E /* pios_sys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_sys.c; path = ../../PiOS.posix/posix/pios_sys.c; sourceTree = SOURCE_ROOT; };
|
|
65A2C81D11E2A33D00D0391E /* pios_udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_udp.c; path = ../../PiOS.posix/posix/pios_udp.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF1F11EEA61E00BBF654 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../../OpenPilot/Makefile; sourceTree = SOURCE_ROOT; };
|
|
65E8EF2011EEA61E00BBF654 /* Makefile.posix */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.posix; path = ../../OpenPilot/Makefile.posix; sourceTree = SOURCE_ROOT; };
|
|
65E8EF2311EEA61E00BBF654 /* actuator.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = actuator.c; path = ../../OpenPilot/Modules/Actuator/actuator.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF2511EEA61E00BBF654 /* actuator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = actuator.h; path = ../../OpenPilot/Modules/Actuator/inc/actuator.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF2711EEA61E00BBF654 /* ahrs_comms.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ahrs_comms.c; path = ../../OpenPilot/Modules/AHRSComms/ahrs_comms.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF2911EEA61E00BBF654 /* ahrs_comms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ahrs_comms.h; path = ../../OpenPilot/Modules/AHRSComms/inc/ahrs_comms.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF2B11EEA61E00BBF654 /* altitude.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = altitude.c; path = ../../OpenPilot/Modules/Altitude/altitude.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF2D11EEA61E00BBF654 /* altitude.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = altitude.h; path = ../../OpenPilot/Modules/Altitude/inc/altitude.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3111EEA61E00BBF654 /* battery.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = battery.c; path = ../../OpenPilot/Modules/Battery/battery.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3311EEA61E00BBF654 /* battery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = battery.h; path = ../../OpenPilot/Modules/Battery/inc/battery.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3511EEA61E00BBF654 /* example.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = example.c; path = ../../OpenPilot/Modules/Example/example.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3611EEA61E00BBF654 /* examplemodevent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = examplemodevent.c; path = ../../OpenPilot/Modules/Example/examplemodevent.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3711EEA61E00BBF654 /* examplemodperiodic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = examplemodperiodic.c; path = ../../OpenPilot/Modules/Example/examplemodperiodic.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3811EEA61E00BBF654 /* examplemodthread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = examplemodthread.c; path = ../../OpenPilot/Modules/Example/examplemodthread.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3A11EEA61E00BBF654 /* examplemodevent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = examplemodevent.h; path = ../../OpenPilot/Modules/Example/inc/examplemodevent.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3B11EEA61E00BBF654 /* examplemodperiodic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = examplemodperiodic.h; path = ../../OpenPilot/Modules/Example/inc/examplemodperiodic.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3C11EEA61E00BBF654 /* examplemodthread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = examplemodthread.h; path = ../../OpenPilot/Modules/Example/inc/examplemodthread.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3E11EEA61E00BBF654 /* buffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = buffer.c; path = ../../OpenPilot/Modules/GPS/buffer.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF3F11EEA61E00BBF654 /* GPS.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = GPS.c; path = ../../OpenPilot/Modules/GPS/GPS.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF4111EEA61E00BBF654 /* buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = ../../OpenPilot/Modules/GPS/inc/buffer.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF4211EEA61E00BBF654 /* GPS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GPS.h; path = ../../OpenPilot/Modules/GPS/inc/GPS.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF4511EEA61E00BBF654 /* manualcontrol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = manualcontrol.h; path = ../../OpenPilot/Modules/ManualControl/inc/manualcontrol.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF4611EEA61E00BBF654 /* manualcontrol.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = manualcontrol.c; path = ../../OpenPilot/Modules/ManualControl/manualcontrol.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF4A11EEA61E00BBF654 /* MkSerial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MkSerial.h; path = ../../OpenPilot/Modules/MK/MKSerial/inc/MkSerial.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF4B11EEA61E00BBF654 /* MKSerial.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = MKSerial.c; path = ../../OpenPilot/Modules/MK/MKSerial/MKSerial.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF4E11EEA61E00BBF654 /* OsdEtStd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = OsdEtStd.c; path = ../../OpenPilot/Modules/Osd/OsdEtStd/OsdEtStd.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5111EEA61E00BBF654 /* stabilization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stabilization.h; path = ../../OpenPilot/Modules/Stabilization/inc/stabilization.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5211EEA61E00BBF654 /* stabilization.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stabilization.c; path = ../../OpenPilot/Modules/Stabilization/stabilization.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5511EEA61E00BBF654 /* systemmod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = systemmod.h; path = ../../OpenPilot/Modules/System/inc/systemmod.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5611EEA61E00BBF654 /* systemmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = systemmod.c; path = ../../OpenPilot/Modules/System/systemmod.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5911EEA61E00BBF654 /* telemetry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = telemetry.h; path = ../../OpenPilot/Modules/Telemetry/inc/telemetry.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5A11EEA61E00BBF654 /* telemetry.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = telemetry.c; path = ../../OpenPilot/Modules/Telemetry/telemetry.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5C11EEA61E00BBF654 /* alarms.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = alarms.c; path = ../../OpenPilot/System/alarms.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5E11EEA61E00BBF654 /* alarms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = alarms.h; path = ../../OpenPilot/System/inc/alarms.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF5F11EEA61E00BBF654 /* op_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = op_config.h; path = ../../OpenPilot/System/inc/op_config.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6011EEA61E00BBF654 /* openpilot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = openpilot.h; path = ../../OpenPilot/System/inc/openpilot.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6111EEA61E00BBF654 /* pios_board.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_board.h; path = ../../OpenPilot/System/inc/pios_board.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6211EEA61E00BBF654 /* pios_board_posix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_board_posix.h; path = ../../OpenPilot/System/inc/pios_board_posix.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6311EEA61E00BBF654 /* pios_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_config.h; path = ../../OpenPilot/System/inc/pios_config.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6411EEA61E00BBF654 /* pios_config_posix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_config_posix.h; path = ../../OpenPilot/System/inc/pios_config_posix.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6511EEA61E00BBF654 /* openpilot.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openpilot.c; path = ../../OpenPilot/System/openpilot.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6611EEA61E00BBF654 /* pios_board.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_board.c; path = ../../OpenPilot/System/pios_board.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6711EEA61E00BBF654 /* pios_board_posix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_board_posix.c; path = ../../OpenPilot/System/pios_board_posix.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6911EEA61E00BBF654 /* test_BMP085.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = test_BMP085.c; path = ../../OpenPilot/Tests/test_BMP085.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6A11EEA61E00BBF654 /* test_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = test_common.c; path = ../../OpenPilot/Tests/test_common.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6B11EEA61E00BBF654 /* test_cpuload.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = test_cpuload.c; path = ../../OpenPilot/Tests/test_cpuload.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6C11EEA61E00BBF654 /* test_i2c_PCF8570.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = test_i2c_PCF8570.c; path = ../../OpenPilot/Tests/test_i2c_PCF8570.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6D11EEA61E00BBF654 /* test_uavobjects.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = test_uavobjects.c; path = ../../OpenPilot/Tests/test_uavobjects.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF6F11EEA61E00BBF654 /* actuatorcommand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = actuatorcommand.c; path = ../../OpenPilot/UAVObjects/actuatorcommand.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7011EEA61E00BBF654 /* actuatordesired.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = actuatordesired.c; path = ../../OpenPilot/UAVObjects/actuatordesired.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7111EEA61E00BBF654 /* actuatorsettings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = actuatorsettings.c; path = ../../OpenPilot/UAVObjects/actuatorsettings.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7211EEA61E00BBF654 /* ahrsstatus.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ahrsstatus.c; path = ../../OpenPilot/UAVObjects/ahrsstatus.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7311EEA61E00BBF654 /* altitudeactual.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = altitudeactual.c; path = ../../OpenPilot/UAVObjects/altitudeactual.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7411EEA61E00BBF654 /* attitudeactual.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = attitudeactual.c; path = ../../OpenPilot/UAVObjects/attitudeactual.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7511EEA61E00BBF654 /* attitudedesired.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = attitudedesired.c; path = ../../OpenPilot/UAVObjects/attitudedesired.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7611EEA61E00BBF654 /* attitudesettings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = attitudesettings.c; path = ../../OpenPilot/UAVObjects/attitudesettings.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7711EEA61E00BBF654 /* attitudesettings.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = attitudesettings.py; path = ../../OpenPilot/UAVObjects/attitudesettings.py; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7811EEA61E00BBF654 /* eventdispatcher.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eventdispatcher.c; path = ../../OpenPilot/UAVObjects/eventdispatcher.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7911EEA61E00BBF654 /* exampleobject1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = exampleobject1.c; path = ../../OpenPilot/UAVObjects/exampleobject1.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7A11EEA61E00BBF654 /* exampleobject2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = exampleobject2.c; path = ../../OpenPilot/UAVObjects/exampleobject2.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7B11EEA61E00BBF654 /* examplesettings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = examplesettings.c; path = ../../OpenPilot/UAVObjects/examplesettings.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7C11EEA61E00BBF654 /* flightbatterystate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = flightbatterystate.c; path = ../../OpenPilot/UAVObjects/flightbatterystate.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7D11EEA61E00BBF654 /* flighttelemetrystats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = flighttelemetrystats.c; path = ../../OpenPilot/UAVObjects/flighttelemetrystats.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7E11EEA61E00BBF654 /* gcstelemetrystats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gcstelemetrystats.c; path = ../../OpenPilot/UAVObjects/gcstelemetrystats.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF7F11EEA61E00BBF654 /* headingactual.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = headingactual.c; path = ../../OpenPilot/UAVObjects/headingactual.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8111EEA61E00BBF654 /* actuatorcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = actuatorcommand.h; path = ../../OpenPilot/UAVObjects/inc/actuatorcommand.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8211EEA61E00BBF654 /* actuatordesired.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = actuatordesired.h; path = ../../OpenPilot/UAVObjects/inc/actuatordesired.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8311EEA61E00BBF654 /* actuatorsettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = actuatorsettings.h; path = ../../OpenPilot/UAVObjects/inc/actuatorsettings.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8411EEA61E00BBF654 /* ahrsstatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ahrsstatus.h; path = ../../OpenPilot/UAVObjects/inc/ahrsstatus.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8511EEA61E00BBF654 /* altitudeactual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = altitudeactual.h; path = ../../OpenPilot/UAVObjects/inc/altitudeactual.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8611EEA61E00BBF654 /* attitudeactual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = attitudeactual.h; path = ../../OpenPilot/UAVObjects/inc/attitudeactual.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8711EEA61E00BBF654 /* attitudedesired.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = attitudedesired.h; path = ../../OpenPilot/UAVObjects/inc/attitudedesired.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8811EEA61E00BBF654 /* attitudesettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = attitudesettings.h; path = ../../OpenPilot/UAVObjects/inc/attitudesettings.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8911EEA61E00BBF654 /* eventdispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eventdispatcher.h; path = ../../OpenPilot/UAVObjects/inc/eventdispatcher.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8A11EEA61E00BBF654 /* exampleobject1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = exampleobject1.h; path = ../../OpenPilot/UAVObjects/inc/exampleobject1.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8B11EEA61E00BBF654 /* exampleobject2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = exampleobject2.h; path = ../../OpenPilot/UAVObjects/inc/exampleobject2.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8C11EEA61E00BBF654 /* examplesettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = examplesettings.h; path = ../../OpenPilot/UAVObjects/inc/examplesettings.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8D11EEA61E00BBF654 /* flightbatterystate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = flightbatterystate.h; path = ../../OpenPilot/UAVObjects/inc/flightbatterystate.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8E11EEA61E00BBF654 /* flighttelemetrystats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = flighttelemetrystats.h; path = ../../OpenPilot/UAVObjects/inc/flighttelemetrystats.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF8F11EEA61E00BBF654 /* gcstelemetrystats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gcstelemetrystats.h; path = ../../OpenPilot/UAVObjects/inc/gcstelemetrystats.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9011EEA61E00BBF654 /* headingactual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = headingactual.h; path = ../../OpenPilot/UAVObjects/inc/headingactual.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9111EEA61E00BBF654 /* manualcontrolcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = manualcontrolcommand.h; path = ../../OpenPilot/UAVObjects/inc/manualcontrolcommand.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9211EEA61E00BBF654 /* manualcontrolsettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = manualcontrolsettings.h; path = ../../OpenPilot/UAVObjects/inc/manualcontrolsettings.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9311EEA61E00BBF654 /* objectpersistence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = objectpersistence.h; path = ../../OpenPilot/UAVObjects/inc/objectpersistence.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9411EEA61E00BBF654 /* positionactual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = positionactual.h; path = ../../OpenPilot/UAVObjects/inc/positionactual.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9511EEA61E00BBF654 /* stabilizationsettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stabilizationsettings.h; path = ../../OpenPilot/UAVObjects/inc/stabilizationsettings.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9611EEA61E00BBF654 /* systemalarms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = systemalarms.h; path = ../../OpenPilot/UAVObjects/inc/systemalarms.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9711EEA61E00BBF654 /* systemsettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = systemsettings.h; path = ../../OpenPilot/UAVObjects/inc/systemsettings.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9811EEA61E00BBF654 /* systemstats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = systemstats.h; path = ../../OpenPilot/UAVObjects/inc/systemstats.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9911EEA61E00BBF654 /* telemetrysettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = telemetrysettings.h; path = ../../OpenPilot/UAVObjects/inc/telemetrysettings.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9A11EEA61E00BBF654 /* uavobjectmanager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uavobjectmanager.h; path = ../../OpenPilot/UAVObjects/inc/uavobjectmanager.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9B11EEA61E00BBF654 /* uavobjectsinit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uavobjectsinit.h; path = ../../OpenPilot/UAVObjects/inc/uavobjectsinit.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9C11EEA61E00BBF654 /* uavobjecttemplate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uavobjecttemplate.h; path = ../../OpenPilot/UAVObjects/inc/uavobjecttemplate.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9D11EEA61E00BBF654 /* utlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utlist.h; path = ../../OpenPilot/UAVObjects/inc/utlist.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9E11EEA61E00BBF654 /* manualcontrolcommand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = manualcontrolcommand.c; path = ../../OpenPilot/UAVObjects/manualcontrolcommand.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EF9F11EEA61E00BBF654 /* manualcontrolsettings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = manualcontrolsettings.c; path = ../../OpenPilot/UAVObjects/manualcontrolsettings.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA011EEA61E00BBF654 /* objectpersistence.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = objectpersistence.c; path = ../../OpenPilot/UAVObjects/objectpersistence.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA111EEA61E00BBF654 /* positionactual.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = positionactual.c; path = ../../OpenPilot/UAVObjects/positionactual.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA211EEA61E00BBF654 /* stabilizationsettings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stabilizationsettings.c; path = ../../OpenPilot/UAVObjects/stabilizationsettings.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA311EEA61E00BBF654 /* systemalarms.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = systemalarms.c; path = ../../OpenPilot/UAVObjects/systemalarms.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA411EEA61E00BBF654 /* systemsettings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = systemsettings.c; path = ../../OpenPilot/UAVObjects/systemsettings.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA511EEA61E00BBF654 /* systemstats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = systemstats.c; path = ../../OpenPilot/UAVObjects/systemstats.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA611EEA61E00BBF654 /* telemetrysettings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = telemetrysettings.c; path = ../../OpenPilot/UAVObjects/telemetrysettings.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA711EEA61E00BBF654 /* uavobjectmanager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uavobjectmanager.c; path = ../../OpenPilot/UAVObjects/uavobjectmanager.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA811EEA61E00BBF654 /* uavobjectsinit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uavobjectsinit.c; path = ../../OpenPilot/UAVObjects/uavobjectsinit.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFA911EEA61E00BBF654 /* uavobjectsinittemplate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uavobjectsinittemplate.c; path = ../../OpenPilot/UAVObjects/uavobjectsinittemplate.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFAA11EEA61E00BBF654 /* uavobjecttemplate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uavobjecttemplate.c; path = ../../OpenPilot/UAVObjects/uavobjecttemplate.c; sourceTree = SOURCE_ROOT; };
|
|
65E8EFAD11EEA61E00BBF654 /* uavtalk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uavtalk.h; path = ../../OpenPilot/UAVTalk/inc/uavtalk.h; sourceTree = SOURCE_ROOT; };
|
|
65E8EFAE11EEA61E00BBF654 /* uavtalk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uavtalk.c; path = ../../OpenPilot/UAVTalk/uavtalk.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F03111EFF25C00BBF654 /* pios_bmp085.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_bmp085.c; path = ../../PiOS/Common/pios_bmp085.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F03211EFF25C00BBF654 /* pios_com.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_com.c; path = ../../PiOS/Common/pios_com.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F03311EFF25C00BBF654 /* pios_hmc5843.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_hmc5843.c; path = ../../PiOS/Common/pios_hmc5843.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F03411EFF25C00BBF654 /* pios_opahrs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_opahrs.c; path = ../../PiOS/Common/pios_opahrs.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F03511EFF25C00BBF654 /* pios_opahrs_proto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_opahrs_proto.c; path = ../../PiOS/Common/pios_opahrs_proto.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F03611EFF25C00BBF654 /* pios_sdcard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_sdcard.c; path = ../../PiOS/Common/pios_sdcard.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F03711EFF25C00BBF654 /* printf-stdarg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "printf-stdarg.c"; path = "../../PiOS/Common/printf-stdarg.c"; sourceTree = SOURCE_ROOT; };
|
|
65E8F03911EFF25C00BBF654 /* FreeRTOSConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FreeRTOSConfig.h; path = ../../PiOS/inc/FreeRTOSConfig.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F03A11EFF25C00BBF654 /* pios_adc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_adc.h; path = ../../PiOS/inc/pios_adc.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F03B11EFF25C00BBF654 /* pios_bmp085.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_bmp085.h; path = ../../PiOS/inc/pios_bmp085.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F03C11EFF25C00BBF654 /* pios_com.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_com.h; path = ../../PiOS/inc/pios_com.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F03D11EFF25C00BBF654 /* pios_com_priv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_com_priv.h; path = ../../PiOS/inc/pios_com_priv.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F03E11EFF25C00BBF654 /* pios_debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_debug.h; path = ../../PiOS/inc/pios_debug.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F03F11EFF25C00BBF654 /* pios_delay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_delay.h; path = ../../PiOS/inc/pios_delay.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04011EFF25C00BBF654 /* pios_exti.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_exti.h; path = ../../PiOS/inc/pios_exti.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04111EFF25C00BBF654 /* pios_gpio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_gpio.h; path = ../../PiOS/inc/pios_gpio.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04211EFF25C00BBF654 /* pios_hmc5843.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_hmc5843.h; path = ../../PiOS/inc/pios_hmc5843.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04311EFF25C00BBF654 /* pios_i2c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_i2c.h; path = ../../PiOS/inc/pios_i2c.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04411EFF25C00BBF654 /* pios_irq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_irq.h; path = ../../PiOS/inc/pios_irq.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04511EFF25C00BBF654 /* pios_led.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_led.h; path = ../../PiOS/inc/pios_led.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04611EFF25C00BBF654 /* pios_opahrs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_opahrs.h; path = ../../PiOS/inc/pios_opahrs.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04711EFF25C00BBF654 /* pios_opahrs_proto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_opahrs_proto.h; path = ../../PiOS/inc/pios_opahrs_proto.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04811EFF25C00BBF654 /* pios_ppm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_ppm.h; path = ../../PiOS/inc/pios_ppm.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04911EFF25C00BBF654 /* pios_pwm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_pwm.h; path = ../../PiOS/inc/pios_pwm.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04A11EFF25C00BBF654 /* pios_sdcard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_sdcard.h; path = ../../PiOS/inc/pios_sdcard.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04B11EFF25C00BBF654 /* pios_servo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_servo.h; path = ../../PiOS/inc/pios_servo.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04C11EFF25C00BBF654 /* pios_spektrum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_spektrum.h; path = ../../PiOS/inc/pios_spektrum.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04D11EFF25C00BBF654 /* pios_spi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_spi.h; path = ../../PiOS/inc/pios_spi.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04E11EFF25C00BBF654 /* pios_spi_priv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_spi_priv.h; path = ../../PiOS/inc/pios_spi_priv.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F04F11EFF25C00BBF654 /* pios_stm32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_stm32.h; path = ../../PiOS/inc/pios_stm32.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F05011EFF25C00BBF654 /* pios_sys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_sys.h; path = ../../PiOS/inc/pios_sys.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F05111EFF25C00BBF654 /* pios_usart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_usart.h; path = ../../PiOS/inc/pios_usart.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F05211EFF25C00BBF654 /* pios_usart_priv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_usart_priv.h; path = ../../PiOS/inc/pios_usart_priv.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F05311EFF25C00BBF654 /* pios_usb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_usb.h; path = ../../PiOS/inc/pios_usb.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F05511EFF25C00BBF654 /* pios_usb_hid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios_usb_hid.h; path = ../../PiOS/inc/pios_usb_hid.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F05611EFF25C00BBF654 /* stm32f10x_conf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_conf.h; path = ../../PiOS/inc/stm32f10x_conf.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F05711EFF25C00BBF654 /* pios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pios.h; path = ../../PiOS/pios.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F05D11EFF25C00BBF654 /* core_cm3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = core_cm3.c; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/core_cm3.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F05E11EFF25C00BBF654 /* core_cm3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = core_cm3.h; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/core_cm3.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F06111EFF25C00BBF654 /* startup_stm32f10x_cl.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = startup_stm32f10x_cl.s; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/startup/gcc/startup_stm32f10x_cl.s; sourceTree = SOURCE_ROOT; };
|
|
65E8F06211EFF25C00BBF654 /* startup_stm32f10x_hd.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = startup_stm32f10x_hd.s; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/startup/gcc/startup_stm32f10x_hd.s; sourceTree = SOURCE_ROOT; };
|
|
65E8F06311EFF25C00BBF654 /* startup_stm32f10x_ld.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = startup_stm32f10x_ld.s; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/startup/gcc/startup_stm32f10x_ld.s; sourceTree = SOURCE_ROOT; };
|
|
65E8F06411EFF25C00BBF654 /* startup_stm32f10x_md.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = startup_stm32f10x_md.s; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/startup/gcc/startup_stm32f10x_md.s; sourceTree = SOURCE_ROOT; };
|
|
65E8F06511EFF25C00BBF654 /* stm32f10x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x.h; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/stm32f10x.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F06611EFF25C00BBF654 /* system_stm32f10x.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = system_stm32f10x.c; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/system_stm32f10x.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F06711EFF25C00BBF654 /* system_stm32f10x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = system_stm32f10x.h; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/system_stm32f10x.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F06911EFF25C00BBF654 /* CMSIS_Core.htm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; name = CMSIS_Core.htm; path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/Documentation/CMSIS_Core.htm; sourceTree = SOURCE_ROOT; };
|
|
65E8F06A11EFF25C00BBF654 /* License.doc */ = {isa = PBXFileReference; lastKnownFileType = file; name = License.doc; path = ../../PiOS/STM32F10x/Libraries/CMSIS/License.doc; sourceTree = SOURCE_ROOT; };
|
|
65E8F06C11EFF25C00BBF654 /* dfs_sdcard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dfs_sdcard.c; path = ../../PiOS/STM32F10x/Libraries/dosfs/dfs_sdcard.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F06D11EFF25C00BBF654 /* dosfs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dosfs.c; path = ../../PiOS/STM32F10x/Libraries/dosfs/dosfs.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F06E11EFF25C00BBF654 /* dosfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dosfs.h; path = ../../PiOS/STM32F10x/Libraries/dosfs/dosfs.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F06F11EFF25C00BBF654 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.txt; path = ../../PiOS/STM32F10x/Libraries/dosfs/README.txt; sourceTree = SOURCE_ROOT; };
|
|
65E8F07011EFF25C00BBF654 /* README_1st.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README_1st.txt; path = ../../PiOS/STM32F10x/Libraries/dosfs/README_1st.txt; sourceTree = SOURCE_ROOT; };
|
|
65E8F07311EFF25C00BBF654 /* croutine.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = croutine.c; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/croutine.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F07511EFF25C00BBF654 /* croutine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = croutine.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/croutine.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07611EFF25C00BBF654 /* FreeRTOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FreeRTOS.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/FreeRTOS.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07711EFF25C00BBF654 /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = list.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/list.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07811EFF25C00BBF654 /* mpu_wrappers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpu_wrappers.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/mpu_wrappers.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07911EFF25C00BBF654 /* portable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = portable.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/portable.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07A11EFF25C00BBF654 /* projdefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = projdefs.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/projdefs.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07B11EFF25C00BBF654 /* queue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = queue.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/queue.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07C11EFF25C00BBF654 /* semphr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = semphr.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/semphr.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07D11EFF25C00BBF654 /* StackMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StackMacros.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/StackMacros.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07E11EFF25C00BBF654 /* task.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = task.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include/task.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F07F11EFF25C00BBF654 /* list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = list.c; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/list.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F08311EFF25C00BBF654 /* port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = port.c; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F08411EFF25C00BBF654 /* portmacro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = portmacro.h; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F08611EFF25C00BBF654 /* heap_1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = heap_1.c; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/MemMang/heap_1.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F08711EFF25C00BBF654 /* heap_2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = heap_2.c; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/MemMang/heap_2.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F08811EFF25C00BBF654 /* heap_3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = heap_3.c; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/MemMang/heap_3.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F08911EFF25C00BBF654 /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = readme.txt; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/readme.txt; sourceTree = SOURCE_ROOT; };
|
|
65E8F08A11EFF25C00BBF654 /* queue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = queue.c; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/queue.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F08B11EFF25C00BBF654 /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = readme.txt; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/readme.txt; sourceTree = SOURCE_ROOT; };
|
|
65E8F08C11EFF25C00BBF654 /* tasks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tasks.c; path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/tasks.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F08E11EFF25C00BBF654 /* msd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = msd.c; path = ../../PiOS/STM32F10x/Libraries/msd/msd.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F08F11EFF25C00BBF654 /* msd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = msd.h; path = ../../PiOS/STM32F10x/Libraries/msd/msd.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F09011EFF25C00BBF654 /* msd_bot.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = msd_bot.c; path = ../../PiOS/STM32F10x/Libraries/msd/msd_bot.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F09111EFF25C00BBF654 /* msd_bot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = msd_bot.h; path = ../../PiOS/STM32F10x/Libraries/msd/msd_bot.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F09211EFF25C00BBF654 /* msd_desc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = msd_desc.c; path = ../../PiOS/STM32F10x/Libraries/msd/msd_desc.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F09311EFF25C00BBF654 /* msd_desc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = msd_desc.h; path = ../../PiOS/STM32F10x/Libraries/msd/msd_desc.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F09411EFF25C00BBF654 /* msd_memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = msd_memory.c; path = ../../PiOS/STM32F10x/Libraries/msd/msd_memory.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F09511EFF25C00BBF654 /* msd_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = msd_memory.h; path = ../../PiOS/STM32F10x/Libraries/msd/msd_memory.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F09611EFF25C00BBF654 /* msd_scsi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = msd_scsi.c; path = ../../PiOS/STM32F10x/Libraries/msd/msd_scsi.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F09711EFF25C00BBF654 /* msd_scsi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = msd_scsi.h; path = ../../PiOS/STM32F10x/Libraries/msd/msd_scsi.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F09811EFF25C00BBF654 /* msd_scsi_data.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = msd_scsi_data.c; path = ../../PiOS/STM32F10x/Libraries/msd/msd_scsi_data.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F09B11EFF25C00BBF654 /* usb_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = usb_core.h; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc/usb_core.h"; sourceTree = SOURCE_ROOT; };
|
|
65E8F09C11EFF25C00BBF654 /* usb_def.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = usb_def.h; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc/usb_def.h"; sourceTree = SOURCE_ROOT; };
|
|
65E8F09D11EFF25C00BBF654 /* usb_init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = usb_init.h; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc/usb_init.h"; sourceTree = SOURCE_ROOT; };
|
|
65E8F09E11EFF25C00BBF654 /* usb_int.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = usb_int.h; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc/usb_int.h"; sourceTree = SOURCE_ROOT; };
|
|
65E8F09F11EFF25C00BBF654 /* usb_lib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = usb_lib.h; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc/usb_lib.h"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0A011EFF25C00BBF654 /* usb_mem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = usb_mem.h; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc/usb_mem.h"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0A111EFF25C00BBF654 /* usb_regs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = usb_regs.h; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc/usb_regs.h"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0A211EFF25C00BBF654 /* usb_type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = usb_type.h; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc/usb_type.h"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0A411EFF25C00BBF654 /* usb_core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = usb_core.c; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/src/usb_core.c"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0A511EFF25C00BBF654 /* usb_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = usb_init.c; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/src/usb_init.c"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0A611EFF25C00BBF654 /* usb_int.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = usb_int.c; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/src/usb_int.c"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0A711EFF25C00BBF654 /* usb_mem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = usb_mem.c; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/src/usb_mem.c"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0A811EFF25C00BBF654 /* usb_regs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = usb_regs.c; path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c"; sourceTree = SOURCE_ROOT; };
|
|
65E8F0AB11EFF25C00BBF654 /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = misc.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/misc.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0AC11EFF25C00BBF654 /* stm32f10x_adc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_adc.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0AD11EFF25C00BBF654 /* stm32f10x_bkp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_bkp.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0AE11EFF25C00BBF654 /* stm32f10x_can.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_can.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0AF11EFF25C00BBF654 /* stm32f10x_crc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_crc.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B011EFF25C00BBF654 /* stm32f10x_dac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_dac.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B111EFF25C00BBF654 /* stm32f10x_dbgmcu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_dbgmcu.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B211EFF25C00BBF654 /* stm32f10x_dma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_dma.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B311EFF25C00BBF654 /* stm32f10x_exti.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_exti.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B411EFF25C00BBF654 /* stm32f10x_flash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_flash.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B511EFF25C00BBF654 /* stm32f10x_fsmc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_fsmc.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_fsmc.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B611EFF25C00BBF654 /* stm32f10x_gpio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_gpio.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B711EFF25C00BBF654 /* stm32f10x_i2c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_i2c.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B811EFF25C00BBF654 /* stm32f10x_iwdg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_iwdg.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0B911EFF25C00BBF654 /* stm32f10x_pwr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_pwr.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0BA11EFF25C00BBF654 /* stm32f10x_rcc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_rcc.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0BB11EFF25C00BBF654 /* stm32f10x_rtc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_rtc.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0BC11EFF25C00BBF654 /* stm32f10x_sdio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_sdio.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_sdio.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0BD11EFF25C00BBF654 /* stm32f10x_spi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_spi.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_spi.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0BE11EFF25C00BBF654 /* stm32f10x_tim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_tim.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_tim.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0BF11EFF25C00BBF654 /* stm32f10x_usart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_usart.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_usart.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C011EFF25C00BBF654 /* stm32f10x_wwdg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stm32f10x_wwdg.h; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_wwdg.h; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C211EFF25C00BBF654 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/misc.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C311EFF25C00BBF654 /* stm32f10x_adc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_adc.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C411EFF25C00BBF654 /* stm32f10x_bkp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_bkp.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C511EFF25C00BBF654 /* stm32f10x_can.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_can.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C611EFF25C00BBF654 /* stm32f10x_crc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_crc.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C711EFF25C00BBF654 /* stm32f10x_dac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_dac.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C811EFF25C00BBF654 /* stm32f10x_dbgmcu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_dbgmcu.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0C911EFF25C00BBF654 /* stm32f10x_dma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_dma.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0CA11EFF25C00BBF654 /* stm32f10x_exti.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_exti.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0CB11EFF25C00BBF654 /* stm32f10x_flash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_flash.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0CC11EFF25C00BBF654 /* stm32f10x_fsmc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_fsmc.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0CD11EFF25C00BBF654 /* stm32f10x_gpio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_gpio.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0CE11EFF25C00BBF654 /* stm32f10x_i2c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_i2c.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0CF11EFF25C00BBF654 /* stm32f10x_iwdg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_iwdg.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D011EFF25C00BBF654 /* stm32f10x_pwr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_pwr.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D111EFF25C00BBF654 /* stm32f10x_rcc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_rcc.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D211EFF25C00BBF654 /* stm32f10x_rtc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_rtc.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D311EFF25C00BBF654 /* stm32f10x_sdio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_sdio.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D411EFF25C00BBF654 /* stm32f10x_spi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_spi.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D511EFF25C00BBF654 /* stm32f10x_tim.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_tim.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D611EFF25C00BBF654 /* stm32f10x_usart.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_usart.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D711EFF25C00BBF654 /* stm32f10x_wwdg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stm32f10x_wwdg.c; path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D811EFF25C00BBF654 /* link_stm32f10x_HD.ld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = link_stm32f10x_HD.ld; path = ../../PiOS/STM32F10x/link_stm32f10x_HD.ld; sourceTree = SOURCE_ROOT; };
|
|
65E8F0D911EFF25C00BBF654 /* link_stm32f10x_HD_BL.ld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = link_stm32f10x_HD_BL.ld; path = ../../PiOS/STM32F10x/link_stm32f10x_HD_BL.ld; sourceTree = SOURCE_ROOT; };
|
|
65E8F0DA11EFF25C00BBF654 /* link_stm32f10x_HD_NB.ld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = link_stm32f10x_HD_NB.ld; path = ../../PiOS/STM32F10x/link_stm32f10x_HD_NB.ld; sourceTree = SOURCE_ROOT; };
|
|
65E8F0DB11EFF25C00BBF654 /* link_stm32f10x_MD.ld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = link_stm32f10x_MD.ld; path = ../../PiOS/STM32F10x/link_stm32f10x_MD.ld; sourceTree = SOURCE_ROOT; };
|
|
65E8F0DC11EFF25C00BBF654 /* pios_adc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_adc.c; path = ../../PiOS/STM32F10x/pios_adc.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0DD11EFF25C00BBF654 /* pios_debug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_debug.c; path = ../../PiOS/STM32F10x/pios_debug.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0DE11EFF25C00BBF654 /* pios_delay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_delay.c; path = ../../PiOS/STM32F10x/pios_delay.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0DF11EFF25C00BBF654 /* pios_exti.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_exti.c; path = ../../PiOS/STM32F10x/pios_exti.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E011EFF25C00BBF654 /* pios_gpio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_gpio.c; path = ../../PiOS/STM32F10x/pios_gpio.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E111EFF25C00BBF654 /* pios_i2c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_i2c.c; path = ../../PiOS/STM32F10x/pios_i2c.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E211EFF25C00BBF654 /* pios_irq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_irq.c; path = ../../PiOS/STM32F10x/pios_irq.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E311EFF25C00BBF654 /* pios_led.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_led.c; path = ../../PiOS/STM32F10x/pios_led.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E411EFF25C00BBF654 /* pios_ppm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_ppm.c; path = ../../PiOS/STM32F10x/pios_ppm.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E511EFF25C00BBF654 /* pios_pwm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_pwm.c; path = ../../PiOS/STM32F10x/pios_pwm.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E611EFF25C00BBF654 /* pios_servo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_servo.c; path = ../../PiOS/STM32F10x/pios_servo.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E711EFF25C00BBF654 /* pios_spektrum.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_spektrum.c; path = ../../PiOS/STM32F10x/pios_spektrum.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E811EFF25C00BBF654 /* pios_spi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_spi.c; path = ../../PiOS/STM32F10x/pios_spi.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0E911EFF25C00BBF654 /* pios_sys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_sys.c; path = ../../PiOS/STM32F10x/pios_sys.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0EA11EFF25C00BBF654 /* pios_usart.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_usart.c; path = ../../PiOS/STM32F10x/pios_usart.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0ED11EFF25C00BBF654 /* pios_usb_hid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pios_usb_hid.c; path = ../../PiOS/STM32F10x/pios_usb_hid.c; sourceTree = SOURCE_ROOT; };
|
|
65E8F0EE11EFF25C00BBF654 /* startup_stm32f10x_HD.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = startup_stm32f10x_HD.S; path = ../../PiOS/STM32F10x/startup_stm32f10x_HD.S; sourceTree = SOURCE_ROOT; };
|
|
65E8F0EF11EFF25C00BBF654 /* startup_stm32f10x_HD_BL.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = startup_stm32f10x_HD_BL.S; path = ../../PiOS/STM32F10x/startup_stm32f10x_HD_BL.S; sourceTree = SOURCE_ROOT; };
|
|
65E8F0F011EFF25C00BBF654 /* startup_stm32f10x_HD_NB.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = startup_stm32f10x_HD_NB.S; path = ../../PiOS/STM32F10x/startup_stm32f10x_HD_NB.S; sourceTree = SOURCE_ROOT; };
|
|
65E8F0F111EFF25C00BBF654 /* startup_stm32f10x_MD.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = startup_stm32f10x_MD.S; path = ../../PiOS/STM32F10x/startup_stm32f10x_MD.S; sourceTree = SOURCE_ROOT; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXGroup section */
|
|
08FB7794FE84155DC02AAC07 /* OpenPilotOSX */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF1E11EEA61E00BBF654 /* OpenPilot */,
|
|
65E8F02F11EFF25C00BBF654 /* PiOS */,
|
|
65A2C7ED11E2A33D00D0391E /* PiOS.posix */,
|
|
C6A0FF2B0290797F04C91782 /* Documentation */,
|
|
1AB674ADFE9D54B511CA2CBB /* Products */,
|
|
);
|
|
name = OpenPilotOSX;
|
|
sourceTree = "<group>";
|
|
};
|
|
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
65A2C7ED11E2A33D00D0391E /* PiOS.posix */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C7EE11E2A33D00D0391E /* inc */,
|
|
65A2C7F911E2A33D00D0391E /* pios.h */,
|
|
65A2C7FA11E2A33D00D0391E /* posix */,
|
|
);
|
|
name = PiOS.posix;
|
|
path = ../../PiOS.posix;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C7EE11E2A33D00D0391E /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C7EF11E2A33D00D0391E /* FreeRTOSConfig.h */,
|
|
65A2C7F011E2A33D00D0391E /* pios_com.h */,
|
|
65A2C7F111E2A33D00D0391E /* pios_com_priv.h */,
|
|
65A2C7F211E2A33D00D0391E /* pios_delay.h */,
|
|
65A2C7F311E2A33D00D0391E /* pios_led.h */,
|
|
65A2C7F411E2A33D00D0391E /* pios_posix.h */,
|
|
65A2C7F511E2A33D00D0391E /* pios_sdcard.h */,
|
|
65A2C7F611E2A33D00D0391E /* pios_sys.h */,
|
|
65A2C7F711E2A33D00D0391E /* pios_udp.h */,
|
|
65A2C7F811E2A33D00D0391E /* pios_udp_priv.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../PiOS.posix/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C7FA11E2A33D00D0391E /* posix */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C7FB11E2A33D00D0391E /* Libraries */,
|
|
65A2C81711E2A33D00D0391E /* pios_com.c */,
|
|
65A2C81811E2A33D00D0391E /* pios_com.c.old */,
|
|
65A2C81911E2A33D00D0391E /* pios_delay.c */,
|
|
65A2C81A11E2A33D00D0391E /* pios_led.c */,
|
|
65A2C81B11E2A33D00D0391E /* pios_sdcard.c */,
|
|
65A2C81C11E2A33D00D0391E /* pios_sys.c */,
|
|
65A2C81D11E2A33D00D0391E /* pios_udp.c */,
|
|
);
|
|
name = posix;
|
|
path = ../../PiOS.posix/posix;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C7FB11E2A33D00D0391E /* Libraries */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C7FC11E2A33D00D0391E /* FreeRTOS */,
|
|
);
|
|
name = Libraries;
|
|
path = ../../PiOS.posix/posix/Libraries;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C7FC11E2A33D00D0391E /* FreeRTOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C7FD11E2A33D00D0391E /* Source */,
|
|
);
|
|
name = FreeRTOS;
|
|
path = ../../PiOS.posix/posix/Libraries/FreeRTOS;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C7FD11E2A33D00D0391E /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C7FE11E2A33D00D0391E /* croutine.c */,
|
|
65A2C7FF11E2A33D00D0391E /* include */,
|
|
65A2C80A11E2A33D00D0391E /* list.c */,
|
|
65A2C80B11E2A33D00D0391E /* portable */,
|
|
65A2C81411E2A33D00D0391E /* queue.c */,
|
|
65A2C81511E2A33D00D0391E /* readme.txt */,
|
|
65A2C81611E2A33D00D0391E /* tasks.c */,
|
|
);
|
|
name = Source;
|
|
path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C7FF11E2A33D00D0391E /* include */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C80011E2A33D00D0391E /* croutine.h */,
|
|
65A2C80111E2A33D00D0391E /* FreeRTOS.h */,
|
|
65A2C80211E2A33D00D0391E /* list.h */,
|
|
65A2C80311E2A33D00D0391E /* mpu_wrappers.h */,
|
|
65A2C80411E2A33D00D0391E /* portable.h */,
|
|
65A2C80511E2A33D00D0391E /* projdefs.h */,
|
|
65A2C80611E2A33D00D0391E /* queue.h */,
|
|
65A2C80711E2A33D00D0391E /* semphr.h */,
|
|
65A2C80811E2A33D00D0391E /* StackMacros.h */,
|
|
65A2C80911E2A33D00D0391E /* task.h */,
|
|
);
|
|
name = include;
|
|
path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/include;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C80B11E2A33D00D0391E /* portable */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C80C11E2A33D00D0391E /* GCC */,
|
|
65A2C81111E2A33D00D0391E /* MemMang */,
|
|
65A2C81311E2A33D00D0391E /* readme.txt */,
|
|
);
|
|
name = portable;
|
|
path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/portable;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C80C11E2A33D00D0391E /* GCC */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C80D11E2A33D00D0391E /* Posix */,
|
|
);
|
|
name = GCC;
|
|
path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/portable/GCC;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C80D11E2A33D00D0391E /* Posix */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C80F11E2A33D00D0391E /* port.c */,
|
|
65A2C81011E2A33D00D0391E /* portmacro.h */,
|
|
);
|
|
name = Posix;
|
|
path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/portable/GCC/Posix;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65A2C81111E2A33D00D0391E /* MemMang */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65A2C81211E2A33D00D0391E /* heap_3.c */,
|
|
);
|
|
name = MemMang;
|
|
path = ../../PiOS.posix/posix/Libraries/FreeRTOS/Source/portable/MemMang;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF1E11EEA61E00BBF654 /* OpenPilot */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF1F11EEA61E00BBF654 /* Makefile */,
|
|
65E8EF2011EEA61E00BBF654 /* Makefile.posix */,
|
|
65E8EF2111EEA61E00BBF654 /* Modules */,
|
|
65E8EF5B11EEA61E00BBF654 /* System */,
|
|
65E8EF6811EEA61E00BBF654 /* Tests */,
|
|
65E8EF6E11EEA61E00BBF654 /* UAVObjects */,
|
|
65E8EFAB11EEA61E00BBF654 /* UAVTalk */,
|
|
);
|
|
name = OpenPilot;
|
|
path = ../../OpenPilot;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2111EEA61E00BBF654 /* Modules */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF2211EEA61E00BBF654 /* Actuator */,
|
|
65E8EF2611EEA61E00BBF654 /* AHRSComms */,
|
|
65E8EF2A11EEA61E00BBF654 /* Altitude */,
|
|
65E8EF2E11EEA61E00BBF654 /* Attitude */,
|
|
65E8EF3011EEA61E00BBF654 /* Battery */,
|
|
65E8EF3411EEA61E00BBF654 /* Example */,
|
|
65E8EF3D11EEA61E00BBF654 /* GPS */,
|
|
65E8EF4311EEA61E00BBF654 /* ManualControl */,
|
|
65E8EF4711EEA61E00BBF654 /* MK */,
|
|
65E8EF4C11EEA61E00BBF654 /* Osd */,
|
|
65E8EF4F11EEA61E00BBF654 /* Stabilization */,
|
|
65E8EF5311EEA61E00BBF654 /* System */,
|
|
65E8EF5711EEA61E00BBF654 /* Telemetry */,
|
|
);
|
|
name = Modules;
|
|
path = ../../OpenPilot/Modules;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2211EEA61E00BBF654 /* Actuator */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF2311EEA61E00BBF654 /* actuator.c */,
|
|
65E8EF2411EEA61E00BBF654 /* inc */,
|
|
);
|
|
name = Actuator;
|
|
path = ../../OpenPilot/Modules/Actuator;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2411EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF2511EEA61E00BBF654 /* actuator.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/Actuator/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2611EEA61E00BBF654 /* AHRSComms */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF2711EEA61E00BBF654 /* ahrs_comms.c */,
|
|
65E8EF2811EEA61E00BBF654 /* inc */,
|
|
);
|
|
name = AHRSComms;
|
|
path = ../../OpenPilot/Modules/AHRSComms;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2811EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF2911EEA61E00BBF654 /* ahrs_comms.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/AHRSComms/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2A11EEA61E00BBF654 /* Altitude */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF2B11EEA61E00BBF654 /* altitude.c */,
|
|
65E8EF2C11EEA61E00BBF654 /* inc */,
|
|
);
|
|
name = Altitude;
|
|
path = ../../OpenPilot/Modules/Altitude;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2C11EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF2D11EEA61E00BBF654 /* altitude.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/Altitude/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2E11EEA61E00BBF654 /* Attitude */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF2F11EEA61E00BBF654 /* inc */,
|
|
);
|
|
name = Attitude;
|
|
path = ../../OpenPilot/Modules/Attitude;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF2F11EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/Attitude/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF3011EEA61E00BBF654 /* Battery */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF3111EEA61E00BBF654 /* battery.c */,
|
|
65E8EF3211EEA61E00BBF654 /* inc */,
|
|
);
|
|
name = Battery;
|
|
path = ../../OpenPilot/Modules/Battery;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF3211EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF3311EEA61E00BBF654 /* battery.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/Battery/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF3411EEA61E00BBF654 /* Example */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF3511EEA61E00BBF654 /* example.c */,
|
|
65E8EF3611EEA61E00BBF654 /* examplemodevent.c */,
|
|
65E8EF3711EEA61E00BBF654 /* examplemodperiodic.c */,
|
|
65E8EF3811EEA61E00BBF654 /* examplemodthread.c */,
|
|
65E8EF3911EEA61E00BBF654 /* inc */,
|
|
);
|
|
name = Example;
|
|
path = ../../OpenPilot/Modules/Example;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF3911EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF3A11EEA61E00BBF654 /* examplemodevent.h */,
|
|
65E8EF3B11EEA61E00BBF654 /* examplemodperiodic.h */,
|
|
65E8EF3C11EEA61E00BBF654 /* examplemodthread.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/Example/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF3D11EEA61E00BBF654 /* GPS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF3E11EEA61E00BBF654 /* buffer.c */,
|
|
65E8EF3F11EEA61E00BBF654 /* GPS.c */,
|
|
65E8EF4011EEA61E00BBF654 /* inc */,
|
|
);
|
|
name = GPS;
|
|
path = ../../OpenPilot/Modules/GPS;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4011EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF4111EEA61E00BBF654 /* buffer.h */,
|
|
65E8EF4211EEA61E00BBF654 /* GPS.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/GPS/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4311EEA61E00BBF654 /* ManualControl */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF4411EEA61E00BBF654 /* inc */,
|
|
65E8EF4611EEA61E00BBF654 /* manualcontrol.c */,
|
|
);
|
|
name = ManualControl;
|
|
path = ../../OpenPilot/Modules/ManualControl;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4411EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF4511EEA61E00BBF654 /* manualcontrol.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/ManualControl/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4711EEA61E00BBF654 /* MK */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF4811EEA61E00BBF654 /* MKSerial */,
|
|
);
|
|
name = MK;
|
|
path = ../../OpenPilot/Modules/MK;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4811EEA61E00BBF654 /* MKSerial */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF4911EEA61E00BBF654 /* inc */,
|
|
65E8EF4B11EEA61E00BBF654 /* MKSerial.c */,
|
|
);
|
|
name = MKSerial;
|
|
path = ../../OpenPilot/Modules/MK/MKSerial;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4911EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF4A11EEA61E00BBF654 /* MkSerial.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/MK/MKSerial/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4C11EEA61E00BBF654 /* Osd */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF4D11EEA61E00BBF654 /* OsdEtStd */,
|
|
);
|
|
name = Osd;
|
|
path = ../../OpenPilot/Modules/Osd;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4D11EEA61E00BBF654 /* OsdEtStd */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF4E11EEA61E00BBF654 /* OsdEtStd.c */,
|
|
);
|
|
name = OsdEtStd;
|
|
path = ../../OpenPilot/Modules/Osd/OsdEtStd;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF4F11EEA61E00BBF654 /* Stabilization */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF5011EEA61E00BBF654 /* inc */,
|
|
65E8EF5211EEA61E00BBF654 /* stabilization.c */,
|
|
);
|
|
name = Stabilization;
|
|
path = ../../OpenPilot/Modules/Stabilization;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF5011EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF5111EEA61E00BBF654 /* stabilization.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/Stabilization/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF5311EEA61E00BBF654 /* System */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF5411EEA61E00BBF654 /* inc */,
|
|
65E8EF5611EEA61E00BBF654 /* systemmod.c */,
|
|
);
|
|
name = System;
|
|
path = ../../OpenPilot/Modules/System;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF5411EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF5511EEA61E00BBF654 /* systemmod.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/System/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF5711EEA61E00BBF654 /* Telemetry */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF5811EEA61E00BBF654 /* inc */,
|
|
65E8EF5A11EEA61E00BBF654 /* telemetry.c */,
|
|
);
|
|
name = Telemetry;
|
|
path = ../../OpenPilot/Modules/Telemetry;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF5811EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF5911EEA61E00BBF654 /* telemetry.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/Modules/Telemetry/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF5B11EEA61E00BBF654 /* System */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF5C11EEA61E00BBF654 /* alarms.c */,
|
|
65E8EF5D11EEA61E00BBF654 /* inc */,
|
|
65E8EF6511EEA61E00BBF654 /* openpilot.c */,
|
|
65E8EF6611EEA61E00BBF654 /* pios_board.c */,
|
|
65E8EF6711EEA61E00BBF654 /* pios_board_posix.c */,
|
|
);
|
|
name = System;
|
|
path = ../../OpenPilot/System;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF5D11EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF5E11EEA61E00BBF654 /* alarms.h */,
|
|
65E8EF5F11EEA61E00BBF654 /* op_config.h */,
|
|
65E8EF6011EEA61E00BBF654 /* openpilot.h */,
|
|
65E8EF6111EEA61E00BBF654 /* pios_board.h */,
|
|
65E8EF6211EEA61E00BBF654 /* pios_board_posix.h */,
|
|
65E8EF6311EEA61E00BBF654 /* pios_config.h */,
|
|
65E8EF6411EEA61E00BBF654 /* pios_config_posix.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/System/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF6811EEA61E00BBF654 /* Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF6911EEA61E00BBF654 /* test_BMP085.c */,
|
|
65E8EF6A11EEA61E00BBF654 /* test_common.c */,
|
|
65E8EF6B11EEA61E00BBF654 /* test_cpuload.c */,
|
|
65E8EF6C11EEA61E00BBF654 /* test_i2c_PCF8570.c */,
|
|
65E8EF6D11EEA61E00BBF654 /* test_uavobjects.c */,
|
|
);
|
|
name = Tests;
|
|
path = ../../OpenPilot/Tests;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF6E11EEA61E00BBF654 /* UAVObjects */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF6F11EEA61E00BBF654 /* actuatorcommand.c */,
|
|
65E8EF7011EEA61E00BBF654 /* actuatordesired.c */,
|
|
65E8EF7111EEA61E00BBF654 /* actuatorsettings.c */,
|
|
65E8EF7211EEA61E00BBF654 /* ahrsstatus.c */,
|
|
65E8EF7311EEA61E00BBF654 /* altitudeactual.c */,
|
|
65E8EF7411EEA61E00BBF654 /* attitudeactual.c */,
|
|
65E8EF7511EEA61E00BBF654 /* attitudedesired.c */,
|
|
65E8EF7611EEA61E00BBF654 /* attitudesettings.c */,
|
|
65E8EF7711EEA61E00BBF654 /* attitudesettings.py */,
|
|
65E8EF7811EEA61E00BBF654 /* eventdispatcher.c */,
|
|
65E8EF7911EEA61E00BBF654 /* exampleobject1.c */,
|
|
65E8EF7A11EEA61E00BBF654 /* exampleobject2.c */,
|
|
65E8EF7B11EEA61E00BBF654 /* examplesettings.c */,
|
|
65E8EF7C11EEA61E00BBF654 /* flightbatterystate.c */,
|
|
65E8EF7D11EEA61E00BBF654 /* flighttelemetrystats.c */,
|
|
65E8EF7E11EEA61E00BBF654 /* gcstelemetrystats.c */,
|
|
65E8EF7F11EEA61E00BBF654 /* headingactual.c */,
|
|
65E8EF8011EEA61E00BBF654 /* inc */,
|
|
65E8EF9E11EEA61E00BBF654 /* manualcontrolcommand.c */,
|
|
65E8EF9F11EEA61E00BBF654 /* manualcontrolsettings.c */,
|
|
65E8EFA011EEA61E00BBF654 /* objectpersistence.c */,
|
|
65E8EFA111EEA61E00BBF654 /* positionactual.c */,
|
|
65E8EFA211EEA61E00BBF654 /* stabilizationsettings.c */,
|
|
65E8EFA311EEA61E00BBF654 /* systemalarms.c */,
|
|
65E8EFA411EEA61E00BBF654 /* systemsettings.c */,
|
|
65E8EFA511EEA61E00BBF654 /* systemstats.c */,
|
|
65E8EFA611EEA61E00BBF654 /* telemetrysettings.c */,
|
|
65E8EFA711EEA61E00BBF654 /* uavobjectmanager.c */,
|
|
65E8EFA811EEA61E00BBF654 /* uavobjectsinit.c */,
|
|
65E8EFA911EEA61E00BBF654 /* uavobjectsinittemplate.c */,
|
|
65E8EFAA11EEA61E00BBF654 /* uavobjecttemplate.c */,
|
|
);
|
|
name = UAVObjects;
|
|
path = ../../OpenPilot/UAVObjects;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EF8011EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EF8111EEA61E00BBF654 /* actuatorcommand.h */,
|
|
65E8EF8211EEA61E00BBF654 /* actuatordesired.h */,
|
|
65E8EF8311EEA61E00BBF654 /* actuatorsettings.h */,
|
|
65E8EF8411EEA61E00BBF654 /* ahrsstatus.h */,
|
|
65E8EF8511EEA61E00BBF654 /* altitudeactual.h */,
|
|
65E8EF8611EEA61E00BBF654 /* attitudeactual.h */,
|
|
65E8EF8711EEA61E00BBF654 /* attitudedesired.h */,
|
|
65E8EF8811EEA61E00BBF654 /* attitudesettings.h */,
|
|
65E8EF8911EEA61E00BBF654 /* eventdispatcher.h */,
|
|
65E8EF8A11EEA61E00BBF654 /* exampleobject1.h */,
|
|
65E8EF8B11EEA61E00BBF654 /* exampleobject2.h */,
|
|
65E8EF8C11EEA61E00BBF654 /* examplesettings.h */,
|
|
65E8EF8D11EEA61E00BBF654 /* flightbatterystate.h */,
|
|
65E8EF8E11EEA61E00BBF654 /* flighttelemetrystats.h */,
|
|
65E8EF8F11EEA61E00BBF654 /* gcstelemetrystats.h */,
|
|
65E8EF9011EEA61E00BBF654 /* headingactual.h */,
|
|
65E8EF9111EEA61E00BBF654 /* manualcontrolcommand.h */,
|
|
65E8EF9211EEA61E00BBF654 /* manualcontrolsettings.h */,
|
|
65E8EF9311EEA61E00BBF654 /* objectpersistence.h */,
|
|
65E8EF9411EEA61E00BBF654 /* positionactual.h */,
|
|
65E8EF9511EEA61E00BBF654 /* stabilizationsettings.h */,
|
|
65E8EF9611EEA61E00BBF654 /* systemalarms.h */,
|
|
65E8EF9711EEA61E00BBF654 /* systemsettings.h */,
|
|
65E8EF9811EEA61E00BBF654 /* systemstats.h */,
|
|
65E8EF9911EEA61E00BBF654 /* telemetrysettings.h */,
|
|
65E8EF9A11EEA61E00BBF654 /* uavobjectmanager.h */,
|
|
65E8EF9B11EEA61E00BBF654 /* uavobjectsinit.h */,
|
|
65E8EF9C11EEA61E00BBF654 /* uavobjecttemplate.h */,
|
|
65E8EF9D11EEA61E00BBF654 /* utlist.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/UAVObjects/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EFAB11EEA61E00BBF654 /* UAVTalk */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EFAC11EEA61E00BBF654 /* inc */,
|
|
65E8EFAE11EEA61E00BBF654 /* uavtalk.c */,
|
|
);
|
|
name = UAVTalk;
|
|
path = ../../OpenPilot/UAVTalk;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8EFAC11EEA61E00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8EFAD11EEA61E00BBF654 /* uavtalk.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../OpenPilot/UAVTalk/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F02F11EFF25C00BBF654 /* PiOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F03011EFF25C00BBF654 /* Common */,
|
|
65E8F03811EFF25C00BBF654 /* inc */,
|
|
65E8F05711EFF25C00BBF654 /* pios.h */,
|
|
65E8F05811EFF25C00BBF654 /* STM32F10x */,
|
|
);
|
|
name = PiOS;
|
|
path = ../../PiOS;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F03011EFF25C00BBF654 /* Common */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F03111EFF25C00BBF654 /* pios_bmp085.c */,
|
|
65E8F03211EFF25C00BBF654 /* pios_com.c */,
|
|
65E8F03311EFF25C00BBF654 /* pios_hmc5843.c */,
|
|
65E8F03411EFF25C00BBF654 /* pios_opahrs.c */,
|
|
65E8F03511EFF25C00BBF654 /* pios_opahrs_proto.c */,
|
|
65E8F03611EFF25C00BBF654 /* pios_sdcard.c */,
|
|
65E8F03711EFF25C00BBF654 /* printf-stdarg.c */,
|
|
);
|
|
name = Common;
|
|
path = ../../PiOS/Common;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F03811EFF25C00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
651CF9EF120B700D00EEFD70 /* pios_usb_hid_desc.h */,
|
|
651CF9F0120B700D00EEFD70 /* pios_usb_hid_istr.h */,
|
|
651CF9F1120B700D00EEFD70 /* pios_usb_hid_prop.h */,
|
|
651CF9F2120B700D00EEFD70 /* pios_usb_hid_pwr.h */,
|
|
651CF9F3120B700D00EEFD70 /* usb_conf.h */,
|
|
65E8F03911EFF25C00BBF654 /* FreeRTOSConfig.h */,
|
|
65E8F03A11EFF25C00BBF654 /* pios_adc.h */,
|
|
65E8F03B11EFF25C00BBF654 /* pios_bmp085.h */,
|
|
65E8F03C11EFF25C00BBF654 /* pios_com.h */,
|
|
65E8F03D11EFF25C00BBF654 /* pios_com_priv.h */,
|
|
65E8F03E11EFF25C00BBF654 /* pios_debug.h */,
|
|
65E8F03F11EFF25C00BBF654 /* pios_delay.h */,
|
|
65E8F04011EFF25C00BBF654 /* pios_exti.h */,
|
|
65E8F04111EFF25C00BBF654 /* pios_gpio.h */,
|
|
65E8F04211EFF25C00BBF654 /* pios_hmc5843.h */,
|
|
65E8F04311EFF25C00BBF654 /* pios_i2c.h */,
|
|
65E8F04411EFF25C00BBF654 /* pios_irq.h */,
|
|
65E8F04511EFF25C00BBF654 /* pios_led.h */,
|
|
65E8F04611EFF25C00BBF654 /* pios_opahrs.h */,
|
|
65E8F04711EFF25C00BBF654 /* pios_opahrs_proto.h */,
|
|
65E8F04811EFF25C00BBF654 /* pios_ppm.h */,
|
|
65E8F04911EFF25C00BBF654 /* pios_pwm.h */,
|
|
65E8F04A11EFF25C00BBF654 /* pios_sdcard.h */,
|
|
65E8F04B11EFF25C00BBF654 /* pios_servo.h */,
|
|
65E8F04C11EFF25C00BBF654 /* pios_spektrum.h */,
|
|
65E8F04D11EFF25C00BBF654 /* pios_spi.h */,
|
|
65E8F04E11EFF25C00BBF654 /* pios_spi_priv.h */,
|
|
65E8F04F11EFF25C00BBF654 /* pios_stm32.h */,
|
|
65E8F05011EFF25C00BBF654 /* pios_sys.h */,
|
|
65E8F05111EFF25C00BBF654 /* pios_usart.h */,
|
|
65E8F05211EFF25C00BBF654 /* pios_usart_priv.h */,
|
|
65E8F05311EFF25C00BBF654 /* pios_usb.h */,
|
|
65E8F05511EFF25C00BBF654 /* pios_usb_hid.h */,
|
|
65E8F05611EFF25C00BBF654 /* stm32f10x_conf.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../PiOS/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F05811EFF25C00BBF654 /* STM32F10x */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F05911EFF25C00BBF654 /* Libraries */,
|
|
65E8F0D811EFF25C00BBF654 /* link_stm32f10x_HD.ld */,
|
|
65E8F0D911EFF25C00BBF654 /* link_stm32f10x_HD_BL.ld */,
|
|
65E8F0DA11EFF25C00BBF654 /* link_stm32f10x_HD_NB.ld */,
|
|
65E8F0DB11EFF25C00BBF654 /* link_stm32f10x_MD.ld */,
|
|
65E8F0DC11EFF25C00BBF654 /* pios_adc.c */,
|
|
65E8F0DD11EFF25C00BBF654 /* pios_debug.c */,
|
|
65E8F0DE11EFF25C00BBF654 /* pios_delay.c */,
|
|
65E8F0DF11EFF25C00BBF654 /* pios_exti.c */,
|
|
65E8F0E011EFF25C00BBF654 /* pios_gpio.c */,
|
|
65E8F0E111EFF25C00BBF654 /* pios_i2c.c */,
|
|
65E8F0E211EFF25C00BBF654 /* pios_irq.c */,
|
|
65E8F0E311EFF25C00BBF654 /* pios_led.c */,
|
|
65E8F0E411EFF25C00BBF654 /* pios_ppm.c */,
|
|
65E8F0E511EFF25C00BBF654 /* pios_pwm.c */,
|
|
65E8F0E611EFF25C00BBF654 /* pios_servo.c */,
|
|
65E8F0E711EFF25C00BBF654 /* pios_spektrum.c */,
|
|
65E8F0E811EFF25C00BBF654 /* pios_spi.c */,
|
|
65E8F0E911EFF25C00BBF654 /* pios_sys.c */,
|
|
65E8F0EA11EFF25C00BBF654 /* pios_usart.c */,
|
|
65E8F0ED11EFF25C00BBF654 /* pios_usb_hid.c */,
|
|
651CF9E5120B5D8300EEFD70 /* pios_usb_hid_desc.c */,
|
|
651CF9E6120B5D8300EEFD70 /* pios_usb_hid_istr.c */,
|
|
651CF9E7120B5D8300EEFD70 /* pios_usb_hid_prop.c */,
|
|
651CF9E8120B5D8300EEFD70 /* pios_usb_hid_pwr.c */,
|
|
65E8F0EE11EFF25C00BBF654 /* startup_stm32f10x_HD.S */,
|
|
65E8F0EF11EFF25C00BBF654 /* startup_stm32f10x_HD_BL.S */,
|
|
65E8F0F011EFF25C00BBF654 /* startup_stm32f10x_HD_NB.S */,
|
|
65E8F0F111EFF25C00BBF654 /* startup_stm32f10x_MD.S */,
|
|
);
|
|
name = STM32F10x;
|
|
path = ../../PiOS/STM32F10x;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F05911EFF25C00BBF654 /* Libraries */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F05A11EFF25C00BBF654 /* CMSIS */,
|
|
65E8F06B11EFF25C00BBF654 /* dosfs */,
|
|
65E8F07111EFF25C00BBF654 /* FreeRTOS */,
|
|
65E8F08D11EFF25C00BBF654 /* msd */,
|
|
65E8F09911EFF25C00BBF654 /* STM32_USB-FS-Device_Driver */,
|
|
65E8F0A911EFF25C00BBF654 /* STM32F10x_StdPeriph_Driver */,
|
|
);
|
|
name = Libraries;
|
|
path = ../../PiOS/STM32F10x/Libraries;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F05A11EFF25C00BBF654 /* CMSIS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F05B11EFF25C00BBF654 /* Core */,
|
|
65E8F06A11EFF25C00BBF654 /* License.doc */,
|
|
);
|
|
name = CMSIS;
|
|
path = ../../PiOS/STM32F10x/Libraries/CMSIS;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F05B11EFF25C00BBF654 /* Core */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F05C11EFF25C00BBF654 /* CM3 */,
|
|
65E8F06811EFF25C00BBF654 /* Documentation */,
|
|
);
|
|
name = Core;
|
|
path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F05C11EFF25C00BBF654 /* CM3 */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F05D11EFF25C00BBF654 /* core_cm3.c */,
|
|
65E8F05E11EFF25C00BBF654 /* core_cm3.h */,
|
|
65E8F05F11EFF25C00BBF654 /* startup */,
|
|
65E8F06511EFF25C00BBF654 /* stm32f10x.h */,
|
|
65E8F06611EFF25C00BBF654 /* system_stm32f10x.c */,
|
|
65E8F06711EFF25C00BBF654 /* system_stm32f10x.h */,
|
|
);
|
|
name = CM3;
|
|
path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F05F11EFF25C00BBF654 /* startup */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F06011EFF25C00BBF654 /* gcc */,
|
|
);
|
|
name = startup;
|
|
path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/startup;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F06011EFF25C00BBF654 /* gcc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F06111EFF25C00BBF654 /* startup_stm32f10x_cl.s */,
|
|
65E8F06211EFF25C00BBF654 /* startup_stm32f10x_hd.s */,
|
|
65E8F06311EFF25C00BBF654 /* startup_stm32f10x_ld.s */,
|
|
65E8F06411EFF25C00BBF654 /* startup_stm32f10x_md.s */,
|
|
);
|
|
name = gcc;
|
|
path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/CM3/startup/gcc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F06811EFF25C00BBF654 /* Documentation */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F06911EFF25C00BBF654 /* CMSIS_Core.htm */,
|
|
);
|
|
name = Documentation;
|
|
path = ../../PiOS/STM32F10x/Libraries/CMSIS/Core/Documentation;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F06B11EFF25C00BBF654 /* dosfs */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F06C11EFF25C00BBF654 /* dfs_sdcard.c */,
|
|
65E8F06D11EFF25C00BBF654 /* dosfs.c */,
|
|
65E8F06E11EFF25C00BBF654 /* dosfs.h */,
|
|
65E8F06F11EFF25C00BBF654 /* README.txt */,
|
|
65E8F07011EFF25C00BBF654 /* README_1st.txt */,
|
|
);
|
|
name = dosfs;
|
|
path = ../../PiOS/STM32F10x/Libraries/dosfs;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F07111EFF25C00BBF654 /* FreeRTOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F07211EFF25C00BBF654 /* Source */,
|
|
);
|
|
name = FreeRTOS;
|
|
path = ../../PiOS/STM32F10x/Libraries/FreeRTOS;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F07211EFF25C00BBF654 /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F07311EFF25C00BBF654 /* croutine.c */,
|
|
65E8F07411EFF25C00BBF654 /* include */,
|
|
65E8F07F11EFF25C00BBF654 /* list.c */,
|
|
65E8F08011EFF25C00BBF654 /* portable */,
|
|
65E8F08A11EFF25C00BBF654 /* queue.c */,
|
|
65E8F08B11EFF25C00BBF654 /* readme.txt */,
|
|
65E8F08C11EFF25C00BBF654 /* tasks.c */,
|
|
);
|
|
name = Source;
|
|
path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F07411EFF25C00BBF654 /* include */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F07511EFF25C00BBF654 /* croutine.h */,
|
|
65E8F07611EFF25C00BBF654 /* FreeRTOS.h */,
|
|
65E8F07711EFF25C00BBF654 /* list.h */,
|
|
65E8F07811EFF25C00BBF654 /* mpu_wrappers.h */,
|
|
65E8F07911EFF25C00BBF654 /* portable.h */,
|
|
65E8F07A11EFF25C00BBF654 /* projdefs.h */,
|
|
65E8F07B11EFF25C00BBF654 /* queue.h */,
|
|
65E8F07C11EFF25C00BBF654 /* semphr.h */,
|
|
65E8F07D11EFF25C00BBF654 /* StackMacros.h */,
|
|
65E8F07E11EFF25C00BBF654 /* task.h */,
|
|
);
|
|
name = include;
|
|
path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/include;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F08011EFF25C00BBF654 /* portable */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F08111EFF25C00BBF654 /* GCC */,
|
|
65E8F08511EFF25C00BBF654 /* MemMang */,
|
|
65E8F08911EFF25C00BBF654 /* readme.txt */,
|
|
);
|
|
name = portable;
|
|
path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F08111EFF25C00BBF654 /* GCC */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F08211EFF25C00BBF654 /* ARM_CM3 */,
|
|
);
|
|
name = GCC;
|
|
path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/GCC;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F08211EFF25C00BBF654 /* ARM_CM3 */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F08311EFF25C00BBF654 /* port.c */,
|
|
65E8F08411EFF25C00BBF654 /* portmacro.h */,
|
|
);
|
|
name = ARM_CM3;
|
|
path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F08511EFF25C00BBF654 /* MemMang */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F08611EFF25C00BBF654 /* heap_1.c */,
|
|
65E8F08711EFF25C00BBF654 /* heap_2.c */,
|
|
65E8F08811EFF25C00BBF654 /* heap_3.c */,
|
|
);
|
|
name = MemMang;
|
|
path = ../../PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/MemMang;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F08D11EFF25C00BBF654 /* msd */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F08E11EFF25C00BBF654 /* msd.c */,
|
|
65E8F08F11EFF25C00BBF654 /* msd.h */,
|
|
65E8F09011EFF25C00BBF654 /* msd_bot.c */,
|
|
65E8F09111EFF25C00BBF654 /* msd_bot.h */,
|
|
65E8F09211EFF25C00BBF654 /* msd_desc.c */,
|
|
65E8F09311EFF25C00BBF654 /* msd_desc.h */,
|
|
65E8F09411EFF25C00BBF654 /* msd_memory.c */,
|
|
65E8F09511EFF25C00BBF654 /* msd_memory.h */,
|
|
65E8F09611EFF25C00BBF654 /* msd_scsi.c */,
|
|
65E8F09711EFF25C00BBF654 /* msd_scsi.h */,
|
|
65E8F09811EFF25C00BBF654 /* msd_scsi_data.c */,
|
|
);
|
|
name = msd;
|
|
path = ../../PiOS/STM32F10x/Libraries/msd;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F09911EFF25C00BBF654 /* STM32_USB-FS-Device_Driver */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F09A11EFF25C00BBF654 /* inc */,
|
|
65E8F0A311EFF25C00BBF654 /* src */,
|
|
);
|
|
name = "STM32_USB-FS-Device_Driver";
|
|
path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver";
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F09A11EFF25C00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F09B11EFF25C00BBF654 /* usb_core.h */,
|
|
65E8F09C11EFF25C00BBF654 /* usb_def.h */,
|
|
65E8F09D11EFF25C00BBF654 /* usb_init.h */,
|
|
65E8F09E11EFF25C00BBF654 /* usb_int.h */,
|
|
65E8F09F11EFF25C00BBF654 /* usb_lib.h */,
|
|
65E8F0A011EFF25C00BBF654 /* usb_mem.h */,
|
|
65E8F0A111EFF25C00BBF654 /* usb_regs.h */,
|
|
65E8F0A211EFF25C00BBF654 /* usb_type.h */,
|
|
);
|
|
name = inc;
|
|
path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/inc";
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F0A311EFF25C00BBF654 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F0A411EFF25C00BBF654 /* usb_core.c */,
|
|
65E8F0A511EFF25C00BBF654 /* usb_init.c */,
|
|
65E8F0A611EFF25C00BBF654 /* usb_int.c */,
|
|
65E8F0A711EFF25C00BBF654 /* usb_mem.c */,
|
|
65E8F0A811EFF25C00BBF654 /* usb_regs.c */,
|
|
);
|
|
name = src;
|
|
path = "../../PiOS/STM32F10x/Libraries/STM32_USB-FS-Device_Driver/src";
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F0A911EFF25C00BBF654 /* STM32F10x_StdPeriph_Driver */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F0AA11EFF25C00BBF654 /* inc */,
|
|
65E8F0C111EFF25C00BBF654 /* src */,
|
|
);
|
|
name = STM32F10x_StdPeriph_Driver;
|
|
path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F0AA11EFF25C00BBF654 /* inc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F0AB11EFF25C00BBF654 /* misc.h */,
|
|
65E8F0AC11EFF25C00BBF654 /* stm32f10x_adc.h */,
|
|
65E8F0AD11EFF25C00BBF654 /* stm32f10x_bkp.h */,
|
|
65E8F0AE11EFF25C00BBF654 /* stm32f10x_can.h */,
|
|
65E8F0AF11EFF25C00BBF654 /* stm32f10x_crc.h */,
|
|
65E8F0B011EFF25C00BBF654 /* stm32f10x_dac.h */,
|
|
65E8F0B111EFF25C00BBF654 /* stm32f10x_dbgmcu.h */,
|
|
65E8F0B211EFF25C00BBF654 /* stm32f10x_dma.h */,
|
|
65E8F0B311EFF25C00BBF654 /* stm32f10x_exti.h */,
|
|
65E8F0B411EFF25C00BBF654 /* stm32f10x_flash.h */,
|
|
65E8F0B511EFF25C00BBF654 /* stm32f10x_fsmc.h */,
|
|
65E8F0B611EFF25C00BBF654 /* stm32f10x_gpio.h */,
|
|
65E8F0B711EFF25C00BBF654 /* stm32f10x_i2c.h */,
|
|
65E8F0B811EFF25C00BBF654 /* stm32f10x_iwdg.h */,
|
|
65E8F0B911EFF25C00BBF654 /* stm32f10x_pwr.h */,
|
|
65E8F0BA11EFF25C00BBF654 /* stm32f10x_rcc.h */,
|
|
65E8F0BB11EFF25C00BBF654 /* stm32f10x_rtc.h */,
|
|
65E8F0BC11EFF25C00BBF654 /* stm32f10x_sdio.h */,
|
|
65E8F0BD11EFF25C00BBF654 /* stm32f10x_spi.h */,
|
|
65E8F0BE11EFF25C00BBF654 /* stm32f10x_tim.h */,
|
|
65E8F0BF11EFF25C00BBF654 /* stm32f10x_usart.h */,
|
|
65E8F0C011EFF25C00BBF654 /* stm32f10x_wwdg.h */,
|
|
);
|
|
name = inc;
|
|
path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/inc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
65E8F0C111EFF25C00BBF654 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
65E8F0C211EFF25C00BBF654 /* misc.c */,
|
|
65E8F0C311EFF25C00BBF654 /* stm32f10x_adc.c */,
|
|
65E8F0C411EFF25C00BBF654 /* stm32f10x_bkp.c */,
|
|
65E8F0C511EFF25C00BBF654 /* stm32f10x_can.c */,
|
|
65E8F0C611EFF25C00BBF654 /* stm32f10x_crc.c */,
|
|
65E8F0C711EFF25C00BBF654 /* stm32f10x_dac.c */,
|
|
65E8F0C811EFF25C00BBF654 /* stm32f10x_dbgmcu.c */,
|
|
65E8F0C911EFF25C00BBF654 /* stm32f10x_dma.c */,
|
|
65E8F0CA11EFF25C00BBF654 /* stm32f10x_exti.c */,
|
|
65E8F0CB11EFF25C00BBF654 /* stm32f10x_flash.c */,
|
|
65E8F0CC11EFF25C00BBF654 /* stm32f10x_fsmc.c */,
|
|
65E8F0CD11EFF25C00BBF654 /* stm32f10x_gpio.c */,
|
|
65E8F0CE11EFF25C00BBF654 /* stm32f10x_i2c.c */,
|
|
65E8F0CF11EFF25C00BBF654 /* stm32f10x_iwdg.c */,
|
|
65E8F0D011EFF25C00BBF654 /* stm32f10x_pwr.c */,
|
|
65E8F0D111EFF25C00BBF654 /* stm32f10x_rcc.c */,
|
|
65E8F0D211EFF25C00BBF654 /* stm32f10x_rtc.c */,
|
|
65E8F0D311EFF25C00BBF654 /* stm32f10x_sdio.c */,
|
|
65E8F0D411EFF25C00BBF654 /* stm32f10x_spi.c */,
|
|
65E8F0D511EFF25C00BBF654 /* stm32f10x_tim.c */,
|
|
65E8F0D611EFF25C00BBF654 /* stm32f10x_usart.c */,
|
|
65E8F0D711EFF25C00BBF654 /* stm32f10x_wwdg.c */,
|
|
);
|
|
name = src;
|
|
path = ../../PiOS/STM32F10x/Libraries/STM32F10x_StdPeriph_Driver/src;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
C6A0FF2B0290797F04C91782 /* Documentation */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Documentation;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXLegacyTarget section */
|
|
6581071511DE809D0049FB12 /* OpenPilotOSX */ = {
|
|
isa = PBXLegacyTarget;
|
|
buildArgumentsString = "$(ACTION) -f Makefile.posix";
|
|
buildConfigurationList = 6581071A11DE80A30049FB12 /* Build configuration list for PBXLegacyTarget "OpenPilotOSX" */;
|
|
buildPhases = (
|
|
);
|
|
buildToolPath = /usr/bin/make;
|
|
buildWorkingDirectory = ../../OpenPilot;
|
|
dependencies = (
|
|
);
|
|
name = OpenPilotOSX;
|
|
passBuildSettingsInEnvironment = 1;
|
|
productName = OpenPilotOSX;
|
|
};
|
|
/* End PBXLegacyTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
ORGANIZATIONNAME = OpenPilot;
|
|
};
|
|
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "OpenPilotOSX" */;
|
|
compatibilityVersion = "Xcode 3.1";
|
|
hasScannedForEncodings = 1;
|
|
mainGroup = 08FB7794FE84155DC02AAC07 /* OpenPilotOSX */;
|
|
projectDirPath = "";
|
|
projectRoot = ../../..;
|
|
targets = (
|
|
6581071511DE809D0049FB12 /* OpenPilotOSX */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1DEB928A08733DD80010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = macosx10.6;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB928B08733DD80010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = macosx10.6;
|
|
};
|
|
name = Release;
|
|
};
|
|
6581071611DE809D0049FB12 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
PRODUCT_NAME = OpenPilotOSX;
|
|
};
|
|
name = Debug;
|
|
};
|
|
6581071711DE809D0049FB12 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
|
PRODUCT_NAME = OpenPilotOSX;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "OpenPilotOSX" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB928A08733DD80010E9CD /* Debug */,
|
|
1DEB928B08733DD80010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
6581071A11DE80A30049FB12 /* Build configuration list for PBXLegacyTarget "OpenPilotOSX" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
6581071611DE809D0049FB12 /* Debug */,
|
|
6581071711DE809D0049FB12 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
}
|