circuitpython/supervisor/shared
Artyom Skrobov 4e3c1d4a4c [build] Allow USB to be set to 0
Unify USB-related makefile var and C def as CIRCUITPY_USB.

Always define it as 0 or 1, same as all other settings.

USB_AVAILABLE was conditionally defined in supervisor.mk,
but never actually used to #ifdef USB-related code.

Loosely related to #4546
2021-04-23 11:13:34 -04:00
..
external_flash Fix devices include by splitting type from defines 2021-03-25 11:37:08 -07:00
usb run code formatting script 2021-03-15 19:27:36 +05:30
autoreload.c Updates based on feedback from jepler 2020-04-06 16:03:31 -07:00
autoreload.h Refine _bleio 2019-10-21 18:57:03 -07:00
background_callback.c run code formatting script 2021-03-15 19:27:36 +05:30
bluetooth.c run code formatting script 2021-03-15 19:27:36 +05:30
bluetooth.h wip: compiles 2020-08-02 11:36:38 -04:00
board.c run code formatting script 2021-03-15 19:27:36 +05:30
board.h run code formatting script 2021-03-15 19:27:36 +05:30
cpu.c Don't block serial output in interrupt 2021-04-09 12:56:03 -07:00
cpu.h Don't block serial output in interrupt 2021-04-09 12:56:03 -07:00
display.c run code formatting script 2021-03-15 19:27:36 +05:30
display.h Turn off terminalio for ja and ko 2020-08-17 17:17:59 -07:00
filesystem.c run code formatting script 2021-03-15 19:27:36 +05:30
flash.c run code formatting script 2021-03-15 19:27:36 +05:30
internal_flash.h Hopefully fix flash flush and hopefully audio as well. 2020-03-13 11:12:31 -07:00
memory.c Redo RP2040 flash settings 2021-03-18 16:55:42 -07:00
micropython.c run code formatting script 2021-03-15 19:27:36 +05:30
rgb_led_colors.h run code formatting script 2021-03-15 19:27:36 +05:30
rgb_led_status.c run code formatting script 2021-03-15 19:27:36 +05:30
rgb_led_status.h run code formatting script 2021-03-15 19:27:36 +05:30
safe_mode.c Merge pull request #4589 from hugodahl/feature/Remove-MicroPython-mention-in-error-messages 2021-04-10 21:30:17 -04:00
safe_mode.h run code formatting script 2021-03-15 19:27:36 +05:30
serial.c Don't block serial output in interrupt 2021-04-09 12:56:03 -07:00
stack.c run code formatting script 2021-03-15 19:27:36 +05:30
stack.h run code formatting script 2021-03-15 19:27:36 +05:30
status_leds.c Add feature conditionals and clean up 2019-07-22 12:58:28 -04:00
status_leds.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
tick.c run code formatting script 2021-03-15 19:27:36 +05:30
tick.h supervisor: factor supervisor_background_tasks from sundry ports 2020-07-15 11:49:44 -05:00
translate.c [qstr] Separate hash and len from string data 2021-04-06 12:58:42 -04:00
translate.h run code formatting script 2021-03-15 19:27:36 +05:30
workflow.c Switch to upstream TinyUSB 2021-01-21 11:33:13 -08:00
workflow.h [build] Allow USB to be set to 0 2021-04-23 11:13:34 -04:00