.. |
chip.h
|
Refine the preprocessor conditional guard style (#190)
|
2020-01-31 19:07:39 +01:00 |
Kconfig
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
lc823450_adc.c
|
Check return from nxsem_wait_uninterruptible()
|
2020-04-02 17:37:46 -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
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06: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
|
Appease nxstyle complaints
|
2020-04-01 00:03:31 +08:00 |
lc823450_cpustart.c
|
arch: lc823450: Remove unused variable in lc823450_cpustart.c
|
2020-02-27 08:55:25 +01:00 |
lc823450_dma.c
|
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
|
2020-02-01 08:27:30 -06:00 |
lc823450_dma.h
|
Refine the preprocessor conditional guard style (#190)
|
2020-01-31 19:07:39 +01:00 |
lc823450_dvfs2.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01: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
|
nxstyle fixes for previous commit.
|
2020-04-14 17:19:11 +01: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
|
Fix nxstyle reported errors
|
2020-04-03 10:45:14 -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
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -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
|
Run codespell -w against all files
|
2020-02-22 14:45:07 -06:00 |
lc823450_irq.c
|
Fix typos in comments and documentation.
|
2020-03-16 20:01:11 -06:00 |
lc823450_irq.h
|
Squashed commit of the following:
|
2018-06-21 10:59:58 -06:00 |
lc823450_lowputc.c
|
Fix typos.
|
2019-08-04 14:50:28 -06: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
|
Run all .c and .h files in previous commits through nxstyle.
|
2020-03-22 08:24:07 -05: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
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06: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
|
Check return from nxsem_wait_uninterruptible()
|
2020-04-05 18:18:25 +01:00 |
lc823450_mtd.h
|
Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation.
|
2019-09-05 08:12:50 -06:00 |
lc823450_procfs_dvfs.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
lc823450_pwm.h
|
drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.
|
2019-09-02 07:57:10 -06:00 |
lc823450_rtc.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
lc823450_sdc.c
|
Check return from nxsem_wait_uninterruptible()
|
2020-04-05 18:18:25 +01: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
|
Check return from nxsem_wait_uninterruptible()
|
2020-04-05 18:18:25 +01: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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01: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
|
spi: change spi_send() interface to support of 32-bit word transfer
|
2020-03-09 08:03:35 -06:00 |
lc823450_spi.h
|
spi: change spi_send() interface to support of 32-bit word transfer
|
2020-03-09 08:03:35 -06: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
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -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
|
Call xxx_timer_initialize from clock subsystem
|
2020-02-08 07:40:06 -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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01: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
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06: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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
lc823450_wdt.h
|
Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621)
|
2018-04-04 12:35:47 +00:00 |
Make.defs
|
arch/arm/src/armv7-m: Add ARMv7-M setjmp/longjump functions.
|
2019-08-06 15:59:19 -06:00 |