circuitpython/shared-module
2024-09-23 16:46:20 -04:00
..
_bleio guard2once -s ... 2024-05-19 20:40:44 -04:00
_eve Extend EVE hardware opcodes for future-compatibility 2024-09-06 10:53:05 -07:00
_pixelmap update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
_stage guard2once -s ... 2024-05-19 20:40:44 -04:00
adafruit_bus_device guard2once -s ... 2024-05-19 20:40:44 -04:00
adafruit_pixelbuf CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
aesio guard2once -s ... 2024-05-19 20:40:44 -04:00
atexit guard2once -s ... 2024-05-19 20:40:44 -04:00
audiocore remove dead code 2024-07-17 13:18:00 -07:00
audioio guard2once -s ... 2024-05-19 20:40:44 -04:00
audiomixer guard2once -s ... 2024-05-19 20:40:44 -04:00
audiomp3 Fix infinite loop when there's a partial frame at the end of the file. 2024-09-23 16:46:20 -04:00
audiopwmio guard2once -s ... 2024-05-19 20:40:44 -04:00
aurora_epaper Remove unique error messages 2024-08-13 09:41:23 -07:00
bitbangio CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
bitmapfilter add #pragma once to all CircuitPython header files without any include guards 2024-05-19 20:38:07 -04:00
bitmaptools CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
bitops update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
board Pervasive Displays Aurora E-paper driver 2024-06-05 20:00:45 -04:00
busdisplay CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
canio update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
displayio Avoid crashing when display components are deinitialized 2024-08-28 09:44:02 -05:00
dotclockframebuffer update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
epaperdisplay Make time_to_refresh return 0 correctly 2024-06-03 15:33:11 -07:00
floppyio update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
fontio guard2once -s ... 2024-05-19 20:40:44 -04:00
fourwire update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
framebufferio CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
getpass guard2once -s ... 2024-05-19 20:40:44 -04:00
gifio guard2once -s ... 2024-05-19 20:40:44 -04:00
hashlib update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
i2cdisplaybus update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
imagecapture update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
ipaddress guard2once -s ... 2024-05-19 20:40:44 -04:00
is31fl3741 add #pragma once to all CircuitPython header files without any include guards 2024-05-19 20:38:07 -04:00
jpegio add #pragma once to all CircuitPython header files without any include guards 2024-05-19 20:38:07 -04:00
keypad guard2once -s ... 2024-05-19 20:40:44 -04:00
keypad_demux guard2once -s ... 2024-05-19 20:40:44 -04:00
max3421e update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
memorymonitor guard2once -s ... 2024-05-19 20:40:44 -04:00
msgpack CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
onewireio guard2once -s ... 2024-05-19 20:40:44 -04:00
os CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
paralleldisplaybus update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
qrio CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
rainbowio update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
random CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
rgbmatrix CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
rotaryio update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
sdcardio esp32s3: Implement sdioio 2024-09-18 17:37:59 -04:00
sharpdisplay CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
ssl working on compilation errors 2024-09-06 23:10:41 -04:00
storage CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
struct CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
supervisor guard2once -s ... 2024-05-19 20:40:44 -04:00
synthio CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
terminalio wip: fixing compilation 2024-07-26 18:38:46 -04:00
time update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
touchio guard2once -s ... 2024-05-19 20:40:44 -04:00
traceback guard2once -s ... 2024-05-19 20:40:44 -04:00
uheap update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
usb CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
usb_cdc guard2once -s ... 2024-05-19 20:40:44 -04:00
usb_hid shared-module/usb_hid/Device.c: update tud_hid_set_report_cb() 2024-06-10 18:19:27 -04:00
usb_midi guard2once -s ... 2024-05-19 20:40:44 -04:00
usb_video CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
ustack update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
vectorio guard2once -s ... 2024-05-19 20:40:44 -04:00
warnings update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
watchdog guard2once -s ... 2024-05-19 20:40:44 -04:00
zlib update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00