summaryrefslogtreecommitdiff
path: root/src/stm/ao_arch.h
Commit message (Expand)AuthorAge
* altos: Fix several mis-specified time typesKeith Packard2019-02-25
* altos: Declare task stack as union of uint8_t and uint32_tKeith Packard2019-02-18
* altos: Add 'void' to function declarations with no params.Keith Packard2019-02-18
* altos: Clean up AO_ROMCONFIG bitsKeith Packard2018-10-13
* altos: Remove 8051 address space specifiersKeith Packard2018-10-13
* altos: Switch to newlib-nano for libc on armKeith Packard2018-10-13
* altos/stm: Let products override AO_LED_TYPE for stm processorsKeith Packard2018-06-17
* altos/stm: Add per-LED port/pin mode in LED codeKeith Packard2018-05-16
* altos/stm: Allow use basepri instead of primask for masking interruptsKeith Packard2017-02-20
* altos/stm: Interrupt priority is in the upper bits of the priority maskKeith Packard2017-02-20
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
* altos/stm: Allow apps to define different stack sizeKeith Packard2016-03-26
* altos/stm: Use flash address of boot loader instead of 0x0Keith Packard2014-05-12
* altos: Report battery, apogee and main voltages over APRSKeith Packard2014-01-15
* altos: Initial TeleMetrum v2.0 bitsKeith Packard2013-08-27
* altos/stm: Create per-product flash loadersKeith Packard2013-05-07
* altos/stm-flash: Check target flash address against AO_BOOT_APPLICATION_BASEKeith Packard2013-05-07
* altos: Use flash loader on all STM productsKeith Packard2013-05-07
* altos: Use SYSTICK on STM32LKeith Packard2013-05-07
* altos: Make stdio 8-bit clean by making pollchar return intKeith Packard2012-11-30
* altos: Clean up stm arch macros a bit.Keith Packard2012-10-25
* altos: Replace __critical usage with ao_arch_critical as neededKeith Packard2012-10-25
* altos: profiling on STM32LKeith Packard2012-10-25
* altos: Expose a signed version of the tick countKeith Packard2012-08-27
* altos: Shrink STM stack sizeKeith Packard2012-08-26
* altos: Place STM config values at fixed addresses for re-useKeith Packard2012-07-17
* stm: running out of memory in MM -- reduce stack to 668 bytesKeith Packard2012-07-14
* altos: Increase default STM stack to 648 bytesKeith Packard2012-06-27
* altos: Optimize FEC encode and decodeKeith Packard2012-06-26
* altos: Be more careful about register save/restore in ao_yieldKeith Packard2012-06-17
* altos: Massive product config cleanupKeith Packard2012-04-14
* altos: Add STM ao_arch_reboot implementationKeith Packard2012-04-14
* altos: Make STM clock configuration per-product. Fix 32MHz CPU speedKeith Packard2012-04-09
* altos: Add support for STM ADCKeith Packard2012-04-07
* Get config stuff hooked up for MegaMetrumKeith Packard2012-03-28
* Use 16-bits for STM32 LED mask. Export serial I/O functionsKeith Packard2012-03-28
* Allow any STM usart to be used for stdioKeith Packard2012-03-28
* Move LCD string output code to ao_lcd_font.cKeith Packard2012-03-28
* Add LCD device driver to STM32L portKeith Packard2012-03-28
* Save/restore PRIMASK register on Cortex-M3Keith Packard2012-03-28
* Basic OS running on STM32LKeith Packard2012-03-28
* Add stm-demo programKeith Packard2012-03-28
* Add STM platform and stm-bringup demo programKeith Packard2012-03-28