[Pkg-electronics-commits] [openocd] annotated tag v0.8.0-rc1 created (now f24e788)

Jonathan McDowell noodles at moszumanska.debian.org
Tue Oct 31 21:15:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

noodles pushed a change to annotated tag v0.8.0-rc1
in repository openocd.

        at  f24e788   (tag)
   tagging  af5cd85389ce885c83048817277d9acc018d6ddf (commit)
  replaces  v0.7.0
 tagged by  Paul Fertser
        on  Sun Mar 30 07:55:25 2014 +0400

- Log -----------------------------------------------------------------
The openocd-0.8.0-rc1 release candidate.

Adrian Burns (1):
      quark_x10xx: add new target quark_x10xx

Alan Bowman (1):
      Correct argument numbering in trace command

Alex Murray (1):
      target/imx6: Fix typo in setting _SJC_TAPID from SJC_TAPID variable

Andreas Fritiofson (80):
      remote_bitbang: Convert to use getaddrinfo()
      remote_bitbang: De-duplicate init code and clean up on error
      cortex_a: fix FTBS on ARM due to alignment issues
      [RFC] mips: Enable bulk write optimization for all writes
      stm32f2x: Correct calculation of number of 128k sectors.
      Allow autoscan up to 64 bit IR lengths
      usb_blaster: maintainer-clean Makefile.in
      cfg: Update Flyswatter 2 URL
      flash/stm32*: Remove the halted check in protect_check
      flash/stm32*: Rewrite info functions
      flash/stm32*: Sync all device/rev IDs with reference manuals
      ftdi: Fix error in calloc retval check
      automake: Don't install libopenocd
      ulink: Move firmware install from pkglibdir to pkgdatadir
      Fix out-of-tree build
      configure.ac: Remove obsolete(?) oddity
      mpsse: Defer errors until flush
      mpsse: Add missing read buffer checks
      [RFC] target: Move bulk_write_memory to arm7_9
      target: Rewrite read/write buffer default implementations
      configure: Add libusb-1.0 header bug workaround
      contrib: Add example cross-build script
      Restore mwh/mwb functionality.
      jlink: Replace crazy home cooked assertion with a real one
      target: Fix strange ordering in target_read_u8
      arm_adi_v5: Fix packed and unaligned memory writes
      arm_adi_v5: Fix packed transfers crossing TAR auto-increment block
      cortex_m: mem_ap access functions take number of bytes, not words
      arm_adi_v5: Rewrite MEM-AP transfer implementation
      cortex_m: Call mem_ap_read/write directly
      flash/nor: Make info function optional
      gdb_server: Further cleanup of target desc functions
      jtag/tcl: Fix double free in jtag newtap argument parsing
      jtag/tcl: Remove no-op free
      jtag/tcl: Avoid casting away const
      stm32f2x: Detect STM32F42x rev Y
      stm32f2x: Fix sector numbering for dual bank flash erase
      str7x: Improve info text
      arm7_9: Avoid infinite loops in bulk write dispatching
      nds32: Remove unused declaration
      lpc288x: Can now use target_write_buffer()
      Clean up const usage to avoid excessive casting
      Remove unnecessary (void *)
      nand/mx*: Remove unused host endianness flag
      Remove unnecessary casts
      ftdi: Remove unnecessary cast
      aduc702x: Fix byte order bug
      lpc2900: Fix byte order bugs and remove unnecessary casts
      pic32mx: Fix byte order bug
      stm32f1x: Fix byte order bug and remove unnecessary cast
      str7x: Fix byte order bug
      str9x: Fix byte order bug
      binarybuffer: Remove unnecessary cast and fix hidden "bug"
      ioutil: Remove unnecessary casts and fix const-discarding
      ti_icdi_usb: Remove unnecessary casts and fix byte order bugs
      smp: Fix byte order bug
      lpcspifi: Fix byte order bug
      ulink: Fix libusb include changed since pkg-config merge
      Add byte-swap helpers
      versaloon: Finish support for serial number matching
      Remove special handling of script search path on Windows
      Add %APPDATA%\OpenOCD to script search path on win
      command: Fix formatting for empty usage string
      target: Add test bench for memory access functions
      cortex_m: Fix possible endianness problem in emulated DCC channel
      adi_v5: Remove unnecessary MEM-AP access functions
      cortex_m: Avoid unnecessary saving and restoring of DCRDR
      Retire jtag_add_dr_out
      doc: Add Gerrit to the Developer resources section
      stm32f1x: Fix option byte flag parsing
      gdb_server: Fix segfault in (and rewrite) decode_xfer_read
      Rename and sort udev rules file
      stlink: Use callback to increase frequency of trace data sampling
      target: Don't poll until the target is examined.
      flash/efm32: Fix bug in odd byte count padding
      flash/kinetis: Fix bug in odd byte count padding
      flash: Constify write buffer
      ft2232: Mark interface driver as deprecated
      Support for sam3n0a sam3n0b sam3n00a sam3n00b
      Don't cast return value of [cm]alloc

