.. |
inc
|
REVONANO - Update SPL to 1.3.0
|
2015-05-18 18:48:18 +02:00 |
libraries
|
REVONANO - Fix Prescaler settings for APB1 and 2 (48MHz and 96MHz)
|
2015-05-18 21:30:04 +02:00 |
library.mk
|
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_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
|
REVONANO - Allows per board linker scripts
|
2015-05-18 18:48:17 +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
|
REVONANO - Allows per board linker scripts
|
2015-05-18 18:48:17 +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
|
REVONANO - Allows per board linker scripts
|
2015-05-18 18:48:17 +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
|
REVONANO - exclude ccram stuffs
|
2015-05-18 18:55:26 +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
|
REVONANO - Allows per board linker scripts
|
2015-05-18 18:48:17 +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
|
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
|
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
|
2013-05-19 17:37:30 +03:00 |
pios_dsm.c
|
OP-1803 Disable untested DSM link quality code
|
2015-05-08 07:42:32 +01:00 |
pios_exti.c
|
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
|
2013-05-19 17:37:30 +03: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
|
REVONANO - Support distinct remaps for SDA and SCL
|
2015-05-18 18:54:52 +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
|
OP-943 uses pios_mem API for heap allocation
|
2014-06-11 22:15:40 +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_servo.c
|
OP-1683 - Remove dead code
|
2015-02-11 22:33:58 +01: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
|
REVONANO - some cleanup
|
2015-05-18 21:30:02 +02:00 |
pios_tim.c
|
OP-922 Fix typo in pios_tim.c
|
2014-08-16 16:58:15 +02:00 |
pios_usart.c
|
REVONANO uncrustify pios_usart
|
2015-05-21 22:18:36 +10:00 |
pios_usb_cdc.c
|
OP-1849 Hooks all in place for CDC line state changes to drive port GPIO for DTR
|
2015-04-26 03:05:47 +01:00 |
pios_usb_hid.c
|
OP-943 uses pios_mem API for heap allocation
|
2014-06-11 22:15:40 +02:00 |
pios_usb.c
|
REVONANO - Initial board support
|
2015-05-18 18:52:09 +02:00 |
pios_usbhook.c
|
OP-1536 Send only the available bytes, not the entire buffer, to the USB CDC RX callback function
|
2014-10-10 23:51:04 +02:00 |
pios_wdg.c
|
OP-1272 Fix STM32F4 Watchdog in debug mode
|
2014-03-22 18:44:47 +01:00 |
pios_ws2811.c
|
OP-1652 Fix comment
|
2015-01-24 00:56:31 +01:00 |
startup_stm32f401xx.s
|
REVONANO - Initial board support
|
2015-05-18 18:52:09 +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 |