circuitpython/supervisor
Timon a1052d5f73
Initial broadcom port for Raspberry Pi
This targets the 64-bit CPU Raspberry Pis. The BCM2711 on the Pi 4
and the BCM2837 on the Pi 3 and Zero 2W. There are 64-bit fixes
outside of the ports directory for it.

There are a couple other cleanups that were incidental:
* Use const mcu_pin_obj_t instead of omitting the const. The structs
  themselves are const because they are in ROM.
* Use PTR <-> OBJ conversions in more places. They were found when
  mp_obj_t was set to an integer type rather than pointer.
* Optimize submodule checkout because the Pi submodules are heavy
  and unnecessary for the vast majority of builds.

Fixes #4314
2021-11-22 14:54:44 -08:00
..
messages
shared Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
stub Create first BLE-only board, Micro:Bit v2 2021-07-14 09:55:51 -07:00
background_callback.h Check background pending before sleep 2021-08-19 12:18:13 -07:00
board.h
cpu.h
fatfs_port.h v3 BLE file service: Add file modification times 2021-09-13 14:46:14 -07:00
filesystem.h
flash.h
flash_root_pointers.h
linker.h
memory.h
port.h
serial.h main: redesign boot_out.txt writing 2021-11-01 23:05:34 -05:00
spi_flash_api.h
supervisor.mk More missing-prototypes fixes 2021-11-10 12:22:07 -06:00
usb.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
workflow.h `workflow_active` was never defined or used 2021-05-01 13:34:28 -04:00