| Commit message (Expand) | Author | Age |
| * | altos: Change flash loader name to just AltosFlash | Keith Packard | 2013-12-08 |
| * | altos: Build .ihx files for all arm projects | Keith Packard | 2013-12-08 |
| * | altos: Use installed pdclib | Keith Packard | 2013-10-10 |
| * | Add --with parameters to configure for compiler selectionnew-state | Keith Packard | 2013-10-08 |
| * | altos: Rename easymini-v0.1 to easymini-v1.0 | Keith Packard | 2013-10-07 |
| * | altos/lpc, altos/stm: ARM requires ISB after switching stack pointers | Keith Packard | 2013-10-07 |
| * | altos/lpc: Add bits for building flash loaders | Keith Packard | 2013-08-31 |
| * | Merge branch 'master' into telegps-v0.3 | Keith Packard | 2013-08-25 |
| |\ |
|
| | * | altos: Wake up on LPC usart ISR only once | Keith Packard | 2013-08-25 |
| | * | altos: Set default LPC stack to 512 bytes, Em to 384 bytes | Keith Packard | 2013-08-25 |
| | * | altos: Use installed arm compiler for LPC | Keith Packard | 2013-08-25 |
| | * | altos/lpc: Stop using burst mode for LPC ADC | Keith Packard | 2013-08-25 |
| * | | altos: Wake up on LPC usart ISR only once | Keith Packard | 2013-08-17 |
| * | | altos: Set default LPC stack to 512 bytes, Em to 384 bytes | Keith Packard | 2013-08-17 |
| * | | altos/lpc: Rename serial port to 'serial0' | Keith Packard | 2013-07-02 |
| |/ |
|
| * | altos/lpc: Add boot loader | Keith Packard | 2013-06-24 |
| * | altos/lpc: Don't disable all interrupts when disabling one interrupt | Keith Packard | 2013-06-22 |
| * | altos/lpc: Remove ao_usb_task structure | Keith Packard | 2013-06-22 |
| * | altos/lpc: Enable brown-out-detector | Keith Packard | 2013-06-22 |
| * | altos/lpc: Get rid of ADC filter | Keith Packard | 2013-06-17 |
| * | altos/lpc: Get the IRC turned off after boot time | Keith Packard | 2013-06-17 |
| * | altos/lpc: Remove spurious semicolon | Keith Packard | 2013-06-16 |
| * | altos/lpc: Don't disable all of the clocks just yet, USB doesn't work | Keith Packard | 2013-06-16 |
| * | altos/lpc: Turn off more clocks, disable USART for easymini | Keith Packard | 2013-06-16 |
| * | altos/lpc: Filter ADC inputs | Keith Packard | 2013-06-15 |
| * | altos/lpc: Make ADC inputs work | Keith Packard | 2013-06-15 |
| * | altos/lpc: Force idle mode if USB gets an address during boot time | Keith Packard | 2013-05-19 |
| * | altos/lpc: Reset SPI device at startup time | Keith Packard | 2013-05-19 |
| * | altos/lpc: Configuring wrong pin for SPI1 MOSI | Keith Packard | 2013-05-19 |
| * | altos/lpc: Allow for alternate SPI SCLK0 pin usage | Keith Packard | 2013-05-19 |
| * | altos/lpc: Leave SPI enabled all the time | Keith Packard | 2013-05-19 |
| * | altos/lpc: Create TX/RX busy macros for SPI driver | Keith Packard | 2013-05-19 |
| * | altos/lpc: Fix beeper driver | Keith Packard | 2013-05-19 |
| * | altos/lpc: Missing parens around ao_gpio_set macro | Keith Packard | 2013-05-19 |
| * | altos/lpc: SPI runs off main clock (48MHz), not sysclk (24MHz) | Keith Packard | 2013-05-19 |
| * | altos/lpc: Pull ADC data from the correct registers | Keith Packard | 2013-05-19 |
| * | altos/lpc: Don't use loader to place USB endpoint data in USB ram | Keith Packard | 2013-05-19 |
| * | altos: Add EXTI_PIN_NOCONFIGURE to exti interface, use for MS5607 | Keith Packard | 2013-05-19 |
| * | altos/lpc: Make EXTI code work. | Keith Packard | 2013-05-19 |
| * | altos/lpc: Stick USB control structure in USB memory | Keith Packard | 2013-05-18 |
| * | altos/lpc: Use separate interrupt stack | Keith Packard | 2013-05-18 |
| * | altos/lpc: Try a smaller stack. | Keith Packard | 2013-05-18 |
| * | altos/lpc: Add pin interrupt driver | Keith Packard | 2013-05-18 |
| * | altos/lpc: Add beep driver | Keith Packard | 2013-05-18 |
| * | altos/lpc: Add ADC driver | Keith Packard | 2013-05-18 |
| * | altos/lpc: add gpio int, spi, adc and ct32b defines to lpc.h | Keith Packard | 2013-05-18 |
| * | altos/lpc: Clean up broken IOCONF defines | Keith Packard | 2013-05-18 |
| * | altos/lpc: Fix ao_enable_input, add ao_enable_analog | Keith Packard | 2013-05-18 |
| * | altos: LPC interrupt priorities are just 0-3 | Keith Packard | 2013-05-18 |
| * | altos: Add LPC spi driver | Keith Packard | 2013-05-18 |