circuitpython/shared-bindings
2024-03-21 11:31:56 -05:00
..
__future__ Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
_bleio Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
_eve convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
_pew Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
_pixelmap Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
_stage Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
adafruit_bus_device Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
adafruit_pixelbuf Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
aesio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
alarm Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
analogbufio correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
analogio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
atexit wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
audiobusio merge from 8.2.x 2023-12-22 15:32:35 -05:00
audiocore Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audioio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audiomixer Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audiomp3 Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audiopwmio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
bitbangio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
bitmapfilter fix stub documentation 2024-01-30 12:11:26 -06:00
bitmaptools remove if, remove +/- 1, add blit test 2024-02-05 09:32:22 -06:00
bitops Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
board Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
busdisplay update busdisplay docstring example code 2024-03-21 11:31:56 -05:00
busio Numerous iMX fixes and SDK update 2024-02-15 15:34:20 -08:00
camera correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
canio Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
codeop codeop: simplify slightly now that there's no problem with <input> qstr 2023-12-14 17:21:29 -06:00
countio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
digitalio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
displayio Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
dotclockframebuffer Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
dualbank Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
epaperdisplay Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
floppyio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
fontio Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
fourwire Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
framebufferio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
frequencyio Remove old pcnt, rmt and timer group drivers 2024-02-12 16:09:25 -08:00
getpass Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
gifio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
gnss Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
hashlib Share the implementation of hashlib across ports 2023-12-22 17:06:12 -06:00
i2cdisplaybus Merge pull request #8553 from tannewt/switch_to_split_heap 2023-11-08 12:48:12 -05:00
i2ctarget correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
imagecapture correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
ipaddress Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
is31fl3741 Merge pull request #8553 from tannewt/switch_to_split_heap 2023-11-08 12:48:12 -05:00
jpegio example code Bitmap argument 2024-02-11 16:50:58 -06:00
keypad Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
locale Fix the locale module docstring 2023-11-15 07:22:11 -06:00
math Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
mdns Updates for CircuitPython 9.x 2023-10-30 20:53:26 -07:00
memorymap Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
memorymonitor Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
microcontroller Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
msgpack Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
neopixel_write initial merge from v1.20.0; just satisifying conflicts 2023-09-19 11:10:12 -04:00
nvm Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
onewireio correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
os Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
paralleldisplaybus Fix type stub 2024-02-07 13:51:34 -08:00
ps2io correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
pulseio Remove old pcnt, rmt and timer group drivers 2024-02-12 16:09:25 -08:00
pwmio Switch to finaliser for PWMOut and audiopwmio 2024-02-21 11:53:29 -08:00
qrio Fix qrio named_tuple declaration 2023-10-25 13:12:37 -07:00
rainbowio wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
random random: fix getrandbits(0) 2024-02-13 17:00:52 -06:00
rgbmatrix Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
rotaryio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
rtc Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
sdcardio Make SD cards available over web workflow 2024-01-16 14:12:16 -08:00
sdioio Make SD cards available over web workflow 2024-01-16 14:12:16 -08:00
sharpdisplay convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
socketpool Require explicit socket port reuse 2024-02-16 14:31:19 -08:00
ssl Fix ssl.SSLSocket bind() error checking 2024-02-20 15:46:06 -08:00
storage Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
struct Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
supervisor Fix serial_bytes_available documentation 2024-03-11 00:51:53 -04:00
synthio Add fixes to a couple incorrect type annotations (#8895) 2024-02-13 13:07:57 -05:00
terminalio Restore CIRCUITPY-CHANGEs for stream protocols 2023-12-24 10:41:54 -06:00
time Use MICROPY_FLOAT_CONST 2024-02-13 17:00:52 -06:00
touchio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
traceback Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
uheap wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
usb Fix pointer-ness, const-ness of compressed messages 2023-10-25 21:40:11 +02:00
usb_cdc Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
usb_hid usb_hid.set_interface_name: use port_malloc to allocate memory for interface name 2024-03-03 09:11:59 +01:00
usb_host RP2040 now builds 2023-10-05 14:49:49 -04:00
usb_midi Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
usb_video fix markup 2024-01-31 12:42:48 -06:00
ustack wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
vectorio correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
warnings Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
watchdog Tweak watchdog 2024-03-06 12:17:31 -08:00
wifi removed max_stations call - difficult to do properly on Espressif and no one asked for it 2024-02-20 10:02:43 -08:00
zlib Merge remote-tracking branch 'adafruit/main' into v1.20-merge 2023-10-11 11:21:57 -07:00
help.rst Apply a Sphinx transform to make the core module docs look better 2020-08-07 00:01:31 +09:00
index.rst docs: Improve 5.0.x <-> main branch doc linkrot 2020-06-14 11:12:35 -05:00
support_matrix.rst Fix docs build by splitting out support matrix 2023-10-24 16:20:51 -07:00
util.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
util.h synthio: Add LFOs 2023-05-15 21:15:39 -05:00