circuitpython/ports/mimxrt/hal/phy/device
robert-hh c5dbbf71c0 mimxrt: Use -Og instead of -O0 for DEBUG builds.
Thanks for the hint, Damien. The DEBUG build got very large recently.
The major difference is, that inline function are now inlined and
not included as a function. That's good and maybe bad. The good thing is,
that the code speed si now close to the final code. It could be worse
in single step debugging. I'll see.

Setting this option caused a new warning and a formatting error
to pop up at different places. Fixed as well.
2021-12-14 08:07:52 +01:00
..
phydp83825 mimxrt: Add a driver for the DP83848 PHY device. 2021-12-14 08:07:52 +01:00
phydp83848 mimxrt: Use -Og instead of -O0 for DEBUG builds. 2021-12-14 08:07:52 +01:00
phyksz8081 mimxrt/eth: Add LAN support and integrate the network module. 2021-10-25 15:14:26 +11:00
phylan8720 mimxrt: Add a driver for the DP83848 PHY device. 2021-12-14 08:07:52 +01:00