tinygo/src/machine
Ayke van Laethem ffa38b183b all: add HiFive1 rev B board with RISC-V architecture
This page has been a big help in adding support for this new chip:
https://wiki.osdev.org/HiFive-1_Bare_Bones
2019-07-07 14:03:24 +02:00
..
board_arduino.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
board_bluepill.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +02:00
board_circuitplay_express.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +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 all: add HiFive1 rev B board with RISC-V architecture 2019-07-07 14:03:24 +02:00
board_feather-m0.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
board_hifive1b.go all: add HiFive1 rev B board with RISC-V architecture 2019-07-07 14:03:24 +02:00
board_itsybitsy-m0.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +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_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_reelboard.go adds PowerSupplyActive to enable supply voltages to nRF52840 and (#430) 2019-06-30 12:23:44 +02:00
board_stm32.go machine: add generic board support on non-baremetal hardware 2019-06-28 10:00:14 +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: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
buffer.go machine: update ringbuffer to use runtime/volatile.Register8 2019-06-06 19:46:49 +02:00
i2c.go all: add HiFive1 rev B board with RISC-V architecture 2019-07-07 14:03:24 +02:00
i2s.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
machine.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
machine_atmega.go all: move Register{8,16,32} values into runtime/volatile 2019-06-06 19:46:49 +02:00
machine_atsamd21.go machine/samd21: use HasBits() method to simplify bit comparisons 2019-05-27 18:43:11 +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: refactor pins to be of Pin type 2019-05-26 20:48:50 +02: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 all: add HiFive1 rev B board with RISC-V architecture 2019-07-07 14:03:24 +02:00
machine_generic.go all: add HiFive1 rev B board with RISC-V architecture 2019-07-07 14:03:24 +02:00
machine_nrf.go machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +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/samd21: use HasBits() method to simplify bit comparisons 2019-05-27 18:43:11 +02:00
machine_stm32f407.go machine/stm32: use HasBits() method to simplify bit comparisons 2019-05-27 18:43:11 +02:00
spi.go all: add HiFive1 rev B board with RISC-V architecture 2019-07-07 14:03:24 +02:00
uart.go all: add HiFive1 rev B board with RISC-V architecture 2019-07-07 14:03:24 +02:00
usb.go all: move Register{8,16,32} values into runtime/volatile 2019-06-06 19:46:49 +02:00