nuttx/arch/misoc/src/lm32
2018-08-24 06:58:30 -06:00
..
chip.h arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
Kconfig Kconfig/deconfigs: Add CONFIG_ARCH_TOOLCHAIN_GNU to indicate that the toolchain is based on GNU gcc/as/ld. This is in addition to the CPU-specific versions of the same definition. 2017-05-13 11:44:12 -06:00
lm32.h irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
lm32_allocateheap.c MISOC LM32: Add arch/src/lm32 directory 2016-11-01 11:35:27 -06:00
lm32_assert.c configs/: Change CONFIG_BOARD_RESET_ON_CRASH to CONFIG_BOARD_RESET_ON_ASSERT, arch/: Implement call to board_reset() if in all implementations of up_assert() when CONFIG_BOARD_RESET_ON_ASSERT=y. 2018-08-22 17:04:39 -06:00
lm32_blocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lm32_config.h LM32: Progress on interrupt and serial driver. 2016-11-04 14:04:43 -06:00
lm32_copystate.c MISOC LM32: Add arch/src/lm32 directory 2016-11-01 11:35:27 -06:00
lm32_createstack.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lm32_decodeirq.c LM32: Move interrupt definitions from common irq.h to lm32/irq.h. Remove unused misoc_uart.c and .h 2016-11-07 10:13:53 -06:00
lm32_doirq.c LM32: Fix various compilation errors that I introduced. 2016-11-04 17:37:10 -06:00
lm32_dumpstate.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
lm32_exit.c setvbuf: Add support for disabling I/O buffering. Initially cut; untested. 2017-02-09 09:24:44 -06:00
lm32_flushcache.c Misoc LM32: Add logic to flush/invalidate caches 2016-11-29 09:09:28 -06:00
lm32_idle.c MISOC LM32: Add arch/src/lm32 directory 2016-11-01 11:35:27 -06:00
lm32_initialize.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
lm32_initialstate.c Misoc LM32: Add signal handling logic 2016-11-24 12:58:23 -06:00
lm32_interruptcontext.c MISOC LM32: Add arch/src/lm32 directory 2016-11-01 11:35:27 -06:00
lm32_irq.c arch/: Make sure the up_irq_enable() is available on all architectures. I will not be able to test all of these new versions of this function so this may break things for awhile. 2018-06-06 09:25:40 -06:00
lm32_releasepending.c MISOC LM32: Add arch/src/lm32 directory 2016-11-01 11:35:27 -06:00
lm32_releasestack.c pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator. 2018-08-23 09:49:20 -06:00
lm32_reprioritizertr.c Replace non critical PANIC with DEBUGPANIC to save the code space 2018-08-24 06:21:15 -06:00
lm32_schedulesigaction.c Misoc LM32: Make naming consistent, lm32_sigdeliver vs. up_sigdeliver. 2016-11-28 11:18:07 -06:00
lm32_sigdeliver.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lm32_stackframe.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lm32_swint.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
lm32_syscall.S MISOC LM32: Add arch/src/lm32 directory 2016-11-01 11:35:27 -06:00
lm32_unblocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lm32_vectors.S Misoc LM32: Add signal handling logic 2016-11-24 12:58:23 -06:00
Make.defs Misoc LM32: Add logic to flush/invalidate caches 2016-11-29 09:09:28 -06:00
Toolchain.defs Back out most of 34be3e7c3c and update README again. Windows native tools cannot be used with Ubuntu under Windows 10 now. For Cygwin, that support depends on the 'cygpath -w' tool to convert POSIX paths to Windows paths. There is no corresponding tool for Ubuntu under Windows 10. 2017-01-01 16:29:03 -06:00