nuttx/arch/arm/src/rp2040
Xiang Xiao 001e7c3e76 sched: Don't include nuttx/sched.h inside sched.h
But let nuttx/sched.h include sched.h instead to
avoid expose nuttx kernel API to userspace.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-05-24 12:11:53 +09:00
..
boot2 arch: arm: nxstyle fixes 2021-04-08 22:48:46 -05:00
hardware arm/rp2040: Add RP2040 PIO APIs 2021-04-19 09:39:51 +09:00
chip.h
Kconfig arm/rp2040: Add RP2040 I2S driver 2021-04-19 09:39:51 +09:00
Make.defs libc: Call pthread_exit in user-space by up_pthread_exit 2021-05-21 22:46:52 -06:00
rp2040_clock.c
rp2040_clock.h
rp2040_config.h
rp2040_cpuidlestack.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
rp2040_cpuindex.c arm/rp2040: Raspberry Pi Pico SMP support 2021-02-25 07:20:59 +09:00
rp2040_cpupause.c arm/rp2040: Raspberry Pi Pico SMP support 2021-02-25 07:20:59 +09:00
rp2040_cpustart.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
rp2040_dmac.c arm/rp2040: Fix SPI halfword DMA transfer 2021-03-14 22:21:22 -07:00
rp2040_dmac.h Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
rp2040_gpio.c arm/rp2040: Add RP2040 GPIO interrupt functions 2021-03-11 19:31:17 -03:00
rp2040_gpio.h arm/rp2040: Add RP2040 GPIO interrupt functions 2021-03-11 19:31:17 -03:00
rp2040_i2c.c arm/rp2040: Add RP2040 I2C device support 2021-03-03 09:35:45 -03:00
rp2040_i2c.h arm/rp2040: Add RP2040 I2C device support 2021-03-03 09:35:45 -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 arm/rp2040: Add RP2040 I2S driver 2021-04-19 09:39:51 +09:00
rp2040_i2s.h arm/rp2040: Add RP2040 I2S driver 2021-04-19 09:39:51 +09:00
rp2040_idle.c
rp2040_irq.c arch: Rename g_intstackbase to g_intstacktop 2021-04-16 12:41:41 +09:00
rp2040_irq.h arch: Rename g_intstackbase to g_intstacktop 2021-04-16 12:41:41 +09: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 arm/rp2040: Add RP2040 PIO APIs 2021-04-19 09:39:51 +09:00
rp2040_pll.c
rp2040_pll.h
rp2040_serial.c
rp2040_serial.h
rp2040_spi.c arm/rp2040: Fix SPI halfword DMA transfer 2021-03-14 22:21:22 -07:00
rp2040_spi.h arm/rp2040: RP2040 SPI DMA transfer support 2021-03-08 17:37:48 -03:00
rp2040_start.c arch: rp2040: Add stack coloration for the idle task 2021-04-25 03:19:24 -05:00
rp2040_testset.c arm/rp2040: Raspberry Pi Pico SMP support 2021-02-25 07:20:59 +09:00
rp2040_timerisr.c
rp2040_uart.c sched: Don't include nuttx/sched.h inside sched.h 2021-05-24 12:11:53 +09:00
rp2040_uart.h
rp2040_xosc.c
rp2040_xosc.h