Andrey Smirnov (12):
      stlink: Add workaround for intermittent FW info retrieval failure
      nrf51: Implement the support for Nordic's nRF51 devices
      nrf51: Fix format string bugs in nrf51_info
      armv7m: Do not ignore 'value' parameter in armv7m_write_core_reg
      nrf51: Add a known devices table and simple chip type detection code
      nrf51: Add UICR writing support
      nrf51: Remove unnecessary explicit type casting
      nrf51: Fix incorrect flash writing sequence
      at91samd: Remove 'first' and 'last' checks in 'samd_erase'
      at91samd: Bail early if trying to write to protected sector
      at91samd: Bail early if trying to erase protected sector
      at91smad: Fixes to 'samd_protect'

Andrey Yurovsky (14):
      stm32f2x flash: add STM32F401 (F4 low power)
      stlink: add SWO tracing support
      stm32lx flash: fix flash size for Medium+ devices
      stlink_usb: remove gcc-specific constant
      sam4s flash: remove unused bootstrap routine
      add TI TMS570 support scripts
      stm32l flash: add another device ID
      stm32lx_dual_bank.cfg: fix typo in file path
      add support for Atmel SAM4L NOR Flash
      add support for Atmel SAMD NOR Flash
      Atmel samd: add support for SAMD21
      flash: samd: declare const data
      Add support for the Atmel SAMG53
      jlink: add support for Jlink-OB (0x0105) devices

Angus Gratton (1):
      AT91SAM4L: Fix bug when writing to flash at a non-zero offset, add debug

Anton Kolesov (2):
      gdb_server: Do not set gdb_con->sync to true for new connections
      gdb_server: Fix confusing warning when entering noack mode

Antonio Borneo (2):
      flash/nor/spi: add flash Micron n25q064
      flash/nor/spi: uniform all hex data to lowercase

Antony Pavlov (5):
      top .gitignore: ignore .dirstamp files
      usb_blaster: ublast_access.h: add guard macro
      drivers/jtag: usb_blaster: make command handlers more strict
      mips32: build register cache in a more clear way
      top .gitignore: ignore ctags tag files

Bartosz Bielawski (1):
      stlink_usb.c: add support for STLink V2-1

Bernhard Kiesbauer (1):
      dsp563xx: Adding breakpoint/watchpoint support.

Brad Riensche (2):
      Add tcl configurations for Altera Soc devices
      target: "dap info" command cosmetic output changes

Brandon Warhurst (1):
      Added functionality to the SYS_SYSTEM semihosting call.

Brent Roman (1):
      hla: Add Simulated DCC register for target communicaton

Chris Johns (1):
      targets: Print nested ROM tables with the 'dap info' command.

Christian Eggers (6):
      RTOS: Unify wipe-out of thread list
      gdb-server/rtos: Send correct answer to "qfThreadInfo" packet
      Remove unneeded zero termination of received packet
      gdb_server: Don't modify "buf" argument in decode_xfer_read()
      Constify received GDB packet
      gdb_server: fix memory leaks in users of get_reg_features_list()

Cosmin Gorgovan (1):
      mini51: support for Nuvoton NuMicro Mini51 series flash memory

Dongxue Zhang (1):
      support64: Add functions into types and target

Ed Maste (1):
      Avoid 'may be used uninitialized' warning from FreeBSD base GCC

Evan Hunter (1):
      Add support for 64 bit parameter to irscan

Fatih Aşıcı (1):
      cfg: Make stm32f4x usable with SWD transport

