tinygo/src/machine
2019-10-31 12:03:35 +01:00
..
board_arduino.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
board_arduino_nano33.go machine/samd21: switch UART to use new pin configuration 2019-10-07 17:49:52 +02:00
board_bluepill.go machine/stm32f103xx: allow board specific UART usage 2019-09-17 10:28:03 +02:00
board_circuitplay_express.go machine/samd21: switch UART to use new pin configuration 2019-10-07 17:49:52 +02:00
board_digispark.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
board_fe310.go machine/hifive1b: fix compiling in simulation (wasm) 2019-10-31 12:03:35 +01:00
board_feather-m0.go machine/samd21: switch UART to use new pin configuration 2019-10-07 17:49:52 +02:00
board_hifive1b.go machine/hifive1b: add support for SPI1 2019-10-29 13:25:13 +01:00
board_hifive1b_baremetal.go machine/hifive1b: fix compiling in simulation (wasm) 2019-10-31 12:03:35 +01:00
board_itsybitsy-m0.go machine/samd21: switch UART to use new pin configuration 2019-10-07 17:49:52 +02:00
board_itsybitsy-m4.go machine/samd51: update to accomodate differences in updated SVD files for from main CMSIS-SVD repo 2019-10-09 18:53:32 +02:00
board_microbit.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
board_nrf52840-mdk.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
board_nucleof103rb.go machine/stm32f103xx/nucleo-f103rb: add support for NUCLEO-F103RB STM32F1-based board 2019-09-17 13:26:26 +02:00
board_pca10031.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
board_pca10040.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
board_pca10056.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
board_pinetime-devkit0.go nrf: add support for the PineTime64 devkit 2019-10-28 07:17:39 +01:00
board_reelboard.go adds PowerSupplyActive to enable supply voltages to nRF52840 and (#430) 2019-06-30 12:23:44 +02:00
board_stm32.go machine/stm32f103xx/nucleo-f103rb: add support for NUCLEO-F103RB STM32F1-based board 2019-09-17 13:26:26 +02:00
board_stm32f4disco.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
board_trinket.go machine/samd21: switch UART to use new pin configuration 2019-10-07 17:49:52 +02:00
buffer.go machine: update ringbuffer to use runtime/volatile.Register8 2019-06-06 19:46:49 +02:00
i2c.go all: use baremetal build tag 2019-08-04 17:12:07 +02:00
i2s.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
machine.go machine/samd21: use pins specified in I2CConfig 2019-10-07 17:25:49 +02:00
machine_atmega.go machine/atmega: add PORT C GPIO support 2019-10-26 11:35:52 +02:00
machine_atsamd21.go machine/samd21: switch UART to use new pin configuration 2019-10-07 17:49:52 +02:00
machine_atsamd21e18.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
machine_atsamd21g18.go machine/samd21: correct handling of pins > 32 based on bugfix for samd51 submitted by @Infinoid 2019-10-27 23:32:56 +01:00
machine_atsamd51.go machine/atsamd51: pin method cleanup (#659) 2019-10-27 21:37:52 +01:00
machine_atsamd51g19.go machine/atsamd51: pin method cleanup (#659) 2019-10-27 21:37:52 +01:00
machine_attiny.go all: move Register{8,16,32} values into runtime/volatile 2019-06-06 19:46:49 +02:00
machine_avr.go all: move Register{8,16,32} values into runtime/volatile 2019-06-06 19:46:49 +02:00
machine_fe310.go machine/hifive1b: add support for SPI1 2019-10-29 13:25:13 +01:00
machine_gameboyadvance.go targets: add support for GameBoy Advance 2019-08-05 09:19:49 +02:00
machine_generic.go all: use baremetal build tag 2019-08-04 17:12:07 +02:00
machine_nrf.go machine/nrf: do not compare slices against nil 2019-10-11 08:45:40 +02:00
machine_nrf51.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
machine_nrf52.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
machine_nrf52840.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
machine_stm32.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
machine_stm32f103xx.go machine/stm32f103xx: allow board specific UART usage 2019-09-17 10:28:03 +02:00
machine_stm32f407.go machine/stm32: use HasBits() method to simplify bit comparisons 2019-05-27 18:43:11 +02:00
spi.go machine/hifive1b: add support for SPI1 2019-10-29 13:25:13 +01:00
uart.go all: add HiFive1 rev B board with RISC-V architecture 2019-07-07 14:03:24 +02:00
usb.go machine/samd21,samd51: remove use of binary package to avoid reflection and reduce binary size 2019-09-24 19:41:34 +02:00