nuttx/arch/arm/src/rp2040
huxiandong 266455f01c mtd: Extend isbad and markbad func for mtd_dev_s
Signed-off-by: huxiandong <huxiandong@xiaomi.com>
2023-03-01 10:06:56 -03:00
..
boot2 arm/rp2040: fix compile warning on boot2 build 2023-02-07 04:40:38 +08:00
hardware fix typo big letter 'o' in hex value for zero. 2022-10-17 02:55:21 +08:00
chip.h arm/armv6-m: fix build break if enable syntax unified 2022-10-25 12:32:06 +08:00
Kconfig Added SMART flash filesystem to RP2040 2022-09-05 10:38:56 -03:00
Make.defs Add watchdog driver support to RP2040 2022-09-08 21:41:13 +08:00
rp2040_adc.c Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
rp2040_adc.h boards/arch: Remove FAR from 32bit/64bit arch 2022-09-16 10:22:12 +02:00
rp2040_clock.c Fix Error: chip/rp2040_clock.c:148:19: error: invalid instruction 2022-11-13 22:35:19 +08:00
rp2040_clock.h
rp2040_config.h
rp2040_cpuidlestack.c arch/arm: Remove FAR and CODE from chip folder(2) 2022-05-03 16:50:52 +03:00
rp2040_cpuindex.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
rp2040_cpupause.c Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
rp2040_cpustart.c arch/arm: Remove FAR and CODE from chip folder(2) 2022-05-03 16:50:52 +03:00
rp2040_cyw43439.c Fix Error: chip/rp2040_cyw43439.c:844:46: error: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Werror,-Wformat] 2022-11-13 22:35:19 +08:00
rp2040_cyw43439.h boards/arch: Remove FAR from 32bit/64bit arch 2022-09-16 10:22:12 +02:00
rp2040_dmac.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
rp2040_dmac.h Added support for Raspberry Pi Pico W 2022-08-17 19:03:19 -03:00
rp2040_flash_initialize.S Added SMART flash filesystem to RP2040 2022-09-05 10:38:56 -03:00
rp2040_flash_mtd.c mtd: Extend isbad and markbad func for mtd_dev_s 2023-03-01 10:06:56 -03:00
rp2040_flash_mtd.h Added SMART flash filesystem to RP2040 2022-09-05 10:38:56 -03:00
rp2040_gpio.c Added support for Raspberry Pi Pico W 2022-08-17 19:03:19 -03:00
rp2040_gpio.h Added support for Raspberry Pi Pico W 2022-08-17 19:03:19 -03:00
rp2040_i2c_slave.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
rp2040_i2c.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
rp2040_i2c.h arch/arm: Remove FAR and CODE from chip folder(2) 2022-05-03 16:50:52 +03:00
rp2040_i2s_pio.c arm/rp2040: Add RP2040 I2S driver 2021-04-19 09:39:51 +09:00
rp2040_i2s_pio.h arm/rp2040: Add RP2040 I2S driver 2021-04-19 09:39:51 +09:00
rp2040_i2s.c Call nxmutex_destroy and nxsem_destroy in error patch to avoid the leak 2022-11-14 09:34:04 +09:00
rp2040_i2s.h arch/arm: Remove FAR and CODE from chip folder(2) 2022-05-03 16:50:52 +03:00
rp2040_idle.c
rp2040_irq.c arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
rp2040_pio_instructions.h arm/rp2040: Add RP2040 PIO APIs 2021-04-19 09:39:51 +09:00
rp2040_pio.c arm/rp2040: Add RP2040 PIO APIs 2021-04-19 09:39:51 +09:00
rp2040_pio.h Added support for Raspberry Pi Pico W 2022-08-17 19:03:19 -03:00
rp2040_pll.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
rp2040_pll.h
rp2040_pwm.c Added PWM support to rp2040 2022-06-23 10:17:40 -03:00
rp2040_pwm.h Added PWM support to rp2040 2022-06-23 10:17:40 -03:00
rp2040_rom.h Added SMART flash filesystem to RP2040 2022-09-05 10:38:56 -03:00
rp2040_serial.c drivers/serial: Fix docstrings on UART interrupt handlers 2023-02-07 04:41:36 +08:00
rp2040_serial.h
rp2040_spi.c Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
rp2040_spi.h arch/arm: Remove FAR and CODE from chip folder(2) 2022-05-03 16:50:52 +03:00
rp2040_start.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
rp2040_testset.c arch/arm: Remove FAR and CODE from chip folder(2) 2022-05-03 16:50:52 +03:00
rp2040_timerisr.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
rp2040_uart.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
rp2040_uart.h
rp2040_usbdev.c arch: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC() 2022-07-14 12:08:45 +08:00
rp2040_usbdev.h arm/rp2040:USB device controller support 2021-06-14 09:05:19 -03:00
rp2040_wdt.c Add watchdog driver support to RP2040 2022-09-08 21:41:13 +08:00
rp2040_wdt.h Add watchdog driver support to RP2040 2022-09-08 21:41:13 +08:00
rp2040_ws2812.c Fix Error: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Werror,-Wformat] 2022-11-13 22:35:19 +08:00
rp2040_ws2812.h boards/arch: Remove FAR from 32bit/64bit arch 2022-09-16 10:22:12 +02:00
rp2040_ws2812.pio Remove the tail spaces from all files except Documentation 2023-02-26 13:24:24 -08:00
rp2040_xosc.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
rp2040_xosc.h