Felipe Balbi (2):
      tcl: target: icepick: add icepick_d_tapenable procedure
      cfg: add TI am43xx devices

Franck Jullien (12):
      doc: Add gdb target description commands
      jtag: drivers: Add JTAP VPI client driver
      Add new target type: OpenRISC
      jtag_vpi: fix path move function
      jtag_vpi: use DIV_ROUND_UP
      openrisc/du_adv: check or1k_adv_jtag_init return value
      openrisc/tap_vjtag: fix IR setting
      jtag_vpi: fix build errors under MinGW
      target/image: allow for comments in IHEX files
      jtag_vpi: make the server address configurable
      jtag/drivers: add USB-Blaster II
      cfg: or1k_generic: allow TAP_TYPE override

Freddie Chopin (1):
      Restore normal development cycle

Gaëtan Carlier (1):
      flash: mxc nfc(v1) : fix incorrect address in spare area for biswap command

Giuseppe Barba (1):
      stm32w: add STM32w108xx generic configuration

Greg Ungerer (1):
      armada370: initial support for Marvell Armada 370 family

Hsiangkai Wang (29):
      gdb_server: remove target_handle_event from gdb event callback
      aice: add Andes AICE support
      nds32: add new target type nds32_v2, nds32_v3, nds32_v3m
      gdb_server: support gdb target description
      gdb server: new feature, add stop reason in stop reply packet for gdb
      gdb_server: support File-I/O Remote Protocol Extension
      gdb_server: add target_debug_reason for program exit detection
      gdb_server: check target before executing event callback
      target: Remove error messages as no .get_gdb_fileio_info
      aice: use keep_alive() to avoid timeout warning messages
      aice: Always setup SDP basic mode
      aice: support batch commands
      nds32: refine nds32_v2 implement
      target: Make profiling function more readable
      target: Correct profiling calculation
      target: increase the maximum number of buckets
      target: add profiling interface
      target: enhance target profiling
      nds32: support Andes profiling function
      nds32: always polling after gdb attached
      nds32: change default value
      nds32: report any one of hit read watchpoints
      nds32: support FreeRTOS
      nds32: modify nds commands implementation
      nds32: Use DMA to access memory as no DCache
      nds32: support multi-target debugging
      aice: add target name to nds command messages
      nds32: remove .soft_reset_halt dependency
      Conform to C99 integer types format specifiers

IS2T (1):
      Support for SST 39VF3201C NOR flash

James G. Smith (1):
      hla/stlink: Re-order trace parameters to allow trace output file to be optional

Jens Bauer (1):
      CMSIS-DAP: Fix build errors on Mac OS X

Jens Hoffmann (2):
      stm32f2x.c: Add STM32F401xE device id.
      cfg: Added st nucleo board configs.

Jim Norris (1):
      Change variable scope.

Joerg Fischer (1):
      EFM32 Wonder Gecko Family support

John David Anglin (1):
      flash: fix mini51 cygwin build issues

John Szakmeister (1):
      Fix a typo.

Jörg Wunsch (4):
      Prevent segfault when the USB product string cannot be retrieved
      All Atmel-provided CMSIS-DAP devices use 512 byte packet size
      Make the Atmel SAM3 family SWD-aware
      CMSIS-DAP: print a debug message when the USB product string cannot be read

Kamal Dasu (1):
      cortex_a: Fix endianess issues in cortex_a8_*_apb_ab_memory

Kuldeep Singh Dhaka (1):
      nor/flash/stm32f1x: add stm32f07x support

Laszlo Papp (1):
      ftdi/xds100v2.cfg: Remove the warning as it has been tested

Luca BRUNO (2):
      NULL check before dereferencing
      Add GDB remote target description support for ARM4

Marek Vasut (2):
      target: Pull out the jtag_rtck from iMX5x files
      ftdi/board: Add support for DENX M53EVK

Martin Schmölzer (7):
      ULINK driver: port from libusb-0.1 to libusb-1.0 API
      OpenULINK firmware: fix name of USB Jump Table symbol
      ULINK driver and OpenULINK firmware: whitespace and comment fixes (trivial)
      OpenULINK firmware: Use C99 designated struct initializers
      OpenULINK firmware: change .lnk file extension to .lk in "make clean"
      OpenULINK firmware: update firmware hex image
      Fix ULINK driver dependencies in configure.ac

