altos/draw: hand-edit 64-pixel 3/5 to avoid jank
[fw/altos] / src /
2023-02-27 Keith Packardaltos/draw: hand-edit 64-pixel 3/5 to avoid jank
2023-02-27 Keith Packardaltos/draw: Use fewer fonts in lco sample
2023-02-27 Keith Packardaltos/draw: Add line test app
2023-02-27 Keith Packardaltos/draw: Split out draw test scaffolding from lco...
2023-02-27 Keith Packardaltos/draw: Inline span fill for polygons
2023-02-27 Keith Packardaltos/draw: Fix clipping far line end
2023-02-27 Keith Packardaltos/draw: Check for horiz/vert line when clipping
2023-02-27 Keith Packardaltos/draw: Add validation for line drawing
2023-02-27 Keith Packardaltos/draw: Rename test app to 'lco-test'
2023-02-27 Keith Packardaltos/draw: Mock up TeleLCO boot sequence
2023-02-27 Keith Packardaltos/draw: use --gc-sections in demo program
2023-02-27 Keith Packardaltos/draw: Rearrange sample LCO screen in draw-test
2023-02-27 Keith Packardaltos/draw: Add NotoMono font
2023-02-27 Keith Packardaltos/draw: Add transforms to polygon code
2023-02-27 Keith Packardaltos/draw: Convert draw test framework to modern C
2023-02-27 Keith Packardaltos/draw: Add monospaced font
2023-02-27 Keith Packardaltos/draw: Move font files to subdirectory
2023-02-27 Keith Packardaltos/draw: Add more fonts
2023-02-26 Keith Packardaltos/draw: Add logo
2023-02-26 Keith Packardaltos/draw: Use float for polygon coords
2023-02-26 Keith Packardaltos/draw: Make test drawing app emulate TeleLCO
2023-02-26 Keith Packardaltos/draw: Only cover ASCII
2023-02-26 Keith Packardaltos/draw: Add poly fill function
2023-02-26 Keith Packardaltos: Fill in more of the draw code
2023-02-16 Keith Packardaltos/telemetrum-v4.0: Add .gitignore
2023-02-16 Keith PackardAdd TeleMetrum v4.0 firmware to releases
2023-02-16 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2023-02-16 Keith Packardaltos: Fix TMega v6.0 and v5.0 IMU axes
2023-02-15 Bdale Garbeealtos: re-number csm85clio outputs 0..49 to match schem...
2023-02-10 Bdale GarbeeMerge branch 'clio'
2023-02-10 Bdale Garbeealtos: add csm84clio-v0.1 firmware
2023-02-10 Keith Packardaltos/telemega-v6.0: bmi088 axes were wrong
2023-02-09 Keith Packardaltos/telemega-v6: Remove beep freq defs and use defaults
2023-02-09 Keith Packardaltos: Add .gitignore for telemega v6.0
2023-02-02 Keith Packardaltos/drivers: Increase LCO receive timeout to 20ms
2023-02-02 Keith Packardaltos/drivers: Use spi duplex to fetch register values
2023-02-02 Keith Packardaltos/telefiretwo-v0.2: Get things building again
2023-02-02 Keith Packarddrivers/cc1200: Don't disable cc1200 interrupts ever
2023-01-20 Keith Packardaltos: Add makefiles for telemega v6
2023-01-19 Keith Packardaltos/easymotor: Move pressure conversion code to ao_mo... easymotor-flight
2023-01-19 Keith Packardeasymotor-v3: Fix pressure to adc conversion to use...
2023-01-19 Keith PackardMerge branch 'easymotor-flight'
2023-01-19 Keith Packardaltos/telelco: Add some debug aids for TeleLCO event...
2022-12-28 Keith Packardaltos: Split AO_LOG_NORMALIZED support out in telemetry...
2022-12-28 Keith Packarddrivers: Add AO_LOG_NORMALIZED support to BMI088 command
2022-12-28 Keith Packardsrc/drivers: Ignore printf warnings in ao_aprs.c
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-05 Keith Packardeasymotor-v3.0: Clean up build bits
2022-12-05 Keith Packardeasymotor-v3.0: Use motor pressure to trigger data...
2022-12-04 Keith Packardaltos: Add timeout for MS5607 ADC conversion samd21
2022-11-26 Keith PackardMerge branch 'master'
2022-11-20 Keith Packardaltos: Enable telemetrum telemetry for telemetrum v4.0
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 Packardtelemetrum-v4.0: Set USE_SERIAL_1_STDIN to 0
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 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
next