summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* altos: Move SPI functions to architecture-specific locationKeith Packard2012-04-02
* altos: Oops. Set per-USART STM baud rate register instead of usart1Keith Packard2012-04-02
* use explicit path not $(HOME) to find ARM toolchain for nowBdale Garbee2012-03-31
* Build megametrum-v0.1 by defaultKeith Packard2012-03-31
* altos: Add stub cc1120 driverKeith Packard2012-03-31
* altos: Move cc1111 DMA engine interface to cc1111/ao_arch.h from ao.hKeith Packard2012-03-31
* altos: Move cc1111 AES driver to cc1111 directoryKeith Packard2012-03-31
* altos: Add ao_freq.c to megametrum buildKeith Packard2012-03-28
* stm-demo does not use altitude.hKeith Packard2012-03-28
* Use -Os for STM apps. Fix altos.ld to matchall .rodata* sectionsKeith Packard2012-03-28
* Get config stuff hooked up for MegaMetrumKeith Packard2012-03-28
* Add preliminary MegaMetrum v0.1 supportKeith Packard2012-03-28
* Use new Makefile.defs in stm-demoKeith Packard2012-03-28
* Use 16-bits for STM32 LED mask. Export serial I/O functionsKeith Packard2012-03-28
* Allow skytraq to be on non-default serial portKeith Packard2012-03-28
* Allow for more than 8 LEDsKeith Packard2012-03-28
* Clean up STM build by moving common defs to Makefile.defsKeith Packard2012-03-28
* Make stm-demo display a scrolling messageKeith Packard2012-03-28
* Flush LCD changes each time the text is updatedKeith Packard2012-03-28
* Automatically set ALTERNATE pin mode when setting alternate functionKeith Packard2012-03-28
* Allow any STM usart to be used for stdioKeith Packard2012-03-28
* Allow for more than one serial port in core AltOSKeith 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
* Add defines for LCD controller and RTC clockingKeith Packard2012-03-28
* Actually enable usarts with the new usart codeKeith Packard2012-03-28
* Clean up multiple serial port support for STM32LKeith Packard2012-03-28
* Add support for multiple serial ports on STM32LKeith Packard2012-03-28
* Save/restore PRIMASK register on Cortex-M3Keith Packard2012-03-28
* Don't disable interrupts before saving interrupt flag on AVRKeith Packard2012-03-28
* Add .gitignore file to stm-bringupKeith Packard2012-03-28
* Fix STM LED driver and blink LEDs on discovery boardKeith Packard2012-03-28
* Basic OS running on STM32LKeith Packard2012-03-28
* Add AO_PANIC_STACKKeith Packard2012-03-28
* When debugging, send ao_panic message to ao_debug_outKeith Packard2012-03-28
* When debugging, send pre-init output to ao_debug_outKeith Packard2012-03-28
* Incorrect type in ao_task_info for wchanKeith Packard2012-03-28
* Add stm-demo programKeith Packard2012-03-28
* Add stm bringup timers and move most of the setup code to the stm dirKeith Packard2012-03-28
* Add STM platform and stm-bringup demo programKeith Packard2012-03-28
* 'stdin' is a special name in some compiler environments, don't use it.Keith Packard2012-03-28
* altos: Make sure config values are loaded in 'c s' commandKeith Packard2012-03-28
* altos: Reset config version if it's too large as wellKeith Packard2012-03-27
* altos: Optimize ao_freq_to_set a bitKeith Packard2012-03-27
* Do radio settings solely by frequencyKeith Packard2012-03-26
* altos: Require callsign match in packet codeKeith Packard2012-03-26
* altos: Set correct registers for serial0 baudKeith Packard2012-01-03
* altos: flush stdout when fifo from arduino serial port is emptyKeith Packard2012-01-03
* Build teleshield by defaultKeith Packard2012-01-03
* altos: Add support for UART0 in async modeKeith Packard2012-01-03