aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_itsybitsy-m4.go
AgeCommit message (Expand)Author
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-09-25machine: do not expose RESET_MAGIC_VALUEAyke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-10-25sam: simplify SPI peripheral declarationAyke van Laethem
2021-10-25sam: simplify I2C peripheral declarationsAyke van Laethem
2021-10-25sam: simplify definition of SERCOM UART peripheralsAyke van Laethem
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-05-13machine: define Serial as the default outputAyke van Laethem
2020-07-23all: changeover to eliminate all direct use of master/slave terminologydeadprogram
2020-06-05Standardize SAMD51 UART settings (#1155)sago35
2020-03-18machine/adafruit: make all USB vendor and product names string descriptors co...Ron Evans
2020-03-18machine/usb: set the vid and pid to valid values supplied by Adafruit and Ard...Ron Evans
2020-01-23machine: refactor pin handling to auto-detect pin modeAyke van Laethem
2020-01-11machine/atsamd51: refactor SPI pin configuration to only look at pin numbersAyke van Laethem
2019-11-21Fixes for UART2 on Metro M4 Airlift Lite (#739)BCG
2019-11-01machine/samd51: correct channel init and pin map for ADC based on ItsyBitsy-M4Ron Evans
2019-10-31machine/samd51: allow setting pinmode for each of the SPI pinsRon Evans
2019-10-09machine/samd51: update to accomodate differences in updated SVD files for fro...Ron Evans
2019-09-14machine/atsamd51: add support for ATSAMD51 processor using Adafruit ItsyBitsy...Ron Evans