summaryrefslogtreecommitdiff
path: root/src/stm
Commit message (Expand)AuthorAge
* altos: Add ao_gpi_set/clr_bits functionsKeith Packard2015-12-23
* altos: Replace ao_alarm/ao_clear_alarm with ao_sleep_forKeith Packard2015-02-13
* altos/stm: Add ability to delay STDIO usage for serial portsKeith Packard2015-02-01
* altos/stm: Fix typo in stm32l.hKeith Packard2015-01-26
* ao-tools: Add --wait option to ao-usbloadKeith Packard2015-01-25
* altos: Add support for TeleBT v3.0Keith Packard2015-01-24
* altos: Mark STM ao_spi_send as taking const pointerKeith Packard2014-10-24
* altos: Rework packet receive for cc1120Keith Packard2014-07-05
* altos: Fake flight code changes in kernel and stmKeith Packard2014-05-27
* altos: stm and lpc ao_boot.h were identical. move to kernel.Keith Packard2014-05-15
* altos: Use explicit boot loader signal in ao_boot_rebootKeith Packard2014-05-15
* altos/stm: Use #define'd constants for GPIO register addressesKeith Packard2014-05-12
* altos/stm: Figure out available flash space based on chip id registersKeith Packard2014-05-12
* altos/stm: White space fix in ao_boot_pin.cKeith Packard2014-05-12
* altos/stm: Use flash address of boot loader instead of 0x0Keith Packard2014-05-12
* altos: Simplify quadrature trackingKeith Packard2014-05-09
* altos: Rename 'core' to 'kernel'Keith Packard2014-04-05
* altos: Expose ao_usb_running globallyKeith Packard2014-02-18
* altos: Fixup named ADC printingKeith Packard2014-02-08
* altos/stm: Block interrupts while reprogramming flashKeith Packard2014-02-08
* altos: Enable system timer in flash loader and prod watchdog with itKeith Packard2014-02-08
* altos: Add names when reporting STM ADC valuesKeith Packard2014-02-08
* altos: Report battery, apogee and main voltages over APRSKeith Packard2014-01-15
* altos: Turn on -Werror for STM and LPC buildsKeith Packard2013-12-20
* altos/stm: Turn on -WextraKeith Packard2013-12-20
* altos: Clean up -Wextra warningsKeith Packard2013-12-20
* altos: Turn on -Wall for stm compilesKeith Packard2013-12-20
* altos: Clean up some minor warnings from -WallKeith Packard2013-12-20
* altos/stm: Semantic error in STM usb disable caused it to not workKeith Packard2013-12-18
* altos/stm: Update pdclib paths for flash-loader buildsKeith Packard2013-12-18
* altos: Build pdclib locally if necessaryKeith Packard2013-12-18
* altos: Use all 16 bits of setup packet len when limiting reply lenKeith Packard2013-12-17
* altos/stm: arm-none-eabi-binutils now puts 'main' into .text.startupKeith Packard2013-12-08
* altos: Change flash loader name to just AltosFlashKeith Packard2013-12-08
* altos: Build .ihx files for all arm projectsKeith Packard2013-12-08
* altos: Allow use of internal EEPROM for config storageKeith Packard2013-11-12
* altos: Add gyro-based orientation trackingKeith Packard2013-10-25
* altos: Use installed pdclibKeith Packard2013-10-10
* Add --with parameters to configure for compiler selectionnew-stateKeith Packard2013-10-08
* altos/stm: New GAS version requires flags in APSR assignmentKeith Packard2013-10-08
* altos/lpc, altos/stm: ARM requires ISB after switching stack pointersKeith Packard2013-10-07
* altos/stm: Make sure we switch to MSI during timer initKeith Packard2013-08-28
* altos/stm: Remove stale timer definesKeith Packard2013-08-28
* altos/stm: Make sampling profiler work againKeith Packard2013-08-28
* altos/stm: New compiler doesn't correctly build flash bits yetKeith Packard2013-08-28
* altos: Initial TeleMetrum v2.0 bitsKeith Packard2013-08-27
* altos: Add fast-timer API. Use for quadrature and button driversKeith Packard2013-06-09
* altos: Add debounce helper. Use in button and quadrature drivers for TeleLCOKeith Packard2013-06-09
* Merge branch 'lpc'Keith Packard2013-05-21
|\
| * altos: Add EXTI_PIN_NOCONFIGURE to exti interface, use for MS5607Keith Packard2013-05-19