circuitpython/ports/mimxrt/hal
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
..
phy mimxrt: Use -Og instead of -O0 for DEBUG builds. 2021-12-14 08:07:52 +01:00
board.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
flexspi_hyper_flash.c mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
flexspi_hyper_flash.h mimxrt/hal: Remove duplicate definitions from flexspi_hyper_flash.h. 2021-10-25 15:50:44 +11:00
flexspi_nor_flash.c mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
flexspi_nor_flash.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
peripherals.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
pin_mux.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
pwm_backport.c mimxrt: Support PWM using the FLEXPWM and QTMR modules. 2021-11-24 13:48:27 +11:00
pwm_backport.h mimxrt: Support PWM using the FLEXPWM and QTMR modules. 2021-11-24 13:48:27 +11:00
resethandler_MIMXRT10xx.S mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00