summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/nuc1xx
AgeCommit message (Expand)AuthorFilesLines
2015-02-27arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt1-1/+2
2015-01-24Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt1-4/+0
2015-01-24Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt1-0/+4
2014-10-27Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt1-1/+4
2014-09-01There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt1-4/+4
2014-08-29Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt4-6/+6
2014-08-08Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2-2/+0
2014-08-08Move clock functions from sched/ to sched/clockGregory Nutt1-1/+1
2014-08-06Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2-4/+8
2014-05-08Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt1-0/+3
2014-04-13More trailing whilespace removalGregory Nutt8-169/+169
2014-04-12Make sure that there is one space after forGregory Nutt1-1/+1
2014-02-17SAMD20: Misc changes for a clean build with debug enabledGregory Nutt1-1/+1
2014-02-12Add basic framework to support the Atmel SAMD Cortex-M+ chipGregory Nutt3-3/+3
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt1-2/+2
2014-01-15Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt1-11/+4
2014-01-10Fix types in conditional compilationGregory Nutt1-2/+2
2013-12-05LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt1-1/+1
2013-08-27Fix all occurrences of "the the" in documentation and commentsGregory Nutt2-2/+2
2013-08-03Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt1-17/+17
2013-07-23Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt1-1/+1
2013-04-25Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt1-0/+2
2013-04-25Remove up_assert_codeGregory Nutt2-4/+4
2013-04-17Fix Freedom KL25Z SysTick rateGregory Nutt1-2/+2
2013-04-16Addition cleanup after last switch from BASEPRI to PRIMASK for Cortex-M0Gregory Nutt1-6/+0
2013-04-16Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register....Gregory Nutt2-23/+1
2013-03-24Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo4-1/+215
2013-03-14Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo1-1/+1
2013-02-27Fix error in NUC120 SysTick source clock setting; switch to core clock as Sys...patacongo2-4/+75
2013-02-27Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo1-1/+1
2013-02-27The NuTiny-SDK-NUC120 basic port is complete and functionalpatacongo5-64/+321
2013-02-27Correct some ARMv6-M NVIC addressespatacongo4-4/+6
2013-02-27Fix NuTiny-SDK-NUC120 LEDspatacongo5-1/+215
2013-02-26Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2-116/+106
2013-02-25More Cortex-M0/NUC120 fixespatacongo2-5/+40
2013-02-24More Cortex-M0/NUC120 progresspatacongo6-32/+144
2013-02-24A few more NuTiny-SDK-NUC120 fixespatacongo2-10/+18
2013-02-23A few NuTiny-SDK-NUC120 fixespatacongo2-6/+6
2013-02-23Fixes for NuTiny-NUC120 configuration and buildpatacongo7-15/+261
2013-02-23Buildroot now builds armv6-m toolchain; NuTiny configuration now uses buildro...patacongo1-4/+4
2013-02-22Add NUC120 config FLASH definitions; documentation updatepatacongo2-0/+121
2013-02-22Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo1-26/+26
2013-02-22Changes for a clean NuvoTon NuTiny-SDK-NUC120 buildpatacongo3-24/+13
2013-02-22Finishes basic UART and serial console code for NUC120patacongo6-19/+1330
2013-02-18More files for the Cortex-M0/NUC120 portpatacongo12-24/+1695
2013-02-17LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo21-1/+2744
2013-02-16Add NUC120 memory mappatacongo1-0/+108
2013-02-16Add Nuvoton chip selection logicpatacongo1-0/+137
2013-02-16First cut at support for Cortex-M0patacongo4-0/+140