summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * altos: Shorten help stringsKeith Packard2012-04-07
| * altos: Save memory in ao_config.cKeith Packard2012-04-07
| * altos: Save memory in ao_cmd.cKeith Packard2012-04-07
| * altos: Add fake install/uninstall targets for stm-bringupKeith Packard2012-04-07
| * altosui: Radio channel gets set to zero by altos when frequency is setKeith Packard2012-04-07
| * altos: Shuffle stm-demo SPI test code around a bitKeith Packard2012-04-06
| * altos: Declare stm DMA address registers as volatile void *Keith Packard2012-04-06
| * altos: Disable DMA unit when idleKeith Packard2012-04-06
| * altos: Disable STM SPI transceiver when idleKeith Packard2012-04-06
| * altos: Add DMA, SPI and MS5607 driversKeith Packard2012-04-06
| * altos: megametrum builds an ELF file, not an IHX fileKeith Packard2012-04-02
| * 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
| * be explicit in a couple places about only using single-cell LiPo batteriesBdale Garbee2012-03-31
| * use explicit path not $(HOME) to find ARM toolchain for nowBdale Garbee2012-03-31
| * add config file for gdb use with MegaMetrum via Olimex dongleBdale 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
| * openocd config file for MegaMetrumBdale Garbee2012-03-31
| * Bump version to 1.0.9.41.0.9.4Keith Packard2012-03-28
| * 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