circuitpython/supervisor
Jeff Epler 953694d56c Fix -Wold-style-definion errors in the raspberrypi port
This mostly means changing `void foo()` to `void foo(void)` at
the function definition site. This was previously only an error
if the declaration site didn't have `(void)`, but the unix
coverage build enables the more strict warning and there's little
difficulty in resolving these diagnostics.

.. other ports can be done too, if desired.
2025-05-25 09:16:00 +02:00
..
shared Fix -Wold-style-definion errors in the raspberrypi port 2025-05-25 09:16:00 +02:00
stub Remove unneeded "post_boot_py" 2025-04-16 18:12:51 +02:00
background_callback.h guard2once -s ... 2024-05-19 20:40:44 -04:00
board.h guard2once -s ... 2024-05-19 20:40:44 -04:00
cpu.h guard2once -s ... 2024-05-19 20:40:44 -04:00
fatfs.h guard2once -s ... 2024-05-19 20:40:44 -04:00
filesystem.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
flash.h guard2once -s ... 2024-05-19 20:40:44 -04:00
linker.h Add Zephyr port 2025-02-04 11:24:13 -08:00
port.h Remove unneeded "post_boot_py" 2025-04-16 18:12:51 +02:00
port_heap.h Add RP2 support for dma_capable 2025-04-10 10:46:51 -07:00
spi_flash_api.h guard2once -s ... 2024-05-19 20:40:44 -04:00
supervisor.mk Remove unneeded "post_boot_py" 2025-04-16 18:12:51 +02:00
usb.h Automount SD cards 2025-03-12 16:27:09 -07:00
workflow.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00