1173 Commits (6108ee6859ff6fa2154ee588709e1e0b68f6b2b5)
 

Author SHA1 Message Date
Ayke van Laethem 6108ee6859 cgo: refactor union support 5 years ago
Ayke van Laethem 76c9f13e13 cgo: include all enums in the CGo Go AST 5 years ago
Ayke van Laethem d31deda1b5 main: add 'info' subcommand 5 years ago
Ayke van Laethem 473576e756 cgo: do type checking in CGo testing 5 years ago
Ayke van Laethem 913131bf62 cgo: avoid '"unsafe" imported but not used' error 5 years ago
Ayke van Laethem b41e58bcb4 cgo: rename reserved field names like `type` 5 years ago
BCG 0db403dc0c Adding Board: Feather M4 Express (#688) 5 years ago
Ayke van Laethem cadb75a4aa cgo: implement the constant parser as a real parser 5 years ago
Ayke van Laethem 5987233b99 cgo: refactor constant expressions 5 years ago
Jaden Weiss 992f1fa248 make compiler test names clearer 5 years ago
Ayke van Laethem 1cbe09ee89 compileopts: add linkerscript key 5 years ago
Ayke van Laethem 18cce571a2 main: move ldflags to compileopts 5 years ago
Konstantin Itskov ac330f4a70 runtime: implement interface equality 5 years ago
Ayke van Laethem e977276044 interp: fix "todo: store" panic 5 years ago
Ayke van Laethem feb2b4715b interp: fix scanning declarations 5 years ago
Ayke van Laethem 3b0ed63c29 all: refactor compile options 5 years ago
Ayke van Laethem 59cc901340 main: move compile options to compileopts package 5 years ago
Ayke van Laethem ef600965aa compiler: move Config struct to compileopts 5 years ago
Ayke van Laethem e7cf75030c main: move target specification into a separate package 5 years ago
Ron Evans dff6e6566d go-llvm: update modules to use latest version 5 years ago
Jaden Weiss cdff0bd3ee add blocking select 5 years ago
Ayke van Laethem fa25fa1b0c macos: use llvm@8 instead of just llvm in paths 5 years ago
Ayke van Laethem be7529b261 cgo: add tests for most C types 5 years ago
Ayke van Laethem 26bdfa9c84 cgo: add bare-bones test 5 years ago
Ayke van Laethem b72f677310 cgo: create new GenDecl for every symbol 5 years ago
Ayke van Laethem 2a5ab2500d machine: add support for the X9 Pro smartwatch 5 years ago
Ayke van Laethem c138a50457 cgo: improve diagnostics 6 years ago
Jaden Weiss 86ab03c999 fix miscompile of static goroutine calls to closures 5 years ago
Ayke van Laethem 923a6f5873 interp: add testing for scanning for side effects 5 years ago
Ayke van Laethem 071f863e5d qemu: rename assembly file 5 years ago
Ayke van Laethem b884db81ea cortexm: move SemihostingCall impl to the right asm file 5 years ago
Ron Evans 41df9648a8 machine/samd51: correct channel init and pin map for ADC based on ItsyBitsy-M4 5 years ago
Ron Evans 3ec94a06ed gen-device: correct source for SiFive SVD files 5 years ago
Ron Evans 3777791aa3 machine/samd51: allow setting pinmode for each of the SPI pins 5 years ago
Ayke van Laethem 96d4987345 main: remove ocd-daemon property 5 years ago
Ayke van Laethem 66ed03faa2 machine/hifive1b: fix compiling in simulation (wasm) 5 years ago
Ron Evans 46d468b79d machine/hifive1b: add support for SPI1 5 years ago
Ayke van Laethem 373fa6d69b main: halt GDB on start 5 years ago
Ayke van Laethem a4642ddf59 Makefile: add simulated boards to smoke tests 5 years ago
Ayke van Laethem ceece08959 nrf: add support for the PineTime64 devkit 5 years ago
Ron Evans 7014f90120 machine/samd21: correct handling of pins > 32 based on bugfix for samd51 submitted by @Infinoid 5 years ago
Infinoid f7dde33842 machine/atsamd51: pin method cleanup (#659) 5 years ago
Jun Takeda 2f059ac91e machine/atmega: add PORT C GPIO support 5 years ago
Mark Glines e139a9dd71 machine/atsamd51: pin function selection bugs 5 years ago
Ayke van Laethem 8dc0deaf46 Makefile: add systick example to smoke tests 5 years ago
Jaden Weiss 388d11eecf use error returns to generate detailed error messages in the IR checker 5 years ago
Ron Evans adff391bd2 runtime/samd51: correct initialization for RTC 5 years ago
Ayke van Laethem a7794de99d compiler: fix interface lowering miscompilation with reflect 5 years ago
Jaden Weiss 4339cbd56f add implementaion of array alignment in reflect 5 years ago
Infinoid 6b1faeb882 device/arm: add system timer registers (#654) 5 years ago