fw/altos
2022-12-20 Keith Packardaltos/lpc: i2c appears to be working lpc-spi
2022-12-19 Keith Packardaltos/lpc: Add debugging to i2c driver
2022-12-19 Keith Packardaltos: Start work on LPC I2C driver
2022-12-19 Keith Packardaltos/lpcxpresso: Fix up lpcxpressor demo
2022-12-19 Keith Packardaltos/lpc: Allow USB pull-up to be inverted
2022-12-18 Keith Packardaltos: Add TeleMega v6.0
2022-12-18 Keith Packardaltos: Add BMI088 test framework using Nucleo32 board...
2022-12-18 Keith Packarddrivers: Add BMI088 driver
2022-12-18 Keith Packardaltos: Add timeout in MS5607 get_sample code
2022-12-18 Keith Packardaltos/stmf0: Add ao_spi_put_pins for MS5067 driver
2022-12-18 Keith Packardaltos/stm: Add ao_spi_put_pins for MS5607 driver
2022-12-04 Keith Packardaltos: Add timeout for MS5607 ADC conversion samd21
2022-11-26 Keith Packardaltoslib: Add notes about updating ao-eeprom for new...
2022-11-26 Keith PackardMerge branch 'master'
2022-11-26 Keith Packardao-tools/ao-eeprom: Add support for TeleMega v5.0
2022-11-20 Keith PackardAdd TeleMetrum v4.0 to release files
2022-11-20 Keith Packardaltoslib: Handle TeleMetrum v4.0 in idle mode
2022-11-20 Keith Packardaltos: Enable telemetrum telemetry for telemetrum v4.0
2022-11-18 Bdale Garbeedoc: add a link to a reference on ARES/RACES use of...
2022-11-18 Bdale Garbeedoc: add a warning to TeleLaunch docs about siren volum...
2022-11-13 Keith Packardaltos: Make sure APRS packets are reasonably separated
2022-11-13 Keith Packardaltos/ms5607: Fixup ms5607 changes for other chips
2022-11-13 Keith Packardaltos: Add ao_gps_utc_tick
2022-11-13 Keith Packardattiny, stm32l0: Note that these chips don't support...
2022-11-13 Keith Packardsamd21: Save interrupt pin status before enabling inter...
2022-11-13 Keith Packardaltos: Avoid modulus in task queue on parts without...
2022-11-13 Keith Packardaltos/cc1200: Simplify interrupt handling
2022-11-13 Keith Packardtelemetrum-v4.0: Correct beeper configuration
2022-11-13 Keith Packardtelemetrum-v4.0: MS5607 doesn't share SPI controller
2022-11-13 Keith Packardfixup for exti restore
2022-11-13 Keith Packardsamd21: AO_SPI_0_PA04_PA05_PA06 is FUNC_D
2022-11-13 Keith Packardsamd21: Restore pin cfg when exti is disabled
2022-11-13 Keith Packardsamd21: Limit SPI baud value to 1
2022-11-13 Keith Packardsamd21: PA20 maps to SERCOM3.2 not SERCOM3.3
2022-11-13 Keith Packardaltos/ms5607: Use duplex for fetching data
2022-11-10 Keith Packardtelegps: Copy altosui 'beep feet' bits to telegps
2022-11-10 Keith Packardtelemetrum-v4.0: Set USE_SERIAL_1_STDIN to 0
2022-11-10 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-11-10 Bdale Garbeeao-tools: return ao-flash-lpc operaton to "full speed"
2022-11-10 Keith Packardmetro-m0: Add GPS support
2022-11-10 Keith Packardsamd21: Leave serial RX interrupts enabled
2022-11-10 Keith Packarddrivers/ublox: Clean up some debug mode code
2022-11-10 Keith Packardtelemetrum-v4.0: Remove unused file
2022-11-09 Bdale Garbeealtosui: force Locale.ROOT during CSV export to avoid...
2022-11-09 Bdale GarbeeTeleMetrum v4.0 work in progress
2022-11-09 Keith Packardtelemetrum-v4.0: Add beeper and fix ADC defs
2022-11-09 Keith Packardmetro-m0: Hook up ADC sample from A pins
2022-11-09 Keith Packardsamd21: Hook up AltOS style ADC
2022-11-09 Keith Packardsamd21: Hook up AltOS timer functionality
2022-11-09 Keith Packardsamd21: Move DMA channel defs to ao_dma_samd21.h
2022-11-09 Keith Packardsamd21: Get beep code working
2022-11-08 Keith Packardmetro-m0: Demo pin interrupts
2022-11-08 Keith Packardsamd21: Wire up pin interrupts
2022-11-07 Keith Packardaltos/telemetrum-v4.0: It links
2022-11-07 Keith Packardsamd21: Stub out beep code
2022-11-07 Keith Packardsamd21: Stub out exti code
2022-11-07 Keith Packardsamd21: Shrink default stack to 512 bytes
2022-11-07 Keith Packardaltos/telemetrum-v4.0: Almost building
2022-11-07 Keith Packardsamd21: Get serial driver building
2022-11-07 Keith Packardsamd21: Add SPI configurations used by TM v4.0
2022-11-07 Keith Packardsamd21: Get ADC code compiling
2022-11-07 Keith Packardaltos/ms5607: Use ao_gpio_set instead of stm_gpio_set
2022-11-07 Keith Packardmetro-m0: Configure on-board SPI flash part
2022-11-07 Keith Packardsamd21: Add ability to use arbitrary pin configs with SPI
2022-11-06 Keith Packardsamd21: Macro-ize the DMA register settings a bit
2022-11-06 Keith Packardsnekboard: Need DMA for SPI now.
2022-11-06 Keith Packardsamd21: Use DMA for SPI send
2022-11-06 Keith Packardsamd21: Fix value defines to be unsigned long
2022-11-06 Keith Packardsamd21: Avoid divides in boot loader
2022-11-06 Keith Packardsamd21: Fix up DMA driver
2022-11-06 Keith Packardaltos: Add metro-m0 port for SAMD21G18 testing
2022-11-06 Keith Packardsamd21: Configure ROM/RAM values per device and provide...
2022-11-06 Keith PackardThis is what I'm using locally for flashing samd21...
2022-11-05 Keith Packardsnekboard: Add samd21 SPI test function
2022-11-05 Keith Packardaltos: Get SAMD21 SPI driver working in non-DMA mode
2022-11-04 Bdale Garbeeao-tools: increase robustness of turnon_easymotor
2022-11-04 Bdale Garbeeao-bringup: final production test script for EasyMotor v3
2022-11-04 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-11-04 Bdale Garbeeao-tools: new ao-test-pressure utility for bench testin...
2022-11-04 Bdale Garbeeupdate Releasing to include EasyMini v3.0 loader
2022-11-04 Bdale Garbeeao-tools: don't do 'm 0' after 'E 0' since EasyMotor...
2022-11-02 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-11-02 Bdale GarbeeEasyMotor v3 production script working, sans pressure...
2022-11-01 Keith PackardAdd option to beep max height in feet rather than just...
2022-11-01 Bdale Garbeeeasymini v3.0 production scripts working
2022-10-29 Bdale Garbeeupdate Releasing with tweaks made during 1.9.12 release...
2022-10-29 Keith PackardVersion 1.9.12
2022-10-29 Keith PackardAuto-detect windows signing stuff
2022-10-29 Bdale Garbeeupdate Releasing to include reference to jsign as a...
2022-10-29 Bdale Garbeefat: sign Windows installers with our new code signing...
2022-10-29 Bdale Garbeedoc: include reference to Loki Research closures in...
2022-10-29 Keith Packardaltosuilib: Remove some debug printfs
2022-10-29 Keith Packardaltosui: Ship motortest.pdf with packaged builds
2022-10-29 Bdale Garbeedoc: additional improvements to motortest manual
2022-10-29 Bdale Garbeefix mailing list reference to use mailman3 path
2022-10-29 Bdale GarbeeMerge branch 'samd21' of ssh://git.gag.com/scm/git...
2022-10-28 Keith PackardAdd EasyMotor v3 firmware to release
2022-10-28 Keith Packarddoc: Add preliminary 1.9.12 release notes
2022-10-28 Keith Packarddoc: Add specs for EasyMini v3 and EasyMotor v3
2022-10-28 Keith Packardaltosuilib: Limit EasyMotor graphs to motor pressure...
next