circuitpython/shared-module
Scott Shawcroft 1e225610cc
Add ability to disable BLE workflow
Call `supervisor.disable_ble_workflow()` and the BLE workflow will
be disabled until the chip is reset.

This also includes a couple fixes:
1. Terminals can now be deinit by setting the tilegrid to NULL. This
  prevents using the tilegrid before display is init.
2. Fix BLE serial send amount when sending more than a single packet.

Fixes #5049
2021-08-02 18:37:19 -07:00
..
_bleio ScanEntry.matches() kwarg all -> match_all 2021-07-15 14:36:57 -07:00
_eve run code formatting script 2021-03-15 19:27:36 +05:30
_stage run code formatting script 2021-03-15 19:27:36 +05:30
adafruit_bus_device Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
adafruit_pixelbuf Remove _ from common_hal__adafruit_pixelbuf. 2021-07-16 14:08:39 -04:00
aesio run code formatting script 2021-03-15 19:27:36 +05:30
audiocore RP2040 PWMAudioOut: Release DMA channels after play has finished. 2021-07-01 17:36:29 -04:00
audioio
audiomixer RP2040 PWMAudioOut: Release DMA channels after play has finished. 2021-07-01 17:36:29 -04:00
audiomp3 RP2040 PWMAudioOut: Release DMA channels after play has finished. 2021-07-01 17:36:29 -04:00
audiopwmio
bitbangio bitbangio.SPI.read: Support write_value, fix some other nits 2021-03-26 12:24:09 -05:00
bitmaptools Merge pull request #4454 from jepler/bitmaptools-readinto-4bit 2021-03-21 19:56:23 -05:00
bitops Merge MicroPython 1.14 into CircuitPython 2021-05-11 15:07:40 -07:00
board unlock board.I2C() on reset 2021-05-21 17:49:50 -04:00
busio run code formatting script 2021-03-15 19:27:36 +05:30
canio run code formatting script 2021-03-15 19:27:36 +05:30
displayio OnDiskBitmap: Fix memory corruption when using palette image 2021-07-19 09:25:26 -05:00
fontio run code formatting script 2021-03-15 19:27:36 +05:30
framebufferio Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
gamepadshift Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
ipaddress run code formatting script 2021-03-15 19:27:36 +05:30
keypad Make KeyMatrix row output switch faster 2021-07-21 09:08:32 -04:00
memorymonitor run code formatting script 2021-03-15 19:27:36 +05:30
msgpack Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
multiterminal Merge tag 'v1.9.3' 2017-11-02 12:41:50 -07:00
os run code formatting script 2021-03-15 19:27:36 +05:30
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 remove commented-out code 2021-05-27 11:33:17 -05:00
rotaryio IncrementalEncoder: Re-add missing update of quarter_count 2021-04-09 08:47:40 -05:00
sdcardio run code formatting script 2021-03-15 19:27:36 +05:30
sharpdisplay run code formatting script 2021-03-15 19:27:36 +05:30
storage Create first BLE-only board, Micro:Bit v2 2021-07-14 09:55:51 -07:00
struct Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
synthio RP2040 PWMAudioOut: Release DMA channels after play has finished. 2021-07-01 17:36:29 -04:00
terminalio Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
time merge from upstream + wip 2020-11-25 17:52:06 -05:00
touchio run code formatting script 2021-03-15 19:27:36 +05:30
uheap Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
usb_cdc Failed to advance buffer ptrs in usb_cdc.Serial properly 2021-06-25 09:50:31 -04:00
usb_hid Merge branch 'main' into hid_devices-gc 2021-05-24 18:17:52 -04:00
usb_midi Handle USB_HIGHSPEED for MIDI also 2021-05-19 07:43:47 -04:00
ustack run code formatting script 2021-03-15 19:27:36 +05:30
vectorio Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00