circuitpython/ports/atmel-samd/supervisor
Scott Shawcroft ec78d3cefd
Mark pointers in cpu registers as in use.
This prevents bugs where gc_collect is called from C code that did
a recent allocation.
2018-07-03 05:45:50 -07:00
..
filesystem.c Use the external crystal on SAMD21 again. 2018-06-01 18:01:42 -07:00
port.c Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
samd21_cpu.s Mark pointers in cpu registers as in use. 2018-07-03 05:45:50 -07:00
samd51_cpu.s Mark pointers in cpu registers as in use. 2018-07-03 05:45:50 -07:00
serial.c WIP: works with just keyboard but not complex report descriptor 2018-03-30 23:24:00 -04:00