2159 Commits (607d8242111560233ffd54eda461a43cc9c4760b)
 

Author SHA1 Message Date
Ayke van Laethem 607d824211 interp: keep reverted package initializers in order 3 years ago
Ayke van Laethem 8cc7c6d572 interp: populate Inst field in interp.Error 3 years ago
Ayke van Laethem cdba4fa8cc interp: don't ignore array indices for untyped objects 3 years ago
Ayke van Laethem 0565b7c0e0 cortexm: fix stack overflow because of unaligned stacks 3 years ago
soypat 444dded92c move xtoi2 to parse.go 3 years ago
Patricio Whittingslow 42785e08e8 add MAC address implementation to net 3 years ago
sago35 2d633e3a28 version: update TinyGo version to 0.20.0-dev 3 years ago
Ayke van Laethem 64d048c47c main: release version 0.19.0 3 years ago
sago35 c8e231bc0b targets: add serial and serial-port key to JSON files for seeed boards 3 years ago
sago35 b00cfc001e targets: add serial and serial-port key to JSON files for adafruit boards 3 years ago
sago35 e127ceac67 machine/feather-nrf52840-sense: fix msd-volume-name 3 years ago
sago35 e5453ebe27 machine/feather-nrf52840-sense: add board definition for Adafruit Feather nRF52840 Sense 3 years ago
deadprogram 0e267dd230 targets: add serial key to JSON files for newly added rp2040 boards, and also nano-33-ble board 3 years ago
Ayke van Laethem 96e863f0f3 all: add a flag to the command line to select the serial implementation 3 years ago
Ayke van Laethem 75298bb84b os: implement process related functions 3 years ago
Ayke van Laethem e65592599c compiler: implement syscall.rawSyscallNoError in inline assembly 3 years ago
Yurii Soldak e02f308d43 rp2040: fix for nano-rp2040 board 3 years ago
Yurii Soldak bfe3f68647 smoke&readme: add missing boards 3 years ago
Ayke van Laethem 2bb70812a8 compiler: add function and global section pragmas 4 years ago
Ayke van Laethem 293f4ea7bc compiler: add tests for pragmas 4 years ago
Ayke van Laethem c3032660c9 wasi: remove wasm build tag 3 years ago
Ayke van Laethem d94f42f6e2 crypto/rand: replace this package with a TinyGo version 3 years ago
Ayke van Laethem d8ac7ccaae interp: fix a bug in pointer cast workaround 3 years ago
Federico G. Schwindt 64058c3efb
net: os: add more stubs for 1.15 3 years ago
Ayke van Laethem e107efa63f main: detect specific serial port IDs based on USB vid/pid 3 years ago
Kenneth Bell 8e33f1c9eb rp2040: support Adafruit Feather RP2040 3 years ago
Ayke van Laethem 1913cb76a5 cortexm: bump default stack size to 2048 bytes 3 years ago
Ayke van Laethem cd628bcde6 nrf52840: add support for flashing with the BOSSA tool 3 years ago
Ayke van Laethem d1f445735c syscall: fix int type in libc version 3 years ago
Yurii Soldak 28a2ad4757 gdb: use "extended-remote" instead of "remote", allows connect from another client 4 years ago
Ayke van Laethem f2e8d7112c compiler: refactor method names 3 years ago
Kenneth Bell 52d640967b rp2040: patch elf to checksum 2nd stage boot 3 years ago
deadprogram 87e48c1057 machine/rp2040: implement UART0/UART1, can be used on all rp2040 boards 3 years ago
sago35 b406b81416 machine: add definition for ws2812 3 years ago
Ayke van Laethem 3a458ec75c main: make flash-command portable and safer to use 3 years ago
Yurii Soldak 7764797061 board/nano-33-ble: pins, blinking leds and serial 3 years ago
Kenneth Bell 5f9e339cf3 stm32: support pin input interrupts 3 years ago
Kenneth Bell c017ed2242 bluepill: GPIO PinInputPullup / PinInputPulldown 3 years ago
Yurii Soldak d62a9e24e5 runtime: expose memory stats 3 years ago
Federico G. Schwindt b092856238 Add more net compatibility 3 years ago
Yurii Soldak 15d77119c9 board/nano-rp2040: pins and blinking led 3 years ago
Yurii Soldak 95af444896 machine/rp2040: gpio and adc pin definitions 3 years ago
Olaf Flebbe 1f5e4e79aa support flashing pca10059 from windows 3 years ago
deadprogram 9912dd6db1 machine/rp2040: add basic support for ADC 3 years ago
deadprogram 42ec3e2469 docker: use github actions to build/publish tinygo-dev dockerfile 3 years ago
Ayke van Laethem 4e610a0ee7 main: escape commands while printing them with the -x flag 3 years ago
Ayke van Laethem af65c006e6 loader: fix testing a main package 3 years ago
Ayke van Laethem 98f117fca4 main: add -test flag for `tinygo list` 3 years ago
Ayke van Laethem 4c95febeee main: don't consider compile-only tests as failing 3 years ago
Federico G. Schwindt 793a3175d3
reflect: add stubs required for net/http 3 years ago