1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/pios/stm32f4xx
Alessio Morale 233dec6d8d OP-1379 - Various fixes and additions
- Support blocks of led for notification (that is a certain number of leds between a min and a max index);
- Fix an issue with bogus colours on fast updates at LED N°0.
- Add NOTIFY_SEQUENCE_NULL to skip handling a specific alarm status;
- Adjust sequences and add Config and Receiver Alarms;
- fix issue with Alarm trigger/repetition;
- Enables Notify module only if a WS281x output is enabled.
- Add some documentation for sequence/alarm definitions (sequences.h)
- Make sequences more coherent. All GPS related info are now shown in green.
- Revert to original blinking rate for onboard led
- add Notify on DiscoveryF4Bare target
2014-09-06 12:11:53 +02:00
..
inc OP-1033 removed useless self inclusion of f4 usb_conf.h 2014-03-02 14:47:17 +01: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-943 change make scripts to defines automatically PIOS_TARGET_PROVIDES_FAST_HEAP when available 2014-06-11 22:15:40 +02:00
link_stm32f4xx_bl_memory.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
link_stm32f4xx_fw_memory.ld Rename flight/PiOS->flight/pios 2013-04-25 13:13:41 +03:00
link_stm32f4xx_sections_compat.ld OP-917 included a "compatibility" linker script used by the bootloader updater to ensure its compatibility with previous bootloader versions 2013-05-01 01:14:30 +02:00
link_stm32f4xx_sections.ld OP-943 Add Malloc for "FastHeap" (ccsram) 2014-06-11 22:15:30 +02:00
pios_adc.c OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +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-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +02: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 OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +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 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 Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_tim.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_usart.c OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +02:00
pios_usb_cdc.c OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +02: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 OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +02:00
pios_usbhook.c Revert "some optimizations, use real rx and tx buffer size instead of max buffer leghts" 2013-06-05 19:01:01 +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-1379 - Various fixes and additions 2014-09-06 12:11:53 +02:00
startup.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
vectors_stm32f4xx.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00