tinygo/src/machine
2019-02-01 13:15:01 +01: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_digispark.go avr: add support for the digispark 2018-11-20 18:50:24 +01:00
board_itsybitsy-m0.go machine/itsybitsym0: correct comments for UART1 pin mapping and note which of the analog pin mapping require the second port, which is not yet implemented 2019-02-01 13:15:01 +01:00
board_microbit.go machine/microbit: add default pin mappings for SPI bus 2018-12-22 17:20:40 +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_atsamd21g18.go Implement PWM interface for SAMD21 (#157) 2019-01-28 13:48:52 +01: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 machine/nrf: SPI master implementation 2018-12-02 13:26:08 +01:00
machine_nrf52.go machine/nrf: SPI master implementation 2018-12-02 13:26:08 +01:00
machine_nrf52840.go machine/nrf52840: add support for ADC and PWM interfaces 2018-12-02 19:00:33 +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/stm32f103xx: support for SPI interface 2018-12-31 14:59:07 +01:00
uart.go Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00