tinygo/src/machine
2019-04-05 14:31:26 +02:00
..
board_arduino.go Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
board_bluepill.go machine/stm32f103xx: implmentation for I2C interface 2019-01-10 16:10:25 +01:00
board_circuitplay_express.go machine/circuitplay: correct pin and pin mode mapping for both i2c0 (external) and i2c1 (internal) buses 2019-04-05 14:31:26 +02:00
board_digispark.go avr: add support for the digispark 2018-11-20 18:50:24 +01:00
board_itsybitsy-m0.go machine/samd21: implement SPI interface for currently supported SAMD21 boards 2019-03-04 21:47:09 +01:00
board_microbit.go Added regular pins const for bbc:microbit (#181) 2019-02-11 16:33:10 +01:00
board_nrf52840-mdk.go machine/nrf: SPI master implementation 2018-12-02 13:26:08 +01:00
board_pca10031.go machine/nrf: SPI master implementation 2018-12-02 13:26:08 +01:00
board_pca10040.go machine/nrf: SPI master implementation 2018-12-02 13:26:08 +01:00
board_pca10056.go machine/nrf52840: add support for ADC and PWM interfaces 2018-12-02 19:00:33 +01:00
board_reelboard.go machine/nrf: SPI master implementation 2018-12-02 13:26:08 +01:00
buffer.go all: update import paths to github.com/tinygo-org/tinygo 2019-01-31 17:43:19 +01:00
i2c.go machine/samd21: I2C implementation 2019-01-21 21:54:43 +01:00
machine.go avr: ADC with 0-1023 range 2018-09-20 21:39:45 +02:00
machine_atmega.go Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
machine_atsamd21.go machine/circuitplay: correct pin and pin mode mapping for both i2c0 (external) and i2c1 (internal) buses 2019-04-05 14:31:26 +02:00
machine_attiny.go Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
machine_avr.go Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
machine_dummy.go sam: add support for Atmel SAMD21 based ItsyBitsy M0 2019-01-18 18:30:27 +01:00
machine_nrf.go Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
machine_nrf51.go nrf: add CPU frequency 2019-02-24 13:45:10 +01:00
machine_nrf52.go nrf: add CPU frequency 2019-02-24 13:45:10 +01:00
machine_nrf52840.go nrf: add CPU frequency 2019-02-24 13:45:10 +01:00
machine_stm32.go machine/stm32: add support for stm32f103xx UART 2018-12-18 17:17:18 +01:00
machine_stm32f103xx.go Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
spi.go machine/samd21: implement SPI interface for currently supported SAMD21 boards 2019-03-04 21:47:09 +01:00
uart.go Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
usb.go machine/atsamd21: support for USB CDC aka serial interface 2019-02-23 13:34:00 +01:00