Mathias K (4):
      target: fix mem2array/array2mem
      hla: Make consistent parameter naming
      build: remove hard coded ftdi and usb libraries
      stlink: remove stlink_api command

Nemui Trinomius (11):
      flash: add Winbond w25q80bv spi support
      flash: add NXP LPC800 support
      atmega: add new target support
      fm3: add Fujitsu MB9Ax family support
      flash: add Nuvoton NUC910 series support
      lpc2000: Fix flash programming fail on LPC4300 internal flash
      fm3: fix Fujitsu MB9Ax family support
      cfg: Add new BSTAPID for STM32F42xxx and STM32F43xxx series
      lpc2000: fix LPC810 programming support
      kinetis : improve kinetis flash driver.
      fm3: fix erase flash fail on using High Level Adapters.

Oleksij Rempel (9):
      mips_ejtag: cache ejtag version to avoid recalculation
      mips_ejtag: remove memory protection bit before DM
      mips32_dmaacc: add new funct ejtag_dma_dstrt_poll
      do not wait forever on ejtag_dma_dstrt_poll
      mips32: add jump instruction
      mips32_pracc: jump to 0xff20.0200 if cpu reads wrong addr
      mips32: add new functions mips32_configure_ibs and _dbs
      mips: add breakpoint support for EJTAG 2.0
      mips_ejtag.c: disable DMA for all platforms

Paul Fertser (90):
      jtag/adapter: add connect_[de]assert_srst to reset_config usage
      sysfsgpio: do not try to initialise absent signals
      efm32: fix FTBFS on ARM due to alignment issues
      telnet_server: support C-p, C-n for moving through history
      stm32 configs: use 4kB working area size by default
      targets: fix target_type name for Cortex-A targets
      interface/ftdi: remove "untested" warning from DP Busblaster
      cortex_m, hla_target: do not try asserting SRST if it's not present
      tools: add sample remote_bitbang sysfsgpio server
      rlink: fix speed table generation
      Add BCM2835 (as found in Raspberry Pi) interface driver
      ftdi: config for TUMPA
      libusb1_common, ftdi: clarify libusb_open error message
      configure: remove --enable-libusb0 option, rework libusb selection
      armv4_5: prevent segfault when gdb connects to an underinitialised target
      ft2232_libftdi: perform basic configure checking when cross-compiling
      aice: fix FTBFS on ARM
      versaloon: remove bogus assignment
      target: remove double const specificator
      oocd_trace: fix warnings
      configure: remove AM_MAINTAINER_MODE, effectively always enabling all the rules
      etm: prevent segfault when reading bogus information
      target: fix halt and wait_halt timeout units
      lpcspifi: assume flash is unprotected after probing
      automake: use subdir-objects option
      imx6: add new id for SJC as found on i.MX6D
      mdr32fx: support for Milandr's MDR32Fx internal flash memory
      target: clear running_alg flag after reset
      interface/ftdi/tumpa: remove ftdi_device_desc as it's incorrect
      sysfsgpio: fix a typo in the informational output
      svf: off-by-one error; do not access after the allocated memory
      README* refactoring
      libusb: require pkg-config support
      configure: auto-enable USB adapters based on libusb availability
      README: add missing adapters and flash drivers, mention profiling
      README.Windows: pkgconfig-lite should go into MinGW, not MSYS
      README.Windows: MinGW-w64 is known to work for building, regular MinGW is quirky
      Require Autoconf >= 2.64
      board: add TM4C123G LaunchPad config
      hla: if the idcode callback returns 0, treat as a wildcard
      bcm2835gpio: use maximum drive strength
      checkpatch: add logging functions
      Remove jtag_rclk from target configs
      tcl: add memory testing functions for board diagnostics
      checkpatch: treat jenkins as valid email
      checkpatch: correct false positives reporting instructions
      Clean up many C99 integer types format specifiers
      ftdi/tumpa.cfg: enable proper output buffer control, add another USB ID
      jtag: fix support for really long scans
      ftdi/neodb.cfg: mark as tested
      tcl/target: add config for Milandr's 1986ве1т controller
      target: add kl25z HLA (stlink) config
      tcl: add bcm47xx config and Asus RT-N16 board using it
      tcl/board: add Linksys WRT54GL v1.1 board config
      tools: add firmware recovery helpers
      tcl/netgear-dg834v3.cfg: add to easy firmware recovery list
      gdb_server: check for invalid read memory requests
      Add CMSIS-DAP information to the READMEs.
      arm920t: fix write memory operations with caches enabled
      interface/ftdi: add TUMPA Lite config
      rtos: fix uninitialised variable warning
      server/gdb_server: fix uninitialised variable warning
      target/nds32_disassembler: fix format specifiers warnings
      flash/nor/stm32f1x: fix format specifiers warning
      flash/nor/mdr.c: fix uninitialised variable warning
      cortex_a: do not try to use MMU for translation if it wasn't enabled on target stop
      interface/ftdi/xds100v2.cfg: default to reset state and ask user to release it later
      arm926ejs: fix write memory operations with caches enabled
      ft2232: warn about lack of TRST on "turtle" adapter
      drivers/ftdi: warn the user if he tries to use undefined reset signals
      tcl/drscan: handle invalid syntax with a conditional, not assert
      target: add CoreSight PMU and an unidentified component to "dap info"
      gdb_server: do not copy feature names for tdesc generation
      tcl/board: add config for DP Bus Blaster reconfiguration
      openocd.texi: document Tcl RPC and add an example client
      tcl/interface/ftdi: add Digilent JTAG-SMT2 config
      flash/nor/tcl: fix segfault on write_image misuse
      doc: add "manual/" directory in its entirety to dist
      Move ocl (at91sam7x flash loader) sources to contrib
      Add previous NEWS* files to dist
      Move xsvf_tools and remote_bitbang to contrib/
      Add rlink speed table sources and everything related to dist
      Add usb_blaster cheap clone notes to dist
      Add all of contrib/ to dist, not just loaders
      Add xscale debug helper sources and everything related to dist
      tcl/target: make milandr configs swd-compatible
      tcl: introduce init_target_events and use it for gdb flashing events
      NEWS: add release highlights
      Makefile.am: fix adding contrib directory for dist
      The openocd-0.8.0-rc1 release candidate

