nuttx/arch/arm/src/samv7
Matteo Golin 8b49e46b9e drivers/audio/i2s: Fix unsigned integers in function signatures
All I2S driver operation functions say in their signature description
that negative errno values are returned on failure. However, some of
these same functions had `uint32_t` return types. This would result in
incorrect comparison of the return value against signed error code
values.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2026-07-05 15:06:04 +08:00
..
hardware arch/arch/src/samv7: add support for PIC32CZ CA70 series 2025-07-30 19:28:07 +08:00
chip.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Kconfig !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
Make.defs samv7/sam_chipid: add sam_has_revb_periphs function 2025-10-27 00:09:11 +08:00
sam_1wire.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_1wire.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_afec.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_afec.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_allocateheap.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_chipid.c samv7/sam_chipid: add sam_has_revb_periphs function 2025-10-27 00:09:11 +08:00
sam_chipid.h samv7/sam_chipid: add sam_has_revb_periphs function 2025-10-27 00:09:11 +08:00
sam_clockconfig.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_clockconfig.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_config.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_dac.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_dac.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_eefc.c arch/arm/src/samv7: support progmem for pic32czca70 series 2025-08-25 16:44:24 -03:00
sam_eefc.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_emac.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_ethernet.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_ethernet.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
sam_freerun.c !nuttx: drop redundant casts on tv_sec/tv_nsec and fix printf formats 2026-05-19 16:21:28 +08:00
sam_freerun.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_gpio.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_gpio.h arch/arm/src/samv7: enable GPIO clock even if interrupt not enabled 2025-03-29 10:33:25 +08:00
sam_gpioirq.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_hsmci.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_hsmci.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_hsmci_clkdiv.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_irq.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_lin.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_lin_sock.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_lowputc.c use small lock in following files: 2024-12-23 22:56:43 +08:00
sam_mcan.c arch/arm/src/at32/at32_can: Division by Zero in CAN Bit Timing Commands 2026-06-17 09:01:52 -03:00
sam_mcan.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_mpuinit.c arch/arm:use UP_DSB, UP_DMB, UP_ISB as barrier standard API 2025-01-20 20:13:07 +08:00
sam_mpuinit.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_oneshot.c !nuttx: drop redundant casts on tv_sec/tv_nsec and fix printf formats 2026-05-19 16:21:28 +08:00
sam_oneshot.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_oneshot_lowerhalf.c !sys/types.h: change time_t and clock_t to int64_t to align with other OSes 2026-05-19 16:21:28 +08:00
sam_pck.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_pck.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_periphclks.h arch/arch/src/samv7: add support for PIC32CZ CA70 series 2025-07-30 19:28:07 +08:00
sam_progmem.c arch/arm/src/samv7: support progmem for pic32czca70 series 2025-08-25 16:44:24 -03:00
sam_progmem.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_pwm.c !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
sam_pwm.h samv7/pwm: add support for latched fault inputs 2025-02-23 07:49:34 -03:00
sam_qencoder.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_qencoder.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_qspi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_qspi.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_qspi_spi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_qspi_spi.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_rswdt.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_serial.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_serial.h samv7/serial: allow TX/RX DMA for UART drivers 2025-01-30 13:55:13 +08:00
sam_serial_spi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_serial_spi.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_spi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_spi.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_spi_slave.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_ssc.c drivers/audio/i2s: Fix unsigned integers in function signatures 2026-07-05 15:06:04 +08:00
sam_ssc.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_start.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_start.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_systemreset.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_systemreset.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_tc.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
sam_tc.h include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_tc_lowerhalf.c arch/arm/src/samv7/sam_tc_lowerhalf.c: do not set the CPCSTOP bit 2025-02-08 10:44:28 -03:00
sam_tc_lowerhalf.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_tickless.c nuttx/arch: merge tickless and tick process 2026-01-12 16:20:42 +08:00
sam_timerisr.c style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
sam_trng.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_trng.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_twihs.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_twihs.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_uid.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_uid.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_us.c arch/arm/src/samv7/sam_us.c: disable interrupts for flash access 2025-05-24 21:27:41 +08:00
sam_us.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_usbdev.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_usbdevhs.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_userspace.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_userspace.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_wdt.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_wdt.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
sam_xdmac.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sam_xdmac.h tools/parsetrace.py: fix typo lenght -> length 2024-12-17 20:48:07 +08:00
same70_periphclks.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
samv71_periphclks.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00