1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00
LibrePilot/flight/pios/stm32f10x
2017-05-18 12:41:31 +02:00
..
inc Merged in mindnever/librepilot/LP-480_pios_board_com_port_setup_refactoring (pull request #418) 2017-05-15 18:59:06 +00:00
libraries OP-1274 update freertos files. Architecture specific files are left into their original FreeRTOS folder structure 2014-05-18 22:53:23 +02:00
library.mk OP-1274 update freertos files. Architecture specific files are left into their original FreeRTOS folder structure 2014-05-18 22:53:23 +02:00
link_stm32f10x_HD.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
link_stm32f10x_MD.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
link_STM32103CB_CC_Rev1_BL_sections.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
link_STM32103CB_CC_Rev1_memory.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
link_STM32103CB_CC_Rev1_sections.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
link_STM32103CB_OPLINKMINI_BL_sections.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
link_STM32103CB_OPLINKMINI_memory.ld Internal flash settings for F1 2013-05-14 22:58:05 +02:00
link_STM32103CB_OPLINKMINI_sections.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
pios_adc.c Merge branch 'amorale/OP-943_add_malloc_for_ccsram' into next 2014-06-22 19:31:03 +02:00
pios_bkp.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_bl_helper.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_debug.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_delay.c LP-479 Initial DShot implementation, F4 & F1 2017-04-25 14:10:07 +02:00
pios_eeprom.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_exti.c Uncrustify 2016-07-03 17:10:46 +02:00
pios_flash_internal.c OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +02:00
pios_gpio.c Moves pios_led functionality to pios_gpio and makes pios_led a thin layer over pios_gpio. Supports configuring multiple sets of GPIOs. 2013-07-28 07:01:08 -07:00
pios_i2c.c LP-444 Improved I2C alarm handling by monitoring error count changes returned by PIOS_I2C_GetDiagnostics(). 2016-12-05 13:02:36 +01:00
pios_irq.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_ppm_out.c OP-922 Fix missing ppm_id to ppm_out_id rename 2014-08-16 16:58:16 +02:00
pios_ppm.c LP-326 Reduce minimal sync pulse lenght to 2700µs 2016-05-31 08:03:15 +02:00
pios_pwm.c OP-1812 - Fix the failsafe issue with PWM inputs 2015-04-01 20:36:10 +02:00
pios_rtc.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_spi.c OP-1553 OPLink does not work as non coordinator 2014-10-20 21:46:14 +02:00
pios_sys.c LP-519 F1: revert pios_sys.c clock management. Due to older (than f3 & f4) gpio architecture, we should not allow clocks for multiple peripherals with alternate functions routed to same io pin. 2017-05-18 12:41:31 +02:00
pios_tim.c LP-484 Set correct servo out bank mode (PWM). Enable TIM1_UP_IRQ to fix PPM input @main port for oplinkmini target. Move ComUsbBridge to OPTMODULES for oplinkmini target. 2017-02-21 16:44:29 +01:00
pios_usart.c LP-519 F1: revert pios_sys.c clock management. Due to older (than f3 & f4) gpio architecture, we should not allow clocks for multiple peripherals with alternate functions routed to same io pin. 2017-05-18 12:41:31 +02:00
pios_usb_cdc.c LP-413 This commit adds PIOS_COM_RegisterAvailableCallback() function. 2016-09-24 01:10:31 +02:00
pios_usb_hid_istr.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_usb_hid_pwr.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_usb_hid.c LP-343 Change return type from PIOS_COM_Available() to give extended status about RX and TX availability on given COM device. 2016-06-22 01:57:08 +02:00
pios_usb_rctx.c OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +02:00
pios_usb.c LP-413 This commit adds PIOS_COM_RegisterAvailableCallback() function. 2016-09-24 01:10:31 +02:00
pios_usbhook.c LP-377 Implement handling of USB_CDC_REQ_SET_LINE_CODING control request for F4 and F1 targets. Removes UsbComBridgeSpeed from hwsettings object. Removes GCS combo boxes related to UsbComBridgeSpeed. Fixes few places where UsbComBridgeSpeed was used for DebugConsole speed config. 2016-08-30 01:22:57 +02:00
pios_wdg.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
startup_stm32f10x_MD_CC.S Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
startup_stm32f10x_MD_PX.S Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00