nuttx/arch/arm/src/lc823450
2019-03-20 19:27:40 -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 Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
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 Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_cpuidlestack.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_cpuindex.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_cpupause.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_cpustart.c Squashed commit of the following: 2019-02-04 16:20:35 -06: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 Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
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 Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_gpio.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_gpio.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_i2c.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_i2c.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_i2s.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_i2s.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_idle.c Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly). 2019-03-20 19:27:40 -06:00
lc823450_intc.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
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 Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_lowputc.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_mmcl.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_mmcl.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
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 Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_pwm.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_rtc.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_sdc.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_sdc.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
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 Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_serial.c arch/arm/src: Fix newly introduced compilarsion errors in two more serial drivers: lpc17xx and lc8223450. Not sure why this are not occuring, but including nuttx/fs/ioctl.h. 2019-01-27 13:21:44 -06:00
lc823450_serial.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_spi.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_spi.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
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 Squashed commit of the following: 2019-02-04 16:20:35 -06:00
lc823450_start.h arch/arm/src/lc823450: This commit removes support for the dedicated vector handling from the LC823450 architecture support. Only common vectors are now supported. 2018-06-20 10:04:38 -06:00
lc823450_symbols.ld arch/arm/src/lc823450: Add eMMC/SD and USB support 2017-08-27 19:11:07 +09:00
lc823450_syscontrol.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_syscontrol.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_testset.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_timer.c Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly). 2019-03-20 19:27:40 -06:00
lc823450_timer.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_usbdev.c Trivial, Costmetic, ... 2019-02-27 14:02:53 -06:00
lc823450_usbdev.h Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
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 Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
Make.defs Merged in masayuki2009/nuttx.nuttx/lc823450_spif_boot (pull request #801) 2019-01-04 12:03:55 +00:00