circuitpython/ports
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
..
analog Factor out register saves 2025-05-08 16:12:10 -07:00
atmel-samd Merge remote-tracking branch 'adafruit/9.2.x' into merge-from-9.2.x-2025-05-23 2025-05-23 09:05:14 -04:00
broadcom Fix port_get_raw_ticks() for these ports: 2025-05-06 10:57:54 -07:00
cxd56 Merge pull request #10325 from tannewt/collect_rv32_registers 2025-05-09 15:36:50 -07:00
espressif shrink some builds 2025-05-23 10:36:56 -04:00
litex Merge pull request #10325 from tannewt/collect_rv32_registers 2025-05-09 15:36:50 -07:00
mimxrt10xx enable USB host on teensy 4.0 (bottom pads) 2025-05-20 14:59:29 +02:00
nordic nordic: don't confuse microcontroller.reset() with deep sleep wakeup 2025-05-14 16:38:08 -04:00
raspberrypi Fix -Wold-style-definion errors in the raspberrypi port 2025-05-25 09:16:00 +02:00
renode Factor out register saves 2025-05-08 16:12:10 -07:00
silabs Make collect the default 2025-04-24 14:59:07 -07:00
stm Factor out register saves 2025-05-08 16:12:10 -07:00
unix Initial setup of phaser effect. 2025-05-01 08:15:43 -05:00
zephyr-cp Resolve Python Logger warnings 2025-05-14 10:55:23 -07:00