Per Ekman (5):
      kinetis : Fix broken check for mass erase.
      kinetis : Add flash read support to the kinetis nor flash driver.
      kinetis : Add flash sector size detection for K21 MCU.
      kinetis : Detect MCU flash parameters based on the SDID register.
      kinetis : Add timeouts to flash status checking in dap_syssec_kinetis_mdmap().

Pete Batard (1):
      doc: update README.Windows with new Zadig download URL

Peter Lawrence (1):
      CMSIS-DAP: auto-detect CMSIS-DAP USB VID:PID

Petri Laakso (1):
      build: fix NetBSD build warning

Philip Craig (1):
      jlink: improve USB read during jlink_tap_execute

Pushpal Sidhu (2):
      doc: update GW16042 hardware information
      Added new ftdi interface device

R. Diez (1):
      Bus Pirate driver: Small assorted fixes.

Ravaz (1):
      Added: RTOS awareness for embKernel

Robert Jarzmik (6):
      drivers/jtag: rewrite usb_blaster driver
      drivers/jtag: usb_blaster add pin controls
      target: xscale more human vector catching
      target: xscale make reset init work properly
      jtag/drivers: trivial variable renaming
      jtag/drivers: usb_blaster cheap clone documentation

Robert P. J. Day (8):
      Numerous pedantic fixes to the User's Guide, including typo fixes,
      Update URLs and names in amdm37x.cfg, no functional changes.
      Allow "tcl_port" to be run after config to simply display the port.
      Some minor URL fixes and typo fixes, no functional changes.
      Proofreading, typo and grammar fixes to Ch 10 User's Guide.
      Remove obsolete tip referring to 2010 removal of TAP numbers.
      A few more grammar and typo fixes from the User's Guide.
      Grammatical cleanup to Tcl Scripting chapter of User's Guide

Ryan Corbin (1):
      Added OpenJTAG Driver

Sergey A. Borshch (5):
      fix lpc2000 flash programming fail.
      hla_target: Update target state when polling
      hla_interface: init trst, srst variables.
      fix flash bank auto_probe() fail with multiple targets
      at91sam7sx.cfg: fix use $_TARGETNAME as target identifier, not '0' warning

