summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* two versions of telemini outline document nowdebian/1.7-1Bdale Garbee2017-04-24
|
* all existing patches merged in upstream 1.7 releaseBdale Garbee2017-04-24
|
* update changelog for Debian buildBdale Garbee2017-04-24
|
* Merge branch 'branch-1.7' into debianBdale Garbee2017-04-24
|\
| * update ChangeLog for 1.7 release1.7branch-1.7Bdale Garbee2017-04-24
| |
| * Bump to version 1.7Keith Packard2017-04-24
| | | | | | | | | | | | TeleMini v3.0 support Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: renamed AltosSensorTMini2, but didn't update AltosIdleFetchKeith Packard2017-04-24
| | | | | | | | | | | | Because Java found the old installed version of this library. Thanks! Signed-off-by: Keith Packard <keithp@keithp.com>
| * update copyright year in docsBdale Garbee2017-04-24
| |
| * altos/ao_pad.c: Use #if HAS_LOG instead of #ifdef HAS_LOGKeith Packard2017-04-24
| | | | | | | | | | | | TeleFire v0.1 defines HAS_LOG to 0. Signed-off-by: Keith Packard <keithp@keithp.com>
| * doc: Errors in the TeleMini v3.0 updates found by BdaleKeith Packard2017-04-24
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Move old AO_LAUNCH defines to cc1111/ao_launch.hKeith Packard2017-04-22
| | | | | | | | | | | | These were getting accidentally used by ao_pad.c Signed-off-by: Keith Packard <keithp@keithp.com>
| * allow multiple tests to be logged on telefiretwo without rebootingBdale Garbee2017-04-23
| |
| * implement static test start and stop protocol for telefiretwo+telebtBdale Garbee2017-04-22
| |
| * eliminate spurious close bracesBdale Garbee2017-04-22
| |
| * add static test start and stop commands to radio protocol for telefiretwoBdale Garbee2017-04-22
| |
| * enable logging support in telefiretwoBdale Garbee2017-04-22
| |
| * cobble up a command to toggle logging on/off on TeleFireTwoBdale Garbee2017-04-22
| |
| * a stab at turning on rudimentary logging for telefiretwoBdale Garbee2017-04-22
| |
| * altoslib: Add TeleFireTwo eeprom supportKeith Packard2017-04-22
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * fleshing out logging for telefiretwoBdale Garbee2017-04-22
| |
| * enable spi flash on telefiretwoBdale Garbee2017-04-22
| |
| * fix TeleFireTwo product name in ao-list outputBdale Garbee2017-04-22
| |
| * altos/stmf0: Pull beeper pin low when beeper is offKeith Packard2017-04-21
| | | | | | | | | | | | | | This avoids having the pin float and pick up noise from any adjacent signals, like TeleMini's radio. Signed-off-by: Keith Packard <keithp@keithp.com>
| * doc: Finish updates for v1.7Keith Packard2017-04-21
| | | | | | | | | | | | | | | | | | Scrub all TeleMini references and make sure they're fixed for v3. No 'emergency' mode yet. No reflashing yet. Add v1.7 release notes. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/lpc: Really fix aes entry in lpc vpathKeith Packard2017-04-21
| | | | | | | | | | | | I added another entry instead of fixing the existing one. Not ideal. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Replace turnon_telemini with v3 version. Add test-teleminiv3Keith Packard2017-04-21
| | | | | | | | | | | | Prepare for TeleMini v3.0 release. Signed-off-by: Keith Packard <keithp@keithp.com>
| * doc: Update TeleMini v3 photos to production unitKeith Packard2017-04-21
| | | | | | | | | | | | Replace prototype photos Signed-off-by: Keith Packard <keithp@keithp.com>
| * alots/stmf0: Fix vpath entry for AES directoryKeith Packard2017-04-21
| | | | | | | | | | | | Mis-placed ) Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/lpc,altos/stmf0: Use -n flag to work around link editor issueKeith Packard2017-04-21
| | | | | | | | | | | | | | | | | | Something changed in the link editor which makes it complain about 'no space for program headers' on LPC and STMF0 builds. Somehow, adding the '-n' flag to the linking step fixes it. It doesn't appear to break the build, so I guess it's ok? Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/telemini-v3.0: Remove vestiges of the pre-USB codeKeith Packard2017-04-21
| | | | | | | | | | | | | | | | | | Pre-USB telemini v3 designs had a separate firmware load for radio calibration. Now that we've got enough USB to perform flash/cal/test, we don't need that other firmware load, so we can remove the remaining Makefile remnants of the calibration load. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/lpc: Add (void *) cast to fix alignment warningKeith Packard2017-04-21
| | | | | | | | | | | | The -Wcast-align warning is generated when this cast is not present. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/lpc: Fix up Makefile definitionsKeith Packard2017-04-21
| | | | | | | | | | | | | | | | vpath reference to aes was busted. WARN_CFLAGS needs -Wcast-align. Wrap AO_CFLAGS. Signed-off-by: Keith Packard <keithp@keithp.com>
| * ao-test-baro: Be more lax about altitude checksKeith Packard2017-04-21
| | | | | | | | | | | | | | High pressure here today and the altimeter is reading -69m. Allow down to -100m when testing baro values. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/telemini-v3.0: Add flash loaderKeith Packard2017-04-19
| | | | | | | | | | | | | | Now that telemini has USB, use the boot loader to make it easy to update firmware. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/telemini-v3.0: Update to production hardwareKeith Packard2017-04-19
| | | | | | | | | | | | | | | | Removed LEDs. Added USB. Flipped lots of pins around. This appears to make telemini work. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/telebt-v3.0: Add LCO bits for testingKeith Packard2017-04-19
| | | | | | | | | | | | Add the USB commands for LCO testing to TeleBT v3.0 Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/telefiretwo-v0.2: Add AO_CC1200_SPI_SPEEDKeith Packard2017-04-19
| | | | | | | | | | | | Needed for products with different SPI speed options. Signed-off-by: Keith Packard <keithp@keithp.com>
| * add new ADC channels for telefiretwoBdale Garbee2017-04-19
| |
| * need top level Makefile tooBdale Garbee2017-04-18
| |
| * builds, loads, runs, not very useful yetBdale Garbee2017-04-18
| |
| * copy telefiretwo-v0.2 to start firmware for v1.0Bdale Garbee2017-04-18
| |
| * telegps-v2.0: Remove fec_tx code and ADC logging.Keith Packard2017-04-13
| | | | | | | | | | | | This gets telegps-v2.0 to link. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/stmf0: Split up rom load in altos.ld to make linker happyKeith Packard2017-04-13
| | | | | | | | | | | | | | The linker isn't happy when the .ld file tries to add text, the .exidx and .rodata segments in the same block. Split them up for success. Signed-off-by: Keith Packard <keithp@keithp.com>
| * cortexelf-v1: Fetch data at TPB rising when MWR or MRD are lowKeith Packard2017-04-13
| | | | | | | | | | | | This should get the right value at least. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/telegps: Inherit LDFLAGS from lpc make specificationKeith Packard2017-04-13
| | | | | | | | | | | | | | Somethings messed up with cortex-M0 linking, and this isn't helping as it overrides the LDFLAGS coming from the architecture. Signed-off-by: Keith Packard <keithp@keithp.com>
| * initial cut at telegps-v2.0 firmwareBdale Garbee2017-04-13
| |
| * cortexelf-v1: Initialize key matrix codeKeith Packard2017-04-09
| | | | | | | | | | | | This gets the hex keypad working. Signed-off-by: Keith Packard <keithp@keithp.com>
| * cortexelf-v1: Bump SPI pin speed to 40MHz to for sdcard. Fix VGA DMA.Keith Packard2017-04-09
| | | | | | | | | | | | | | Tell the DMA code to leave the DMA engine enabled so the VGA output can use it. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Use MP switch in cortexelf boot loader for force loader modeKeith Packard2017-04-09
| | | | | | | | | | | | | | Provide a way to get to the boot loader on the cortexelf board by turning the MP switch on. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Escape lisp REP loop with () inputKeith Packard2017-04-09
| | | | | | | | | | | | | | Provide a way to get out of a lisp read-eval-print loop that can be easily input from the keyboard. Signed-off-by: Keith Packard <keithp@keithp.com>