aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_itsybitsy-m0.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: move I2S0 to machine fileAyke 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-09-09targets: add DefaultUART to adafruit boardssago35
2021-05-13machine: define Serial as the default outputAyke van Laethem
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-03-29machine: make machine.I2C0 and similar objects pointersAyke van Laethem
2020-07-23all: changeover to eliminate all direct use of master/slave terminologydeadprogram
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-20all: add compiler support for interruptsAyke van Laethem
2019-10-07machine/samd21: switch UART to use new pin configurationAyke van Laethem
2019-10-07machine/samd21: use pins specified in I2CConfigAyke van Laethem
2019-10-01machine/atsamd21: refactor SPI pin handling to only look at pin numbersAyke van Laethem
2019-09-17machine/samd21: use PinMode for SPI SERCOM peripheral to allow for more confi...Ron Evans
2019-09-14machine/atsamd21: uses different required magic values for BOSSA and UF2 boot...Ron Evans
2019-08-28Updated SPI pins so that they are configurable, enabling multiple SPI sercoms...BCG
2019-07-07machine/samd21/arduino-nano33: adds support for Arduino Nano33 IoT along with...Ron Evans
2019-05-26machine: refactor pins to be of Pin typeAyke van Laethem
2019-05-12machine/samd21: Initial implementation of I2S hardware interface using Circui...Ron Evans
2019-04-17machine/atsamd21: correct pad/pin handling when using both UART and USBCDC in...Ron Evans
2019-04-05machine/itsybitsy-m0: set pins and pin mode mapping for i2c0 busRon Evans
2019-03-04machine/samd21: implement SPI interface for currently supported SAMD21 boardsRon Evans
2019-03-04machine/samd21: move definitions for I2C interfaces into board files, since p...Ron Evans
2019-02-23samd21: define and use hardware pin numbersAyke van Laethem
2019-02-23machine/atsamd21: support for USB CDC aka serial interfaceRon Evans
2019-02-20machine/atsamd21: extracts functionality for processor family into shared files.Ron Evans
2019-02-01machine/itsybitsym0: correct comments for UART1 pin mapping and note which of...Ron Evans
2019-01-28Implement PWM interface for SAMD21 (#157)Ron Evans
2019-01-25Add core support for multiple UARTs (#152)Ron Evans
2019-01-21machine/samd21: I2C implementationRon Evans
2019-01-21machine/itsybitsy-m0: specify which pins to use for UART0Ron Evans
2019-01-18sam: add support for Atmel SAMD21 based ItsyBitsy M0Ron Evans