Sergey Alirzaev (1):
      remove the untested warning in ftdi/olimex-arm-usb-tiny-h.cfg

Sergio Chico (1):
      topic: Support for the Xilinx BSCAN_* Virtual JTAG in Openrisc

Spencer Oliver (63):
      cortex_m: print 'Cortex-M' rather than 'Cortex-M3'
      update files to correct FSF address
      build: fix incorrect GPL address from last commit
      str9: ignore boundary scan version
      cortex_a: remove memory leak on failure
      stm32: add new stm32f0 device id
      cfg: add stm32 flash driver alias
      build: fix incorrect configure quotes
      build: add missing configure quotes
      cortex_m: deprecate soft_reset_halt
      doxygen: use inline jtag state maching image
      flash: add missing stm32l medium+ device id
      target: use consistent halt timeout
      cortex_m: change cmd output to use cortex_m rather than cortex_m3
      rtos: issue warning on auto detect failure
      docs: add missing embKernel rtos arg to docs
      docs: remove mixed case typo
      efm32: set safe minimum working area
      flash: fix stm32f1x dual bank detection
      cfg: EFM32 supports SYSRESETREQ so use it
      docs: add RTOS Support info
      gdb server: do not free tdesc_filename early
      kinetis: add kl flash support
      rtos: Do not dereference null pointers
      target: remove unimplemented soft_reset_halt implementations
      target: check target supports target_request_data
      target: remove unimplemented target_request_data implementations
      armv7m: use consistent arm.cpsr member
      build: remove clang warning about global var 'match'
      adiv5: check packed transfers are supported
      gdb: add default description reg types
      armv7m: remove gdb register hacks
      gdb: enable target description support by default
      gdb: cleanup gdb target description support
      armv7m: add gdb target description support
      hla: cleanup read/write api
      stlink: remove usb timeout magic numbers
      hla: move memory read/write functionality to driver
      doc: correctly terminate @xref
      flash: add padded_value cmd
      stm32l: set default padded value
      cortex_m: target implementation renames cortex_m3 to cortex_m
      cfg: add STM32F429 discovery board config
      cortex_m: set fpb_enabled on enabling fpb
      target: use target_buffer_set_u32_array
      flash: revert incorrect stm32f1 default_padded_value
      cmsis-dap: add initial cmsis-dap support
      cfg: add stm32 cmsis-dap compliant config
      cfg: add initial Atmel xplained kit support
      cortexm: use Cortex-M rather than cortex-m3 for dwt registers
      target: fix typos
      cfg: add Freescale FRDM-KL46Z Board
      cfg: LPC17xx default to using SYSRESETREQ to reset target
      doc: update CMSIS-DAP info to match default driver behaviour
      doc: add missing reg command argument 'force'
      flash: declare fixed arrays const
      gdbserver: fix duplicate declaration
      cfg: change default SAM4L cortex_m reset_config
      rtos: fix xml register support regression
      armv7m: remove magic numbers for number of core registers
      target: remove handle_profile_command memory leak
      target: fix handle_profile_command variable typo
      target: remove memory leaks

Stephan Linz (1):
      configure: expand library search for libftd2xx

Steve Moorby (1):
      topic: Added Spansion S25FL128S and S25FL256S spifi devices.

Søren Jørvang (1):
      bus_blaster: do not fail on missing get_latency_timer

Thomas Schmid (1):
      sam4s flash: fix PLLA frequency calculation if diva > 1

Tim Kryger (1):
      bcm281xx: Add bcm281xx SoC and bcm28155_ap board

Tim Sander (1):
      tcl: add Zynq-7000 target and Zedboard board configs

Tom Rini (2):
      cfg: Switch ti_beaglebone to new ftdi interface
      interface/ftdi/xds100v2.cfg: Add another VID/PID, drop desc

Ulf Wetzker (3):
      flash/nor/at91sam3: fixed lock region size
      at91sam3: Added support for at91sam3sd8a and b
      at91sam3: Added support for at91sam3s8a, b and c

William M.A. Traynor (1):
      user guide: Update the ZY1000 description.

Zied Guermazi (1):
      keep gdb aware of threads if RTOS is set but no threads are created

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/openocd.git



More information about the Pkg-electronics-commits mailing list