260 Commits (dc981ce50973f7acb40aae7488b050eae88f8736)

Author SHA1 Message Date
Ayke van Laethem c522569378 wasm: only export explicitly exported functions 4 years ago
akif999 a075cbedf5 fix msd-volume-name (qtpy) 4 years ago
ardnew 99b129d366
Add board support for Adafruit Grand Central M4 (SAMD51) (#1714) 4 years ago
Federico G. Schwindt 303acf5ed6
Upgrade WASI version to wasi_snapshot_preview1 (#1691) 4 years ago
Ayke van Laethem 869baca117 wasi: specify wasi-libc in a different way 4 years ago
Ayke van Laethem 9c3e479432 all: remove support for LLVM 9 4 years ago
Ramon c299386906
Add nrf52840-mdk-usb-dongle target (#1654) 4 years ago
Yongbin Kim 9f06798cb9 Fix typo in wasm_exec.js, syscall/js.valueLoadString() 4 years ago
Kenneth Bell fcdaa83368 stm32-l5: corrected alt function and other review comments 4 years ago
Kenneth Bell af02c09b56 nucleol552ze: implementation with CLOCK, LED, and UART 4 years ago
Ayke van Laethem 801bd2a7ff avr: use Clang for compiling C and assembly files 4 years ago
Ayke van Laethem 9c8ef5c48f digispark: split off attiny85 target 4 years ago
Ayke van Laethem d3d4acaadf esp: add picolibc 4 years ago
Ayke van Laethem 676a78776a esp8266: add compiler-rt library 4 years ago
Přemek Vyhnal 32a5d46c57
nice!nano board support (#1499) 4 years ago
Ayke van Laethem 154c7c691b stm32: use stm32-rs SVDs which are of much higher quality 4 years ago
Fauchon 65caf777dd
Support for STM32L0 MCUs and Dragino LGT92 device (#1561) 4 years ago
deadprogram 6ec868710b machine/microbit-v2: add initial support based on work done by @alankrantas thank you! 4 years ago
Quentin Smith 75f13491b6 Add support for the P1AM-100 (similar to Arduino MKR) 4 years ago
Jacques Supcik 2f4200a01b
Add support for additional openocd commands (#1492) 4 years ago
deadprogram 939b393325 machine/clue: correct volume name and add alias for release version of Adafruit Clue board 4 years ago
kenbell 43a31467d3
Nucleo f722ze (#1526) 4 years ago
Ayke van Laethem 4568de556e esp32: use the compiler-rt library for extra routines 4 years ago
ardnew 7a4ccd916f
matrixportal-m4: Add support for board Adafruit Matrix Portal M4 (#1529) 4 years ago
Ayke van Laethem 4cc1cdf672 main: support gdb debugging with AVR 5 years ago
Ayke van Laethem 098f900363 esp8266: implement task based scheduler 4 years ago
Ayke van Laethem caf35cfc41 esp32: implement task based scheduler 4 years ago
Ayke van Laethem abb09e869e runtime, internal/task: refactor to simplify stack switching 4 years ago
fleshin 7abc67107d
sam: add support for the MKR1000 board 4 years ago
Ayke van Laethem 3f680b75f3 sam: remove redundant build tags 4 years ago
ardnew b1d24a72c1 teensy40: fix typo in target JSON 4 years ago
ardnew 6e24c86320 teensy40: remove FPU spec in target JSON list of cflags 4 years ago
ardnew 19a0270303 teensy40: refactor to remove unnecessary code and constants 4 years ago
ardnew 691185f5f4 teensy40: initial implementation 4 years ago
deadprogram 77c70d2758 machine/qtpy: add board definition for Adafruit QTPy 4 years ago
Lucas Teske 387bca8e32 nintendoswitch: Add env parser and removed unused stuff 4 years ago
Ayke van Laethem 171f793c1e avr: properly support the .rodata section 4 years ago
Ayke van Laethem 7a78b2dc0e all: replace underscores with dashes in target names 4 years ago
Ayke van Laethem 6ab0106af3 nrf: fix nrf52832 flash size 4 years ago
蒼時弦也 e690ff0d8c Add instanceof support for WebAssembly 4 years ago
deadprogram d382f3a259 esp8266: add target for d1mini board and add pin mappings for SPI/I2C to help out implementers 4 years ago
deadprogram c7d8223ab7 machine/esp32, targets/esp32: correct board definitions for actual boards not processor variants, also define all labeled pins 4 years ago
deadprogram bb146edb47 wasi: remove --no-threads flag as no longer in LLVM 11 linker 4 years ago
Ayke van Laethem b40f250530 main: add initial support for (in-development) LLVM 11 5 years ago
Takeshi Yoneda 9a015f4f64
add wasm-abi field in TargetSpec && set generic for WASI by default (#1421) 4 years ago
Ayke van Laethem 67de8b490d gc: use raw stack access whenever possible 4 years ago
Ayke van Laethem bfa29f17da runtime: move/refactor some GC-related code 4 years ago
Takeshi Yoneda f50ad3585d
support WASI target (#1373) 4 years ago
Ayke van Laethem b713001313 test: support non-host tests 4 years ago
Lucas Teske 622de53854 nintendoswitch: simplified assembly code 4 years ago