summaryrefslogtreecommitdiff
path: root/src/stm/ao_timer.c
Commit message (Expand)AuthorAge
* altos: add ao_time_ns APIKeith Packard2019-02-25
* altos: Remove 8051 address space specifiersKeith Packard2018-10-13
* altos: Allow timer interrupt without needing tick countKeith Packard2018-08-15
* altos/stm: Enable HSI timer when HAS_ADC_SINGLE is setKeith Packard2018-05-28
* 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: Validate current task SP in interrupt by looking at PSPKeith Packard2016-03-26
* altos: Fake flight code changes in kernel and stmKeith Packard2014-05-27
* altos: Enable system timer in flash loader and prod watchdog with itKeith Packard2014-02-08
* 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: Allow core timer to be excluded from buildKeith Packard2013-05-07
* altos: Use SYSTICK on STM32LKeith Packard2013-05-07
* altoslib/altosui: Carry receiver status around in AltosListenerStateKeith Packard2013-04-09
* altos: Provide ao_task_alarm_tick to reduce per-tick costKeith Packard2012-10-26
* altos: Add task queues.Keith Packard2012-10-25
* altos: Replace __critical usage with ao_arch_critical as neededKeith Packard2012-10-25
* altos/stm: Stop spewing clock out PA8 pinKeith Packard2012-10-21
* altos/stm: Fix basic time interval to 10ms -- was 10.1msKeith Packard2012-09-09
* altos: Fix ao_delay function and move from per-chip code to ao_task.cKeith Packard2012-08-28
* altos: Trigger sample complete when all data are readyKeith Packard2012-08-26
* altos: Add button driver and event queueKeith Packard2012-08-06
* altos: Make ao_tick_count visibleKeith Packard2012-07-16
* altos: Optimize FEC encode and decodeKeith Packard2012-06-26
* altos: Timers clock base depends on perhipheral bus prescalers tooKeith Packard2012-06-01
* altos: Rework how STM clocks are initialized.Keith Packard2012-04-14
* altos: Make STM clock configuration per-product. Fix 32MHz CPU speedKeith Packard2012-04-09
* 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