micropython/ports/renesas-ra/ra
Damien George b3f2f18f92 renesas-ra: Fix spelling mistakes found by codespell.
And enable codespell for this port in `pyproject.toml`.

Signed-off-by: Damien George <damien@micropython.org>
2024-03-07 14:15:49 +11:00
..
ra_adc.c renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_adc.h renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_config.h renesas-ra/ra: Fix SysTick clock source. 2024-01-17 11:17:59 +11:00
ra_dac.c renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_dac.h renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_flash.c renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_flash.h renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_gpio.c renesas-ra/machine_pin: Support drive keyword and fix GPIO setting. 2022-08-31 11:59:49 +10:00
ra_gpio.h renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_gpt.c renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_gpt.h renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_i2c.c renesas-ra: Fix spelling mistakes found by codespell. 2024-03-07 14:15:49 +11:00
ra_i2c.h renesas-ra/ra/ra_i2c: Fix 1 byte and 2 bytes read issue. 2024-01-31 14:16:36 +11:00
ra_icu.c renesas-ra: Fix spelling mistakes found by codespell. 2024-03-07 14:15:49 +11:00
ra_icu.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_init.c renesas-ra/ra: Fix SysTick clock source. 2024-01-17 11:17:59 +11:00
ra_init.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_int.c renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_int.h renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_rtc.c renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_rtc.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_sci.c renesas-ra: Fix spelling mistakes found by codespell. 2024-03-07 14:15:49 +11:00
ra_sci.h renesas-ra: Add the UART methods uart.txdone() and uart.flush(). 2022-12-15 12:09:34 +01:00
ra_spi.c renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_spi.h renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_timer.c renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_timer.h renesas-ra/ra: Remove unnecessary min_delay() declaration. 2024-01-17 11:19:02 +11:00
ra_utils.c renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00
ra_utils.h renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard. 2023-06-27 12:30:25 +10:00