nuttx/arch/arm/src/samv7
Petro Karashchenko 70fd6f1642 arch/arm/samv7: remove alignment check that is not needed
SAMv7 QSPI peripheral does not copy-in/out directly into/from
user provided buffer, but use a dedicated memory that is interfaces
using byte copy. The QSPI command buffer can point to memory with
any alignment

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2023-05-23 02:52:35 +08:00
..
hardware Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
chip.h
Kconfig samv7: add support for dead time delay to PWM driver 2023-03-07 01:30:01 +08:00
Make.defs
sam_afec.c samv7: add support for ADC conversion triggering with PWM 2023-02-26 10:47:12 +08:00
sam_afec.h
sam_allocateheap.c
sam_clockconfig.c
sam_clockconfig.h
sam_config.h samv7: raise input flow control warning only for serial drivers 2023-03-04 23:22:00 +08:00
sam_dac.c samv7: fix compilation error when only DAC1 is configured 2023-02-10 02:33:30 +08:00
sam_dac.h
sam_eefc.c
sam_eefc.h
sam_emac.c nuttx: fix indentation issue 2023-03-09 16:27:07 -03:00
sam_ethernet.c
sam_ethernet.h
sam_freerun.c arch/arm/samv7: fix comment in freerun timer 2023-04-07 12:28:45 -03:00
sam_freerun.h
sam_gpio.c
sam_gpio.h
sam_gpioirq.c
sam_hsmci_clkdiv.c
sam_hsmci.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_hsmci.h
sam_irq.c
sam_lowputc.c
sam_lowputc.h
sam_mcan.c samv7: fix build error in sam_mcan.c file 2023-02-17 14:58:37 -03:00
sam_mcan.h
sam_mpuinit.c
sam_mpuinit.h
sam_oneshot_lowerhalf.c
sam_oneshot.c
sam_oneshot.h
sam_pck.c
sam_pck.h
sam_periphclks.h
sam_progmem.c
sam_progmem.h
sam_pwm.c samv7: add support for dead time delay to PWM driver 2023-03-07 01:30:01 +08:00
sam_pwm.h samv7: add support for PWM fault protection 2023-03-02 11:08:25 +08:00
sam_qencoder.c
sam_qencoder.h
sam_qspi_spi.c
sam_qspi_spi.h
sam_qspi.c arch/arm/samv7: remove alignment check that is not needed 2023-05-23 02:52:35 +08:00
sam_qspi.h
sam_rswdt.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_serial.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_serial.h
sam_spi_slave.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_spi.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_spi.h
sam_ssc.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_ssc.h
sam_start.c
sam_start.h
sam_systemreset.c
sam_tc_lowerhalf.c
sam_tc_lowerhalf.h
sam_tc.c arch/arm/samv7: fix operation of TC8 and TC11 2023-04-07 12:28:45 -03:00
sam_tc.h
sam_tickless.c
sam_timerisr.c samv7: add support for adjtime() interface 2023-04-25 14:37:50 -03:00
sam_trng.c
sam_trng.h
sam_twihs.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_twihs.h
sam_uid.c
sam_uid.h
sam_usbdev.h
sam_usbdevhs.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_userspace.c
sam_userspace.h
sam_wdt.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
sam_wdt.h
sam_xdmac.c
sam_xdmac.h
same70_periphclks.h
samv71_periphclks.h