circuitpython/ports/espressif/common-hal
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
..
alarm Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
analogio Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
audiobusio Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
board Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
busio Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
canio Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
countio Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
digitalio rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
dualbank rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
frequencyio rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
i2cperipheral rename `i2c_num_status` to `peripherals_i2c_get_free_num` 2021-10-07 14:12:14 +05:30
imagecapture ParallelImageCapture: Add continuous capture on espressif 2021-11-03 11:02:46 -05:00
microcontroller Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
neopixel_write rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
nvm Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
os Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
paralleldisplay Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
ps2io Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
pulseio Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
pwmio rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
rgbmatrix Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
rotaryio Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
rtc rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
socketpool Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
ssl Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
supervisor rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
time Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
touchio rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
watchdog Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
wifi like #5571, but for AP 2021-11-16 12:21:50 -06:00