3903 Commits (2e76cd3687df0f6a4ea8d042589ced1d22f4ea78)
 

Author SHA1 Message Date
deadprogram 3d9a1ca22a machine/samd21: add hardware flow control for UART 10 months ago
deadprogram c2083014b3 targets: add ninafw tag to nano-rp2040 for ninafw BLE support 10 months ago
Scott Feldman 603a81f194 expose UART4 on wioterminal board 10 months ago
Elias Naur cfc32794a7 os/user: add bare-bones implementation of the os/user package 11 months ago
Elias Naur 1d9c53d00e nix: upgrade to NixOS 23.11 11 months ago
Ayke van Laethem 8d2a07b927 main: add -serial=rtt support 11 months ago
deadprogram ffe6dfd21b machine/nano-rp2040: add UART1 and correct mappings for NINA via UART. 11 months ago
deadprogram cf21380264 machine/serial, rp2040: add support for hardware flow control 11 months ago
deadprogram 534b3b0c0b net: update to latest main branch with accept fix 11 months ago
deadprogram ceeb233ff6 build: another try to handle python unlink/link due to homebrew 11 months ago
deadprogram de3f0af829 build: fix for macos homebrew as discussed in https://github.com/Homebrew/brew/issues/15621 11 months ago
Scott Feldman a511f18c64
stub out more types/funcs to compile against golang.org/x/net/internal/socket (#4037) 11 months ago
deadprogram 731bd5cd1b net: update to latest main branch with TCPListener 11 months ago
deadprogram 4acf59546e modules: update net submodule to latest commit with http Client Transport interface 11 months ago
deadprogram 2ee4d9aaa1 builder/picolib: add needed file for compiling math functions with error support. 11 months ago
deadprogram b58b7c59ae runtime: stub out Breakpoint() function 11 months ago
deadprogram e14b6a7009 lib/cmsis-svd: change to new repo location for the SVD files 11 months ago
deadprogram a1a2d1ab81 modules: switch to main branch of net submodule 2 years ago
Scott Feldman 07591178cd move syscall constants for networking into net space to avoid windows build issue 2 years ago
Scott Feldman 43bdc888dd move IPPROTO_TLS to netdev to avoid src/syscall dependency 2 years ago
Scott Feldman 4229e670ce Add network device driver model, netdev 2 years ago
deadprogram 76a7ad2a3e modules: add tinygo net package as submodule 2 years ago
deadprogram e4f551ac7f src/net: remove existing files to replace with submodule 2 years ago
Yurii Soldak 338590cc75 machine/atmega: uart double speed mode 11 months ago
deadprogram 22d70604d8 sizediff: cleanup before checkout of branche to allow for new/removed files to be able to still run thru size tests 11 months ago
deadprogram c6add1e769 machine/esp32c3: implement RNG 11 months ago
deadprogram c6609a02fa machine/esp32c3: move i2c implementation into separate file to skip m5stamp-c3 since it does not appear to expose those pins 11 months ago
deadprogram a449c4813a build: can only build boards with board files for pin mapping 11 months ago
deadprogram 19fb1bfafc machine/esp32c3: corrected implementation for error handling and when to expect NACK 11 months ago
deadprogram f91b6ad0df machine/esp32c3: handle defaults for I2C configuration 11 months ago
Dmitriy 94459cefe5 machine/esp32c3: implement i2c for esp32-c3 3 years ago
Yurii Soldak 803ba4f54d tools/sizediff: cleanup and calculate ram 11 months ago
Yurii Soldak 2919fa8b14 machine/atmega: bufferSize = 32 11 months ago
Yurii Soldak 6420e90124 machine/atmega328pb: refactor to enable extra uart 11 months ago
deadprogram 2d289addb7 builds: update all GH action workflows to use latest versions 12 months ago
sago35 4df145dcb4 m5stamp-c3: change settings to explicitly use UART 11 months ago
deadprogram e065da20cb targets: add Adafruit qtpy-esp32c3 board support 12 months ago
deadprogram d7c77b6761 machine/esp32c3: implement USB_SERIAL for USBCDC communication 12 months ago
deadprogram f51029484a builds: free space before doing docker build job 12 months ago
deadprogram 03cfcbc17c docker: makefile was renamed but did not show error util cache was busted 12 months ago
deadprogram 649f49e000 docker: remove lists after update to reduce image size 12 months ago
deadprogram 3bcd4dc3e0 lib/cmsis-svd: switch to new location and latest version of shared SVD repository 12 months ago
deadprogram 772c71ec27 make/gen-device-esp: change order of generating ESP32 device wrappers to avoid community ESP32 being overwritten by the official one 12 months ago
Rado M 9b896dc981 refactor: reuse OptLevel() to get the opt level 12 months ago
Scott Feldman d4189feca6 Bump default stack size for target pico to 8kb from 2kb 1 year ago
Damian Gryski 777048cfa9 compiler: fix crash on type assert on interfaces with no methods 1 year ago
sago35 2b215955ca machine/usb: add support for ISERIAL descriptor 1 year ago
Elliott Sales de Andrade ce25f00769 Bump wasi-libc to SDK 20 1 year ago
Elliott Sales de Andrade 1a59aecb63 Point wasi-libc submodule to new location. 4 years ago
Shane O'Donovan cca32e67a9 reflect: stub FuncOf() 1 year ago