summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/nuc1xx
Commit message (Expand)AuthorAgeFilesLines
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt2014-10-271-1/+4
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-4/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-294-6/+6
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-4/+8
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-138-169/+169
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* SAMD20: Misc changes for a clean build with debug enabledGregory Nutt2014-02-171-1/+1
* Add basic framework to support the Atmel SAMD Cortex-M+ chipGregory Nutt2014-02-123-3/+3
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-11/+4
* Fix types in conditional compilationGregory Nutt2014-01-101-2/+2
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
* Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt2013-08-031-17/+17
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+1
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-0/+2
* Remove up_assert_codeGregory Nutt2013-04-252-4/+4
* Fix Freedom KL25Z SysTick rateGregory Nutt2013-04-171-2/+2
* Addition cleanup after last switch from BASEPRI to PRIMASK for Cortex-M0Gregory Nutt2013-04-161-6/+0
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register....Gregory Nutt2013-04-162-23/+1
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-244-1/+215
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-1/+1
* Fix error in NUC120 SysTick source clock setting; switch to core clock as Sys...patacongo2013-02-272-4/+75
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* The NuTiny-SDK-NUC120 basic port is complete and functionalpatacongo2013-02-275-64/+321
* Correct some ARMv6-M NVIC addressespatacongo2013-02-274-4/+6
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-275-1/+215
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-262-116/+106
* More Cortex-M0/NUC120 fixespatacongo2013-02-252-5/+40
* More Cortex-M0/NUC120 progresspatacongo2013-02-246-32/+144
* A few more NuTiny-SDK-NUC120 fixespatacongo2013-02-242-10/+18
* A few NuTiny-SDK-NUC120 fixespatacongo2013-02-232-6/+6
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-237-15/+261
* Buildroot now builds armv6-m toolchain; NuTiny configuration now uses buildro...patacongo2013-02-231-4/+4
* Add NUC120 config FLASH definitions; documentation updatepatacongo2013-02-222-0/+121
* Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo2013-02-221-26/+26
* Changes for a clean NuvoTon NuTiny-SDK-NUC120 buildpatacongo2013-02-223-24/+13
* Finishes basic UART and serial console code for NUC120patacongo2013-02-226-19/+1330
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-1812-24/+1695
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-1721-1/+2744
* Add NUC120 memory mappatacongo2013-02-161-0/+108
* Add Nuvoton chip selection logicpatacongo2013-02-161-0/+137
* First cut at support for Cortex-M0patacongo2013-02-164-0/+140