.. |
_bleio
|
Fix up onewireio docs and other notes
|
2021-08-12 11:15:04 -07:00 |
_eve
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
_pew
|
Merge MicroPython v1.11 into CircuitPython
|
2021-04-26 15:47:41 -07:00 |
_stage
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
_typing
|
_typing: ulab.ndarray is moving
|
2021-07-20 19:49:43 -05:00 |
adafruit_bus_device
|
Convert more modules to use MP_REGISTER_MODULE
|
2021-08-25 20:48:55 -04:00 |
adafruit_pixelbuf
|
Convert more modules to use MP_REGISTER_MODULE
|
2021-08-25 20:48:55 -04:00 |
aesio
|
Merge pull request #4716 from tyomitch/main
|
2021-05-08 08:47:29 -05:00 |
alarm
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
analogio
|
Convert more modules to use MP_REGISTER_MODULE
|
2021-08-25 20:48:55 -04:00 |
atexit
|
Convert more modules to use MP_REGISTER_MODULE
|
2021-08-25 20:48:55 -04:00 |
audiobusio
|
Convert more modules to use MP_REGISTER_MODULE
|
2021-08-25 20:48:55 -04:00 |
audiocore
|
restrict WaveFile buffer size to 8-1024
|
2021-08-26 09:34:02 -04:00 |
audioio
|
Convert more modules to use MP_REGISTER_MODULE
|
2021-08-25 20:48:55 -04:00 |
audiomixer
|
Convert more modules to use MP_REGISTER_MODULE
|
2021-08-25 20:48:55 -04:00 |
audiomp3
|
Convert more modules to use MP_REGISTER_MODULE
|
2021-08-25 20:48:55 -04:00 |
audiopwmio
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
bitbangio
|
Fix linker error when ONEWIREIO = 0
|
2021-08-20 18:11:04 +02:00 |
bitmaptools
|
changed argument names and make replaced_color_value argument optional
|
2021-08-21 11:08:25 -05:00 |
bitops
|
s/Circuit Python/CircuitPython/g
|
2021-05-06 16:22:35 +03:00 |
board
|
add board.ID
|
2021-08-26 23:11:55 +02:00 |
busio
|
Fix linker error when ONEWIREIO = 0
|
2021-08-20 18:11:04 +02:00 |
camera
|
Build fixes thanks to jepler
|
2021-05-06 09:04:56 -07:00 |
canio
|
Fix up onewireio docs and other notes
|
2021-08-12 11:15:04 -07:00 |
countio
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
digitalio
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
displayio
|
Minor docs fix in FourWire.c
|
2021-08-25 11:23:33 +01:00 |
dualbank
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
fontio
|
Use MP_REGISTER_MODULE with displayio, terminalio, and fontio
|
2021-08-24 20:07:10 -04:00 |
framebufferio
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
frequencyio
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
gamepadshift
|
more gamepad removal
|
2021-07-26 23:34:25 -04:00 |
getpass
|
add getpass module
|
2021-08-09 17:50:28 +05:30 |
gnss
|
Build fixes thanks to jepler
|
2021-05-06 09:04:56 -07:00 |
i2cperipheral
|
Merge MicroPython v1.11 into CircuitPython
|
2021-04-26 15:47:41 -07:00 |
imagecapture
|
fix doc typos
|
2021-06-21 09:04:26 -04:00 |
ipaddress
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
keypad
|
Merge pull request #5123 from gamblor21/keypad_dup_pin_check
|
2021-08-19 22:20:04 -05:00 |
math
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
memorymonitor
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
microcontroller
|
Made error message clear and reduce calls
|
2021-08-19 20:03:49 -05:00 |
msgpack
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
multiterminal
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
neopixel_write
|
Merge MicroPython v1.11 into CircuitPython
|
2021-04-26 15:47:41 -07:00 |
nvm
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
onewireio
|
Fix up onewireio docs and other notes
|
2021-08-12 11:15:04 -07:00 |
os
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
ps2io
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
pulseio
|
shrink thunderpack_v11; fix PulseOut doc
|
2021-08-23 21:57:29 -04:00 |
pwmio
|
Switch to pin, frequency and duty_cycle PulseOut
|
2021-07-26 18:35:49 -07:00 |
qrio
|
qrio: Split QRInfo & PixelPolicy to their own .c/.h files
|
2021-08-06 09:53:17 -05:00 |
rainbowio
|
Rename rainbow to rainbowio
|
2021-07-12 14:40:01 -04:00 |
random
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
rgbmatrix
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
rotaryio
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
rtc
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
sdcardio
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
sdioio
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
sharpdisplay
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
socketpool
|
Comment where -2 value comes from
|
2021-07-22 16:38:48 -07:00 |
ssl
|
Remove OSError(0) and old network modules
|
2021-07-21 17:33:40 -07:00 |
storage
|
Check background pending before sleep
|
2021-08-19 12:18:13 -07:00 |
struct
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
supervisor
|
Fix builds without the ble workflow
|
2021-08-03 14:36:41 -07:00 |
synthio
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
terminalio
|
Use MP_REGISTER_MODULE with displayio, terminalio, and fontio
|
2021-08-24 20:07:10 -04:00 |
time
|
Merge pull request #4762 from Neradoc/small-timestamps-if-epoch-2000
|
2021-07-15 15:08:09 -04:00 |
touchio
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
traceback
|
Fix up onewireio docs and other notes
|
2021-08-12 11:15:04 -07:00 |
uheap
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
usb_cdc
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
usb_hid
|
../../shared-bindings/usb_hid/Device.c
|
2021-08-24 12:36:06 -04:00 |
usb_midi
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05:00 |
ustack
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
vectorio
|
add location property to vectorshape and all composed shapes
|
2021-08-08 00:14:53 -07:00 |
watchdog
|
add traceback object
|
2021-08-04 12:10:57 +05:30 |
wifi
|
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
|
2021-07-12 06:57:59 -05: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
|
Merge MicroPython 1.13 into CircuitPython
|
2021-05-04 18:06:33 -07:00 |
util.c
|
Refactor deinit check to reduce code size.
|
2019-06-12 11:36:43 -07:00 |
util.h
|
Refactor deinit check to reduce code size.
|
2019-06-12 11:36:43 -07:00 |