nuttx/arch/arm/src/lc823450
2019-01-26 15:08:14 -06:00
..
chip.h arch/arm/src/lc823450: Fix setintstack macro in chip.h. In case of CONFIG_SMP=y, g_cpu0_instack_base and g_cpu1_instack_base 2018-06-27 06:50:00 -06:00
Kconfig Merged in masayuki2009/nuttx.nuttx/lc823450_spif_boot (pull request #801) 2019-01-04 12:03:55 +00:00
lc823450_adc.c Squashed commit of the following: 2018-07-06 09:15:57 -06:00
lc823450_adc.h
lc823450_allocateheap2.c Revert "arch/: Fix an error found in build testing. The protoype of mpu_log2regionfloor() changed; an additional parameter was added. However, none of the calls to mpu_log2regionfloor() were updated to pass the new, additional parameter." 2019-01-08 15:21:29 -06:00
lc823450_clockconfig.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_clockconfig.h
lc823450_cpuidlestack.c
lc823450_cpuindex.c
lc823450_cpupause.c
lc823450_cpustart.c Merged in masayuki2009/nuttx.nuttx/lc823450_mpu_for_flat (pull request #728) 2018-09-27 11:34:22 +00:00
lc823450_dma.c arch/arm/src/max326xx: Add framework for MAX326XX standard DMA support. 2018-11-20 08:09:03 -06:00
lc823450_dma.h
lc823450_dvfs2.c Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
lc823450_dvfs2.h
lc823450_gpio.c
lc823450_gpio.h
lc823450_i2c.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_i2c.h
lc823450_i2s.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_i2s.h
lc823450_idle.c
lc823450_intc.h
lc823450_ipl2.c include/nuttx/i2c/i2c_master.h: Rename I2C_M_NORESTART to I2C_M_NOSTART since it may be used in other contexts than a repeated start. Add comments to clarilfy setup for repeated start. 2018-08-03 08:51:55 -06:00
lc823450_irq.c In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
lc823450_irq.h Squashed commit of the following: 2018-06-21 10:59:58 -06:00
lc823450_lowputc.c
lc823450_lowputc.h
lc823450_mmcl.c
lc823450_mmcl.h
lc823450_mpuinit2.c Merged in masayuki2009/nuttx.nuttx/lc823450_mpu_for_flat (pull request #728) 2018-09-27 11:34:22 +00:00
lc823450_mpuinit2.h Merged in masayuki2009/nuttx.nuttx/lc823450_mpu_for_flat (pull request #728) 2018-09-27 11:34:22 +00:00
lc823450_mtd.c drivers/mtd and other MTD drivers: Remove mtd_procfsoperations since we can now get the same information from inode 2018-11-08 09:46:11 -06:00
lc823450_mtd.h Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
lc823450_procfs_dvfs.c
lc823450_pwm.h
lc823450_rtc.c
lc823450_sdc.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_sdc.h
lc823450_sddrv_dep.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_sddrv_if.h Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
lc823450_sddrv_type.h
lc823450_serial.c Remove empty seria.h and all references 2019-01-26 15:08:14 -06:00
lc823450_serial.h
lc823450_spi.c
lc823450_spi.h
lc823450_spifi2.c Merged in masayuki2009/nuttx.nuttx/lc823450_spi_flash (pull request #687) 2018-07-18 11:45:20 +00:00
lc823450_spifi2.h Merged in masayuki2009/nuttx.nuttx/lc823450_spi_flash (pull request #687) 2018-07-18 11:45:20 +00:00
lc823450_start.c Merged in masayuki2009/nuttx.nuttx/lc823450_spif_boot (pull request #801) 2019-01-04 12:03:55 +00:00
lc823450_start.h
lc823450_symbols.ld
lc823450_syscontrol.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_syscontrol.h
lc823450_testset.c
lc823450_timer.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_timer.h
lc823450_usbdev.c
lc823450_usbdev.h
lc823450_userspace.c Merged in masayuki2009/nuttx.nuttx/lc823450_protected_build (pull request #689) 2018-07-20 10:43:07 +00:00
lc823450_userspace.h Merged in masayuki2009/nuttx.nuttx/lc823450_protected_build (pull request #689) 2018-07-20 10:43:07 +00:00
lc823450_wdt.c Replace non critical PANIC with DEBUGPANIC to save the code space 2018-08-24 06:21:15 -06:00
lc823450_wdt.h
Make.defs Merged in masayuki2009/nuttx.nuttx/lc823450_spif_boot (pull request #801) 2019-01-04 12:03:55 +00:00