2132 Commits (cd628bcde6d86cac40be31993bac4338120d75ff)
 

Author SHA1 Message Date
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
Federico G. Schwindt 78d030aa7a Add os stubs required for net/http 3 years ago
Federico G. Schwindt 62f9f61664 Add runtime stubs required for net/http 3 years ago
Federico G. Schwindt 5b82125765 Add sync.NewCond 3 years ago
Kenneth Bell 2f248bbf8b scheduler: task.Data made 64bit to avoid overflow 4 years ago
sago35 c5ea1fde61 increase stack size for access to sdcard 3 years ago
deadprogram 36dffb5554 machine/rp2040: add support for GPIO input 3 years ago
Ayke van Laethem e8c4c4a865 nrf: don't trigger a heap allocation in SPI.Transfer 3 years ago
Ayke van Laethem 8b79e82686 nrf: avoid heap allocation in waitForEvent 3 years ago
sago35 22eeed2da1 qtpy: add pin for neopixels 3 years ago
Kenneth Bell cfbc9be9bf rp2040: git ignore generated device files 3 years ago
Rajiv Kanchan 722a3a5c94 add rp2040, pico 4 years ago
deadprogram ed2db8a26d Revert "scheduler: task.Data made 64bit to avoid overflow" 3 years ago
Kenneth Bell fd8938c634 scheduler: task.Data made 64bit to avoid overflow 4 years ago
Kenneth Bell fa3dd41a4f stm32: Use TIM for runtime clock 4 years ago
Kenneth Bell 003c96edc0 stm32f103 (bluepill): add pwm 4 years ago
Kenneth Bell ac54302301 stm32f7: add pwm 4 years ago
Kenneth Bell c43a41165a stm32l4: add pwm 4 years ago
Kenneth Bell 3145c2747e stm32l0: add pwm 4 years ago
Kenneth Bell 2c4b507d34 stm32l5: add pwm 4 years ago
Kenneth Bell ee167f15de stm32: add pwm for f4 series 4 years ago
Yurii Soldak 422ebeeec7 Do not disable interrupts on abort 4 years ago
Ayke van Laethem c93ddb630b compiler: skip context parameter when starting regular goroutine 4 years ago
Ayke van Laethem 3edcdb5f0d compiler: do not emit nil checks for loading closure variables 4 years ago
Ayke van Laethem ec325c0643 compiler: add support for running a builtin in a goroutine 4 years ago
Ayke van Laethem 87c2ccb0b9 compiler: add tests for starting a goroutine 4 years ago
Ayke van Laethem 6e1eb28ed0 main: rename goroutine tests 4 years ago
Ayke van Laethem 45cf2a5a1a compiler: refactor goroutine code 4 years ago