summaryrefslogtreecommitdiff
path: root/src/stm
Commit message (Expand)AuthorAge
* altos: Add support for 115200 baud serial ratesKeith Packard2012-11-30
* altos: Make stdio 8-bit clean by making pollchar return intKeith Packard2012-11-30
* altos/stm: Support LEDs on multiple portsKeith Packard2012-11-01
* altos: Provide ao_task_alarm_tick to reduce per-tick costKeith Packard2012-10-26
* altos: Leave interrupts disabled while checking for task to runKeith Packard2012-10-26
* altos: Clean up stm arch macros a bit.Keith Packard2012-10-25
* altos: Switch drivers to ao_arch_block/release_interruptsKeith Packard2012-10-25
* altos: Add task queues.Keith Packard2012-10-25
* altos: Add stack-guard code. Uses STM MPU to trap stack overflow.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: Force beep timer regs reload when enabling beeperKeith Packard2012-10-25
* altos/stm: Stop spewing clock out PA8 pinKeith Packard2012-10-21
* Merge branch 'master' into mm-ms5611Keith Packard2012-10-18
|\
| * altos/stm: Declare all SPI bus speedsKeith Packard2012-10-15
* | altos: Go back to recording sensor data in globalsmm-ms5611Keith Packard2012-10-08
* | altos/stm: Set SPI clock high for disabled SPI bussesKeith Packard2012-10-06
* | altos/stm: Clean up SPI pin configuration codeKeith Packard2012-10-06
|/
* altos/stm: Fix basic time interval to 10ms -- was 10.1msKeith Packard2012-09-09
* altos: Oops. forgot ao_data.cKeith Packard2012-08-28
* altos: Explicitly erase memory in STM eeprom driver.Keith Packard2012-08-28
* altos: Fix ao_delay function and move from per-chip code to ao_task.cKeith Packard2012-08-28
* altos: Enable STM SYSCFG when routing EXTIKeith Packard2012-08-28
* altos: No need to initialize EXTI priorities at startup timeKeith Packard2012-08-28
* altos: Expose a signed version of the tick countKeith Packard2012-08-27
* altos: Provide interface for STM LCD driver.Keith Packard2012-08-27
* altos: Trigger sample complete when all data are readyKeith Packard2012-08-26
* altos: Shrink STM stack sizeKeith Packard2012-08-26
* altos: Allow STM SPI bus on multiple pin setsKeith Packard2012-08-18
* altos: Add button driver and event queueKeith Packard2012-08-06
* altos: Add ao_gpio_get and ao_exti_set_modeKeith Packard2012-08-06
* altos: Add driver for STM internal flashKeith Packard2012-07-29
* altos: Add software AES implementationKeith Packard2012-07-29
* altos: Place STM config values at fixed addresses for re-useKeith Packard2012-07-17
* altos: Make ao_tick_count visibleKeith Packard2012-07-16
* src: Add explicit 'pin' argument to ao_enable_outputKeith Packard2012-07-14
* altos/stm: Expose ao_gpio_set which sets a specific GPIO pinKeith Packard2012-07-14
* stm: running out of memory in MM -- reduce stack to 668 bytesKeith Packard2012-07-14
* altos/stm: Force STM stack to start at the top of RAMKeith Packard2012-07-14
* altos: Increase default STM stack to 648 bytesKeith Packard2012-06-27
* altos: Clean up STM I2C clock computationsKeith Packard2012-06-27
* altos: get MPU6000 I2C link working reliablyKeith Packard2012-06-27
* altos: reorder stm USB state stores to avoid racesKeith Packard2012-06-27
* altos: include targe SPI speed in get requestKeith Packard2012-06-27
* altos: Wait for i2c START condition before setting interrupt bitsKeith Packard2012-06-27
* altos: stm i2c debug code was calling flush() even when disabledKeith Packard2012-06-27
* altos: mpu6000 requires a delay during startKeith Packard2012-06-27
* altos: Create a 32-bit 1MHz timer for use in profiling executionKeith Packard2012-06-26
* altos: Optimize FEC encode and decodeKeith Packard2012-06-26
* altos: Clean up usage of port parametersKeith Packard2012-06-26