circuitpython/supervisor/shared/bluetooth
Scott Shawcroft 25e862d110
Make SD cards available over web workflow
This changes storage.mount() to require that a mount point exist
on the parent file system.

A bug in background tasks is also fixed where the function
parameter is cleared on pending callbacks during "reset".

Disk usage is shown on the directory listing and changes based on
the mounted file system. Writable is also loaded per-directory.

Fixes #8108. Fixes #8690. Fixes #8107.
2024-01-16 14:12:16 -08:00
..
bluetooth.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
bluetooth.h implement certain supervisor functions as properties 2022-10-01 23:44:22 +05:30
file_transfer.c Make SD cards available over web workflow 2024-01-16 14:12:16 -08:00
file_transfer.h Add BLE serial service 2021-06-25 15:00:10 -07:00
file_transfer_protocol.h Bump to v4 with move and dir path tweaks 2021-09-13 14:46:14 -07:00
serial.c Watch for ctrl-c over BLE workflow serial 2023-01-18 16:28:35 -08:00
serial.h Create first BLE-only board, Micro:Bit v2 2021-07-14 09:55:51 -07:00