nuttx/arch/arm/src/efm32
Bowen Wang 313d6df787 include/nuttx.h: replace all the align macros to nuttx version
1. add IS_ALIGNED()  definitions for NuttX;
2. replace all the ALIGN_UP() and ALIGN_DOWN() to use common
   align implementation;

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-11 16:55:43 +08:00
..
hardware Fix nuttx coding style 2023-12-13 17:29:08 +01:00
chip.h
efm32_adc.c
efm32_adc.h
efm32_bitband.c
efm32_bitband.h
efm32_clockconfig.c
efm32_clockconfig.h
efm32_config.h
efm32_dma.c include/nuttx.h: replace all the align macros to nuttx version 2024-10-11 16:55:43 +08:00
efm32_dma.h
efm32_flash.c
efm32_gpio.c
efm32_gpio.h
efm32_gpioirq.c
efm32_i2c.c
efm32_i2c.h
efm32_idle.c
efm32_irq.c arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
efm32_leserial.c spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
efm32_lowputc.c
efm32_lowputc.h
efm32_pm.h
efm32_pwm.c
efm32_pwm.h
efm32_rmu.c
efm32_rmu.h
efm32_rtc.h
efm32_rtc_burtc.c
efm32_serial.c up_putc: int up_putc, enter_critical_section may be called 2024-05-09 13:45:02 +08:00
efm32_spi.c
efm32_spi.h
efm32_start.c
efm32_start.h
efm32_timer.c
efm32_timer.h
efm32_timerisr.c
efm32_usb.h
efm32_usbdev.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
efm32_usbhost.c
Kconfig Fix Kconfig style 2023-12-09 13:44:46 -08:00
Make.defs