Accepted altos 1.9.13-1 (source) into unstable
- To: debian-devel-changes@lists.debian.org
- Subject: Accepted altos 1.9.13-1 (source) into unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 20 Jan 2023 06:49:16 +0000
- Debian: DAK
- Debian-architecture: source
- Debian-archive-action: accept
- Debian-changes: altos_1.9.13-1_source.changes
- Debian-source: altos
- Debian-suite: unstable
- Debian-version: 1.9.13-1
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id: Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:To:Reply-To:From: Cc:Content-ID:Content-Description:In-Reply-To:References; bh=6As5HvseEXVV0LUdlJC3xMPLkCSkoiBFj/KtzYanxUk=; b=acFFQ6a4MOzh69hl3XbKXR2DwA 61hbaG9nrRUi3BitULAgWwkgzNs2N2sOywN0pahIpvZb2c9NQbu9sRTa6tdynQIQa2f0Jvy45Dga/ +7XN0BMdIbaUWK6pk1J3cKPue2jvBmqKMQIVcizLfOKL2cZhFGL5yLd+lWK+FCPS+8bfp/bAAA2Vq B214SK5W6x6dB885RyAAx+S4ZJXlct/tcExQUEL/veoVm4INDFUp3B4/T3o4W36ToA5WPqZlji7yO b+pHS8Gcs9VV6DglhV52mXvFltem5mF3K58AlwFpxRGCNIqi6j8M3c8FS3ufa7ygiIu91hRpv+rYH +qHRiuBA==;
- Mail-followup-to: debian-devel@lists.debian.org
- Message-id: <E1pIlDA-000dDL-O2@fasolo.debian.org>
- Reply-to: debian-devel@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 19 Jan 2023 22:59:20 -0700
Source: altos
Architecture: source
Version: 1.9.13-1
Distribution: unstable
Urgency: medium
Maintainer: Bdale Garbee <bdale@gag.com>
Changed-By: Bdale Garbee <bdale@gag.com>
Changes:
altos (1.9.13-1) unstable; urgency=medium
.
[ Keith Packard ]
* altos: Switch LED pin number to 8 bits
* altos: Use -ffunction-sections -fdata-sections
* altos: Add SAMD21 bits
* altos: Add sample samd21 application for snekboard
* ao-tools: Add ao-flash-samd21 script
* altos/samd21: Add register definitions
* altos/samd21: Get USB driver working in AltOS
* altos/samd21: Automatically erase flash when writing
* altos/snekboard: Indicate that USB is used for stdio
* altos: Switch LED pin number to 8 bits
* altos: Use --gc-sections
* altos: Add SAMD21 bits
* altos: Add sample samd21 application for snekboard
* ao-tools: Add ao-flash-samd21 script
* altos/samd21: Add register definitions
* altos/samd21: Get USB driver working in AltOS
* altos/samd21: Automatically erase flash when writing
* altos/snekboard: Indicate that USB is used for stdio
* Add option to beep max height in feet rather than just meters
* altos: Get SAMD21 SPI driver working in non-DMA mode
* snekboard: Add samd21 SPI test function
* This is what I'm using locally for flashing samd21 parts
* samd21: Configure ROM/RAM values per device and provide linker scripts for each
* altos: Add metro-m0 port for SAMD21G18 testing
* samd21: Fix up DMA driver
* samd21: Avoid divides in boot loader
* samd21: Fix value defines to be unsigned long
* samd21: Use DMA for SPI send
* snekboard: Need DMA for SPI now.
* samd21: Macro-ize the DMA register settings a bit
* samd21: Add ability to use arbitrary pin configs with SPI
* metro-m0: Configure on-board SPI flash part
* altos/ms5607: Use ao_gpio_set instead of stm_gpio_set
* samd21: Get ADC code compiling
* samd21: Add SPI configurations used by TM v4.0
* samd21: Get serial driver building
* altos/telemetrum-v4.0: Almost building
* samd21: Shrink default stack to 512 bytes
* samd21: Stub out exti code
* samd21: Stub out beep code
* altos/telemetrum-v4.0: It links
* samd21: Wire up pin interrupts
* metro-m0: Demo pin interrupts
* samd21: Get beep code working
* samd21: Move DMA channel defs to ao_dma_samd21.h
* samd21: Hook up AltOS timer functionality
* samd21: Hook up AltOS style ADC
* metro-m0: Hook up ADC sample from A pins
* telemetrum-v4.0: Add beeper and fix ADC defs
* telemetrum-v4.0: Remove unused file
* drivers/ublox: Clean up some debug mode code
* samd21: Leave serial RX interrupts enabled
* metro-m0: Add GPS support
* telemetrum-v4.0: Set USE_SERIAL_1_STDIN to 0
* telegps: Copy altosui 'beep feet' bits to telegps
* altos/ms5607: Use duplex for fetching data
* samd21: PA20 maps to SERCOM3.2 not SERCOM3.3
* samd21: Limit SPI baud value to 1
* samd21: Restore pin cfg when exti is disabled
* samd21: AO_SPI_0_PA04_PA05_PA06 is FUNC_D
* fixup for exti restore
* telemetrum-v4.0: MS5607 doesn't share SPI controller
* telemetrum-v4.0: Correct beeper configuration
* altos/cc1200: Simplify interrupt handling
* altos: Avoid modulus in task queue on parts without idiv
* samd21: Save interrupt pin status before enabling interrupts
* attiny, stm32l0: Note that these chips don't support spi duplex
* altos: Add ao_gps_utc_tick
* altos/ms5607: Fixup ms5607 changes for other chips
* altos: Make sure APRS packets are reasonably separated
* altos: Enable telemetrum telemetry for telemetrum v4.0
* altoslib: Handle TeleMetrum v4.0 in idle mode
* Add TeleMetrum v4.0 to release files
* ao-tools/ao-eeprom: Add support for TeleMega v5.0
* altoslib: Add notes about updating ao-eeprom for new product
* altos: Add timeout for MS5607 ADC conversion
* easymotor-v3.0: Use motor pressure to trigger data logging
* easymotor-v3.0: Clean up build bits
* altos/stm: Add ao_spi_put_pins for MS5607 driver
* altos/stmf0: Add ao_spi_put_pins for MS5067 driver
* altos: Add timeout in MS5607 get_sample code
* drivers: Add BMI088 driver
* altos: Add BMI088 test framework using Nucleo32 board for stm32f042
* altos: Add TeleMega v6.0
* doc: Update docs for asciidoctor-pdf version 2.x
* src/drivers: Ignore printf warnings in ao_aprs.c
* drivers: Add AO_LOG_NORMALIZED support to BMI088 command
* altos: Split AO_LOG_NORMALIZED support out in telemetry code
* ao-tools: Fix buffer overflow in lib/ao-hex.c
* ao-tools: Update ao-eeprom for TeleMega v6
* altoslib: Add TeleMega v6 support
* altos/telelco: Add some debug aids for TeleLCO event stuff
* easymotor-v3: Fix pressure to adc conversion to use reference voltage
* altos/easymotor: Move pressure conversion code to ao_motor_flight.c
* altos: Add makefiles for telemega v6
* doc: Add release notes for 1.9.13
* doc: Update copyright year to 2023
* Version 1.9.13
* Disable TM v4.0 firmware for 1.9.13
* doc: Add release notes for 1.9.13
* doc: Update copyright year to 2023
* Version 1.9.13
.
[ Bdale Garbee ]
* first stab at support for TeleMetrum v4.0
* update Releasing with tweaks made during 1.9.12 release process
* easymini v3.0 production scripts working
* EasyMotor v3 production script working, sans pressure input test
* ao-tools: don't do 'm 0' after 'E 0' since EasyMotor doesn't support it
* update Releasing to include EasyMini v3.0 loader
* ao-tools: new ao-test-pressure utility for bench testing EasyMotor
* ao-bringup: final production test script for EasyMotor v3
* ao-tools: increase robustness of turnon_easymotor
* TeleMetrum v4.0 work in progress
* altosui: force Locale.ROOT during CSV export to avoid commas in decimals
* ao-tools: return ao-flash-lpc operaton to "full speed"
* doc: add a warning to TeleLaunch docs about siren volume levels
* doc: add a link to a reference on ARES/RACES use of PowerPole connectors
* doc: update EasyMotor behavior description for firmware 1.9.13 and later
* doc: update EasyMotor behavior description for firmware 1.9.13 and later
* releasing 1.9.13
Checksums-Sha1:
cc769dceeace4e49c3ff569e6f4c6caa968915b4 2270 altos_1.9.13-1.dsc
734882601b4c33530260f23e580fc9a96d73046d 39313668 altos_1.9.13.orig.tar.gz
13381fb2abb85eb1cd07dd5efee2bda82ba8daa9 84312 altos_1.9.13-1.debian.tar.xz
f9c9d3c98bf21006608eb183dede32f0c7ae5407 13491 altos_1.9.13-1_amd64.buildinfo
Checksums-Sha256:
c2cecf2e29916c7e2ff87cbe71cc8cae36b917c0ec7940d94836c569f2ab8b98 2270 altos_1.9.13-1.dsc
b22b272dd8ba5478f719ed86cef339097c561fe540cdb45e7da4d3d2e1f778cc 39313668 altos_1.9.13.orig.tar.gz
89ba006edc5e7ffc2dd90626242b9bba1a727a9ba5e6ea57e63b5385093f6c6c 84312 altos_1.9.13-1.debian.tar.xz
ed44e115963c6b66512fd579c9e7540c063f511242dce61441445738c21c1acd 13491 altos_1.9.13-1_amd64.buildinfo
Files:
989ec61e3fa7909256cadd5256a42204 2270 electronics optional altos_1.9.13-1.dsc
8a5ae216260a378a51d9de1de2af38c7 39313668 electronics optional altos_1.9.13.orig.tar.gz
36ff241cf9a907ddb88f385896441a84 84312 electronics optional altos_1.9.13-1.debian.tar.xz
0bb34de67566b01505f088414ddb4b2d 13491 electronics optional altos_1.9.13-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEHguq2FwiMqGzzpLrtwRxBYMLn6EFAmPKNA4ACgkQtwRxBYML
n6H/vBAAoKoZf0clTjISvR0m/h2KaOrl4UsoeUP8+NZnqL0ekoKc2scXpQ73+e1k
zURHz3cce2gOpvryBBpvMkMpptM9CI8P+XtzBjqC+IvxVkbv+bCyiF+VdR2Bc6kV
Fl2y7OXA4963UgxYIRzxAfH0IT1EDeW3Lgzf3yeKEZ1IEtKQ8JA/fJDRPHmh82xa
DbswjFRjeGqUloY8am5+LJPwNjj12eo282ctoBkOfVuhrPvZxyz2WLjGwR/RswLc
JM/7ACWc3661dDJWRi7y6oJ/dpXGwm5JlD7FDvuIn2Oae6/pfuLwJA9yZy7VGmo1
IiM+7SXzK00Ep8JFAoass3svZITgj77HtY7ZaIjjRTasvg+h3G57lNCJXUCqCKDj
lzhURgCTRqc2rtr/2jS7/mDX0THi5Cd1tB/acxRp35KSh82xjiQBlwMinNNIfYLo
cltwhaZ0FnhP7VMItAYi61VfI0+anaqhQs3aXWM+ZFARGP7s9rQEXhDg8Ohw25oO
ncwFaC65A6KcyeHC2BGeSHRmljkEqOFJxCtcv7UE9bkcV0gvUVauhpG6lCqShx5f
PaPHbParqTZHvAYQy1qzlL9Z4YMaqJbUWPyMSGNRKWE3Q7ut20qWSKVJtorKPvCw
cqJwANslK3ftR6nbPuAivwRjwZ5Se94QqlwPsav3X/TBKsfZ7NA=
=r++5
-----END PGP SIGNATURE-----