Version 1.9.11
[fw/altos] / src /
2022-05-21 Keith Packardsrc: Add easymini-v3.0
2022-05-21 Keith Packardlpc: Make beeper configurable
2022-05-21 Keith Packardlpc: ADC 5 was busted
2022-04-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-04 Keith Packardtelegps-v0.3: Reduce stack size to fit in ram
2022-04-04 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-26 Bdale Garbeedial it down a bit more to not exceed +10 dBm, or 10 mW radio-limit
2022-02-26 Keith PackardAllow TX power to be limited to 10mW
2022-02-21 Keith Packardaltos: Document how delay_done is used in ao_pyro.c
2022-02-19 Keith Packardaltos: Deal with 8-character version numbers
2022-02-17 Keith Packardaltos: Add -Wconversion
2022-02-17 Keith Packardaltos/telemega-v5.0: Add casts to beep values
2022-02-17 Keith Packardao_lco_v2: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_lco_v2: Use int32_t for temporary box value in step_box
2022-02-17 Keith Packardtelefireone-v1.0: Use a boolean value for ao_log_running
2022-02-17 Keith Packardaltos/telefire: Add cast to AO_LED_CONTINUITY to elimin...
2022-02-17 Keith Packardaltos/stmf0: Add casts to reduce -Wconversion warnings...
2022-02-17 Keith Packardaltos/stm32l0: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardaltos/stm: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_micropeak.c: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_flash_task: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardaltos/micropeak-v2.0: Add casts to reduce -Wconversion...
2022-02-17 Keith Packardaltos/lpc: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_tracker: Fix tracker_interval type to match config...
2022-02-17 Keith Packardao_telemetry: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_telemetry: Use int16_t types for telemetry packet...
2022-02-17 Keith Packardao_telemetry: Switch time variables to AO_TICK_TYPE
2022-02-17 Keith Packardao_task: Task ids are 8-bits, fix type in struct ao_task
2022-02-17 Keith Packardao_serial: Change serial_sleep_for APIs to use AO_TICK_TYPE
2022-02-17 Keith Packardkalman, report, romconfig, sample, send_packet: Clean...
2022-02-17 Keith Packardao_monitor: Clean up -Wconversion warnings
2022-02-17 Keith Packardao_radio_cmac_cmd: Clean up types for -Wconversion
2022-02-17 Keith Packardao_radio_cmac: Make recv timeouts AO_TICK_TYPE
2022-02-17 Keith Packardao_micro: Add casts to micropeak code for -Wconversion...
2022-02-17 Keith Packardao_log: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_log: Fix sensor time triggers to use AO_TICK_TYPE
2022-02-17 Keith Packardmore 16-bit log tick values
2022-02-17 Keith Packardao_log: Change flight type to uint16_t, widen APIs...
2022-02-17 Keith Packardao_gps, ao_log: Make conversions to 16-bit time log...
2022-02-17 Keith Packardao_flight: ao_interval_end type was too small, could...
2022-02-17 Keith Packardao_convert_pa: Switch array index to unsigned type
2022-02-17 Keith Packardao_companion: Make motor_number uint16_t
2022-02-17 Keith Packardfifo: Add casts to fifo operation macros for -Wconversion
2022-02-17 Keith Packardbeep, cmd, config, convert_volt, data, distance, fec...
2022-02-17 Keith Packardaltos/ao_freq: Use uint32_t for radio freq setting...
2022-02-17 Keith Packardaltos/ao_stdio: use uint8_t for stdio index
2022-02-17 Keith Packardaltos: Switch ao_radio_recv timeout to AO_TICK_TYPE
2022-02-17 Keith Packarddrivers/ao_rn4678: Fix timeouts to use AO_TICK_TYPE
2022-02-17 Keith Packarddrivers/ao_quadrature: Fix -Wconversion warnings
2022-02-17 Keith Packarddrivers/ao_pad: Convert from/to 16-bit times over the air
2022-02-17 Keith Packarddrivers/ao_packet: Switch time values to AO_TICK_TYPE
2022-02-17 Keith Packarddrivers: Resolve -Wconversion in m25, mma655x, mmc5983...
2022-02-17 Keith Packarddrivers/ao_lco: Fix box types to be uint16_t. Also...
2022-02-17 Keith Packardao_hmc5883: Add explicit casts for -Wconversion
2022-02-17 Keith Packardao_companion: Make time conversion to 16-bits in compan...
2022-02-17 Keith Packardao_gps_skytrac, ao_gps_ublox: Add explicit casts to...
2022-02-17 Keith Packarddrivers: Fix type of radio timeout parameter
2022-02-17 Keith Packardaltos/drivers/ao_button: Save all 32-bits of irq status
2022-02-17 Keith Packardaltos/drivers: Add explicit casts in ao_aprs, ao_bmx160...
2022-02-17 Keith Packardaltos/attiny: Eliminate warnings from -Wconversion
2022-02-17 Keith Packardaltos: Re-enable apogee delay
2022-02-09 Keith Packardao_pyro: Move delay_done out of pyro structure
2022-01-27 Keith Packardaltos: AES code was storing bytes in an int array
2022-01-22 Keith Packarddata_interval == 0 means no data collection
2022-01-11 Keith Packardaltos: Switch all tick variables to AO_TICK_TYPE/AO_TIC...
2022-01-11 Keith Packardaltos/attiny: Switch to avrisp2 for development programmer
2021-11-03 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2021-10-10 Keith Packardaltos/telemega-v5.0: Add .gitignore
2021-10-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2021-09-29 Keith Packardaltos: Measure mmc5983 offset
2021-09-24 Keith Packardaltos: Fix config upgrade from 1.24 to 1.25
2021-09-20 Keith Packardaltos: All beep-enabled boards have beep config
2021-09-20 Keith Packardaltos: Deal with cc1201 limitations
2021-09-19 Keith Packardaltos: Build TeleMega v5.0 bits
2021-09-19 Keith Packardaltos/telemega-v5.0: Space tones closer together
2021-09-19 Keith Packardaltos: Allow beep tone spacing to be changed
2021-09-19 Keith Packardaltos: Fix up HAS_FLIGHT_DEBUG
2021-09-19 Keith Packardaltos: Update telemega-v5.0 config
2021-09-19 Keith Packardaltos: Add normalized telemetry support
2021-09-19 Keith Packardaltos: Support normalized log
2021-09-19 Keith Packardaltos: Allow devices to override default beep
2021-09-19 Keith Packardaltos: Support normalized axes in mpu6000 and mmc5983
2021-09-19 Keith Packardaltos: Detect CC120X device type
2021-09-19 Keith Packardaltos/telemega-v5.0: Fix config for MMC5983
2021-09-19 Keith Packardaltos/stm: Minor cleanups in ao_arch_funcs.h
2021-09-19 Keith Packardaltos: Get MMC5983 driver working
2021-09-19 Keith Packardaltos: Add bit-bang i2c driver
2021-09-19 Keith Packardaltos/stm: Use picolibc startup code
2021-09-19 Keith Packardaltos: Record MPU6000 failure but let device boot
2021-09-17 Keith Packardaltos: Fix telemega v5.0 CS_FLASH pin
2021-09-07 Keith PackardShow mag sensor SPI ID
2021-09-07 Keith Packardtelemega-v5.0: Add Makefiles
2021-09-07 Keith Packardaltos: Prepare for picolibc stdio change
2021-08-03 Keith Packardaltos: Change MMC5893 driver to avoid interrupts
2021-08-01 Keith Packardaltos: Add MMC5983 driver
2021-08-01 Keith Packardaltos: Add preliminary TeleMega v5.0 bits
2021-07-21 Keith Packardaltos: Fixes for GCC 10 (-fno-common is default)
2021-07-21 Keith Packardkernel: Widen pyro time values to 32 bits
2021-05-19 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git... tirepyro
next