..
inc
LP-512 ws2811 led support for F3.
2017-05-25 22:08:34 +02:00
libraries
LP-602 better fix for USB IRQ lockup issue
2018-10-15 13:09:18 +02:00
library.mk
LP-512 Initial F3 support
2017-05-25 22:08:16 +02:00
link_STM32F4xx_DI_bl_memory.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_DI_fw_memory.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_DI_sections_compat.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_DI_sections.ld
LP-173 Add settings initcall type. Add SETTINGS_INITIALISE_ALL to board files. Remove all manual settings objects initializations.
2017-10-17 13:25:25 +02:00
link_STM32F4xx_OSD_bl_memory.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_OSD_fw_memory.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_OSD_sections_compat.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_OSD_sections.ld
LP-173 Add settings initcall type. Add SETTINGS_INITIALISE_ALL to board files. Remove all manual settings objects initializations.
2017-10-17 13:25:25 +02:00
link_STM32F4xx_RM_bl_memory.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_RM_fw_memory.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_RM_sections_compat.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_RM_sections.ld
LP-173 Add settings initcall type. Add SETTINGS_INITIALISE_ALL to board files. Remove all manual settings objects initializations.
2017-10-17 13:25:25 +02:00
link_STM32F4xx_RN_bl_memory.ld
REVONANO - Change target to 411, fix ram and flash extents, raise clock to 96MHz (cannot do 100 because of USB) , cleanup spl
2015-05-18 21:29:57 +02:00
link_STM32F4xx_RN_fw_memory.ld
REVONANO - Change target to 411, fix ram and flash extents, raise clock to 96MHz (cannot do 100 because of USB) , cleanup spl
2015-05-18 21:29:57 +02:00
link_STM32F4xx_RN_sections_compat.ld
REVONANO - Initial board support
2015-05-18 18:52:09 +02:00
link_STM32F4xx_RN_sections.ld
LP-173 Add settings initcall type. Add SETTINGS_INITIALISE_ALL to board files. Remove all manual settings objects initializations.
2017-10-17 13:25:25 +02:00
link_STM32F4xx_RP_bl_memory.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_RP_fw_memory.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_RP_sections_compat.ld
REVONANO - Allows per board linker scripts
2015-05-18 18:48:17 +02:00
link_STM32F4xx_RP_sections.ld
LP-173 Add settings initcall type. Add SETTINGS_INITIALISE_ALL to board files. Remove all manual settings objects initializations.
2017-10-17 13:25:25 +02:00
link_STM32F4xx_RQ_bl_memory.ld
modified: flight/pios/common/libraries/msheap/pios_msheap.c
2015-10-12 14:38:30 -04:00
link_STM32F4xx_RQ_fw_memory.ld
modified: flight/pios/common/libraries/msheap/pios_msheap.c
2015-10-12 14:38:30 -04:00
link_STM32F4xx_RQ_sections_compat.ld
modified: flight/pios/common/libraries/msheap/pios_msheap.c
2015-10-12 14:38:30 -04:00
link_STM32F4xx_RQ_sections.ld
LP-173 Add settings initcall type. Add SETTINGS_INITIALISE_ALL to board files. Remove all manual settings objects initializations.
2017-10-17 13:25:25 +02:00
pios_adc.c
OP-1828 - Add support for optional analog inputs
2015-04-09 00:25:53 +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
uncrustify
2016-01-04 21:41:45 +01: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_exti.c
Uncrustify
2016-07-03 17:10:46 +02:00
pios_flash_internal.c
modified: flight/pios/common/libraries/msheap/pios_msheap.c
2015-10-12 14:38:30 -04: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-529 [F3] [I2C] Move i2c bus unlocking down to irq, to save one context switch and make bus available for use by other drivers sooner.
2017-06-14 16:10:50 +02: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_overo.c
OP-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +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-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +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-1395 add a vTaskDelay when waiting for dma transfer to complete when using FreeRTOS.
2014-07-08 02:54:17 +02:00
pios_sys.c
LP-512 Cleaned up buzzer configuration and usage for boards with dedicated buzzer port.
2017-06-02 11:46:29 +02:00
pios_tim.c
LP-72 uncrustify
2016-05-25 13:51:41 +02:00
pios_usart.c
LP-512 pios_usart: Shared ports support: Initializing same uart multiple times will return shared driver instance. Added uart configuration locking ioctl.
2017-05-30 15:08:32 +02:00
pios_usb_cdc.c
LP-602 Re-enable rx_status checking in usb_csc to optionally reenable rx after reset
2018-10-16 15:56:17 +02: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.c
LP-602 Fix regression of bootloader which checks for USB availability without initialising it, so it really needs to check if the cable is present (gpio check)
2018-10-16 11:44:01 +02:00
pios_usbhook.c
LP-602 significant change to USB layer. force complete USB stack reset on replug/reset from host device
2018-10-16 11:43:50 +02:00
pios_wdg.c
OP-1272 Fix STM32F4 Watchdog in debug mode
2014-03-22 18:44:47 +01:00
pios_ws2811.c
LP-512 Addressed most of the PR comments.
2017-05-26 01:06:31 +02:00
startup.c
REVONANO - exclude ccram stuffs
2015-05-18 18:55:26 +02:00
vectors_stm32f4xx.c
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
2013-05-19 17:37:30 +03:00