Ayke van Laethem
610e7fd16a
boards: Add MCH2022 badge
I haven't fully tested this badge because I don't have the physical
hardware but I have followed the pinout from the website.
2 years ago
Dan Kegel
69a6718b38
archFamily(): arm64 is aarch64, not arm; fixes #2985
2 years ago
Ayke van Laethem
7d31d98f0f
runtime: rename printuint to printuintptr
This is arguably the correct name, and is consistent with other print
functions.
2 years ago
Ayke van Laethem
0a93347e1c
machine: reorder pin definitions to improve pin list on tinygo.org
2 years ago
Ayke van Laethem
411333327e
esp32c3: provide hardware pin constants
2 years ago
Ayke van Laethem
159f7ebbc3
esp32: provide hardware pin constants
2 years ago
Ayke van Laethem
153ff09cc5
esp8266: provide hardware pin constants like GPIO2
2 years ago
Ayke van Laethem
57cddf5657
clue: remove pins D21..D28
These pins do not appear in the pinout:
https://learn.adafruit.com/adafruit-clue/pinouts
2 years ago
Ayke van Laethem
6a35719594
avr: fix some apparent mistake in atmega1280/atmega2560 pin constants
2 years ago
Ayke van Laethem
20a46e1b28
nrf51: define and use P0_xx constants
This makes nrf51 consistent with nrf52 and other chips, which do provide
constants for hardware pin numbers.
I've also added the microbit to the smoketest because it is used on
play.tinygo.org. And removed PCA10040 and PCA10056 because they aren't
provided on play.tinygo.org anymore.
2 years ago
sago35
926c02b6ff
rp2040: reduced allocations
2 years ago
sago35
f370cd18fc
rp2040: add support for EnterBootloader()
2 years ago
sago35
a1d7cab080
rp2040: change volatile access to dpsram
2 years ago
deadprogram
15a9e2313a
machine/usb/midi: correct reference to handler function
Signed-off-by: deadprogram <ron@hybridgroup.com>
2 years ago
sago35
58f2533f15
rp2040: change default for serial to usb
2 years ago
deadprogram
3c2d2a93d3
machine/usb: refactorings to move functionality under machine/usb package
Signed-off-by: deadprogram <ron@hybridgroup.com>
2 years ago
Federico G. Schwindt
ea36fea5a9
Add support for printing slices via print/println
With help from @aykevl .
2 years ago
deadprogram
5fdb894760
usb: rename callback to handler to keep consistent
Signed-off-by: deadprogram <ron@hybridgroup.com>
2 years ago
sago35
8fed063820
usb: add support for midi
2 years ago
deadprogram
2f843af286
build: run tests on drivers and bluetooth repos after successful docker dev build
Signed-off-by: deadprogram <ron@hybridgroup.com>
2 years ago
sago35
7afc47d67a
usb: add DTR and RTS to serialer interface
2 years ago
sago35
0bc7c2a61f
rp2040: add support for usb ( #2973 )
* rp2040: add support for usb
2 years ago
sago35
d434058aef
samd21,samd51,nrf52840: move usbcdc to machine/usb/cdc ( #2972 )
* samd21,samd51,nrf52840: move usbcdc to machine/usb/cdc
2 years ago
Ayke van Laethem
56780c2691
ci: build Linux binary in Alpine container
This makes it easier to move the TinyGo compiler between Linux versions
because it doesn't depend on any system libraries anymore. For example,
binaries should be able to run on old Linux versions and on
distributions without glibc (such as Alpine Linux).
3 years ago
Kenneth Bell
1d99b1ed84
boards: add Challenger RP2040 LoRa
2 years ago
Kenneth Bell
e1405640da
all: git ignore smoketest output
2 years ago
Daniel Esteban
5996e113ad
update list of boards supported to add Badger2040
2 years ago
sago35
f1e6997018
atsamd21,atsamd51,nrf52840: improve usb-device initialization
2 years ago
sago35
335a7ad0b7
samd21,samd51,nrf52840: refactor handleStandardSetup and initEndpoint ( #2968 )
* samd21,samd51,nrf52840: refactor handleStandardSetup and initEndpoint
2 years ago
sago35
17deac116f
samd21,samd51,nrf52840: change usbSetup and sendZlp to public
2 years ago
Daniel Esteban
b112477e95
Initial support for XIAO RP2040
2 years ago
sago35
2fa24ef752
samd21,samd51,nrf52840: refactor usb initialization
2 years ago
sago35
fcefcb191c
samd21,samd51,nrf52840: unify bootloader entry process
2 years ago
sago35
ff7c71c99c
serial: use common initialization for serial
2 years ago
sago35
7eaad62568
feather-rp2040,macropad-rp2040: fix qspi-flash settings
2 years ago
sago35
401bd89664
samd21, samd51: move USB-CDC code
2 years ago
Damian Gryski
24b1bfcecd
tests/runtime: add benchmarks for runtime memhash
2 years ago
Ayke van Laethem
27162ebe32
cgo: add a check that we don't use different LLVM versions
2 years ago
Ayke van Laethem
b347aea450
cgo: fix default LLVM version to LLVM 14
Without extra flags, we would try to use LLVM 13 for cgo and LLVM 14 for
other things since 873412b43a
. That isn't
great. So fix this by only using LLVM 14 in the cgo package.
2 years ago
sago35
1766746c60
rp2040: add usb settings
2 years ago
Damian Gryski
07049b87b6
targets: make leveldb runtime hash default for wasi
2 years ago
sago35
f38603530d
all: update version for next development iteration
2 years ago
deadprogram
b65447c7d5
ci: use bash shell for making release artifacts
Signed-off-by: deadprogram <ron@hybridgroup.com>
2 years ago
Ayke van Laethem
0abc909739
ci: disable ccache on Windows
2 years ago
Ayke van Laethem
d984b55311
all: update to version 0.24.0
2 years ago
sago35
446fe1f5b3
makefile: add badger2040, thingplus-rp2040 to smoketest
2 years ago
Ayke van Laethem
873412b43a
all: use LLVM 14 by default
This also adds support for LLVM 14 from Homebrew on MacOS.
2 years ago
Kenneth Bell
8a5ab5ab12
rp2040: fix gpio interrupts
2 years ago
Ayke van Laethem
77cf60ef30
darwin: print full size information for -size=full
The MachO file format is a bit weird and doesn't store the DWARF debug
information directly in the file. Instead, it has to be looked up in the
original object file. This makes reading the DWARF debug information for
code size usage a bit more difficult. However, it works with this
change.
2 years ago
Ayke van Laethem
a4e2e09457
compiler: drop support for macos syscalls via inline assembly
This has always been unsupported on MacOS and has in fact been removed
from upstream Go a few releases ago. So do the same for TinyGo.
Linux seems to be the only supported OS with a stable syscall interface.
2 years ago