circuitpython/shared-module
Dan Halbert 57cf054e26
Merge pull request #9912 from patricksurry/demux-keymatrix-delay
fix: Add delay to DemuxKeyMatrix along with columns_to_anodes and transpose options
2025-01-03 12:42:17 -05: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 espressif: get new I2C driver working 2024-09-20 17:48:17 -04:00
adafruit_pixelbuf adafruit_pixelbuf: Allow the buffer to be written in _transmit 2024-10-18 13:01:24 -05: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
audiodelays Add audiodelays & audioeffects to unix coverage port 2024-11-05 09:36:18 -06:00
audiofilters Merge pull request #9772 from relic-se/audiofilters_filterlist 2024-11-10 09:13:34 -06:00
audioio guard2once -s ... 2024-05-19 20:40:44 -04:00
audiomixer Revert to original functionality when synthio is not supported. 2024-12-20 11:24:06 -06:00
audiomp3 MP3Decoder: clear out DSP data when opening a new stream 2024-12-04 13:55:09 -06: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 add support for 24 bit color depth 2024-12-09 16:22:15 -06:00
dotclockframebuffer update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
epaperdisplay epaperdisplay: fix delay when two_byte_sequence_length is true 2024-10-08 09:03:08 +02: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 fix keys.*.reset() behavior to send pressed instead of released events 2024-11-19 17:26:24 -05:00
keypad_demux Fix transpose logic 2024-12-26 10:04:21 -05: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 - Fixed USB endpoint descriptor problems. All USB classes should now be usable. - Had to adjust some shared modules to account for MAX32 devices not supporting IN/OUT endpoints on the same EP # 2024-11-25 15:28:41 -08: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 Merge pull request #9756 from jepler/synthio-blockbiquad 2024-11-10 17:43:58 -06: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 revert usb.core.Device error message changes 2024-10-07 17:50:22 +00:00
usb_cdc - Fixed USB endpoint descriptor problems. All USB classes should now be usable. - Had to adjust some shared modules to account for MAX32 devices not supporting IN/OUT endpoints on the same EP # 2024-11-25 15:28:41 -08:00
usb_hid - Fixed USB endpoint descriptor problems. All USB classes should now be usable. - Had to adjust some shared modules to account for MAX32 devices not supporting IN/OUT endpoints on the same EP # 2024-11-25 15:28:41 -08:00
usb_midi - Fixed USB endpoint descriptor problems. All USB classes should now be usable. - Had to adjust some shared modules to account for MAX32 devices not supporting IN/OUT endpoints on the same EP # 2024-11-25 15:28:41 -08: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 move 'after' print to cut a duplicate line 2024-12-01 21:42:51 -06: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