3663 Commits (649f49e00080e2317617e19c76450eeb2af491f7)
 

Author SHA1 Message Date
deadprogram 1a67795fd3 examples/usb-midi: remove serial communication from MIDI example 2 years ago
deadprogram c70daa2497 machine/usb: move MIDI under usb/adc (Audio Device Class) package 2 years ago
sago35 d28b58e4dd machine/usb/hid/mouse: add support for mouse back and forward 2 years ago
deadprogram 25b03414dc machine/usb/hid/joystick: handle case where we cannot find the correct HID descriptor 2 years ago
deadprogram 2ab7ee6a8a machine/usb: refactoring descriptors into subpackage for modularity 2 years ago
Damian Gryski 6a2dd35fe6 builder: bump sizes test values 2 years ago
Damian Gryski 4c0fbbfc7f add struct size and field offsets to reflect data 2 years ago
deadprogram 36bd66a858 docs: update README for brevity and to add further info about webassembly 2 years ago
deadprogram 9d7dd3dd4b docs: update LICENSE year 2 years ago
Ayke van Laethem 9bf5d6a4aa builder: add link to compatibility matrix 2 years ago
Ayke van Laethem 839edec64c cortexm: fix stack size offset 2 years ago
Ayke van Laethem 7e05c92420 cortexm: add "gdb" as a debugger 2 years ago
Ayke van Laethem 0b2aec1164 runtime: improve panic message when heap allocating in an interrupt 2 years ago
Ayke van Laethem ae381e74a5 main: print source location when a panic happens in -monitor 2 years ago
Ayke van Laethem 3392827c3e runtime: print the address where a panic happened 2 years ago
Scott Feldman 59838338ba
Add machine.CPUReset() (#3595) 2 years ago
Ron Evans 76303f9db4 Revert "all: better errors when multiple mcus share VID/PID" 2 years ago
Ron Evans 4bf8b618e5 Revert "all: honour port for `-monitor` flash flag" 2 years ago
deadprogram c89a684ad2 machine/gba: rename display and make pointer receivers 2 years ago
Kenneth Bell 7aac1a1391 all: honour port for `-monitor` flash flag 2 years ago
Kenneth Bell af9f19615b all: better errors when multiple mcus share VID/PID 2 years ago
deadprogram 79b63dd041 device/gba: additional IO mapping for sound, DMA, SIO, and sprites 2 years ago
Damian Gryski 06e34caa5f builder: print the status of the job that just completed 2 years ago
cui fliter 4e9f9e2773 fix some comments 2 years ago
Ayke van Laethem 64957c5254 samd51: fix ADC multisampling 2 years ago
Kenneth Bell 1bba5f5d7b targets: make msd-volume-name an array 2 years ago
deadprogram 48ef68dd86 examples: replace fmt with encoding/hex in usb-midi example 2 years ago
Damian Gryski 8b9bee4cad main: don't print `ok` for a successful compile-only 2 years ago
Elliott Sales de Andrade b4c9b579b8 Switch interp tests to opaque pointers 2 years ago
Damian Gryski 2b1dc4fee5 testing: add -test.shuffle to order randomize test and benchmark order 2 years ago
Damian Gryski 0244bed033 testdata: add test for else/defer bug 2 years ago
Damian Gryski 60b23a7035 compiler: update test outputs 2 years ago
Damian Gryski 4326c8f10e compiler: ensure all defers have been seen before creating rundefers 2 years ago
Damian Gryski 1672610749 testing: move runtime.GC() call to runN to match upstream 2 years ago
Damian Gryski e00a2395d9 testing: fix benchmark logging output 2 years ago
sago35 42175496eb machine/atsamd51: remove extra BK0RDY clear 2 years ago
Ayke van Laethem 3b4e543f4e rp2040: use DMA for send-only SPI transfers 2 years ago
Kenneth Bell ad3e9e1a77 i2c: implement target mode for rp2040 and nrf 2 years ago
Kenneth Bell e0385e48d0 nrf: new peripheral type for nrf528xx chips 2 years ago
Kenneth Bell feadb9c85c nrf: move nrf52 family code to correct file name 2 years ago
Kenneth Bell 4bf7308d26 machine: make gosched available to machine package 2 years ago
Ayke van Laethem 19e4db45db samd51: use correct SPI frequency 2 years ago
sago35 71b44e79b3 machine/usb/hid/joystick: allow joystick settings override 2 years ago
deadprogram 9e97566b5f machine/usb/hid/joystick: move joystick under HID as it belongs and also remove duplicate code 2 years ago
Ayke van Laethem 7d83e76833 rp2040: use 4MHz as default frequency for SPI 2 years ago
Damian Gryski 9e7882b1b7 reflect: uncomment a another test the fails and doc some that don't 2 years ago
Damian Gryski 0c4f9d1f19 reflect; uncomment SetZero (but comment out the parts that fail) 2 years ago
Damian Gryski a85cb22193 reflect: uncomment TestAppend and fix a bug it found 2 years ago
Damian Gryski 60bb832c89 reflect: handle Convert'ing between identical underlying types 2 years ago
Ayke van Laethem 6eda52a289 rp2040: remove SPI deadline 2 years ago