summaryrefslogtreecommitdiff
path: root/nuttx/configs/nutiny-nuc120
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-1/+1
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-031-0/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-162-5/+1
* More trailing whilespace removalGregory Nutt2014-04-135-6/+6
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-1/+1
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
* Removed almost all ostest configurationsGregory Nutt2014-02-284-810/+0
* Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if t...Gregory Nutt2014-02-282-0/+2
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-4/+4
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-242-2/+0
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-202-4/+8
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-252-2/+2
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-252-2/+2
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-263-8/+8
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-132-2/+2
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-1/+0
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-4/+3
* configs/freedom-kl25z: Change references to NuTiny to Freedom KL25ZGregory Nutt2013-04-251-2/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-6/+0
* Add NSH configuration for the zkit-arm-1769 boardpatacongo2013-02-281-28/+29
* Fix error in NUC120 SysTick source clock setting; switch to core clock as Sys...patacongo2013-02-272-2/+4
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-3/+3
* Correct some ARMv6-M NVIC addressespatacongo2013-02-271-2/+14
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-6/+18
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-263-0/+825
* Cortex-M0/NUC120 now passes OS test; calibration NuTiny-NUC120 delay looppatacongo2013-02-261-2/+2
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-261-14/+6
* More Cortex-M0/NUC120 progresspatacongo2013-02-243-5/+14
* A few more NuTiny-SDK-NUC120 fixespatacongo2013-02-243-3/+5
* A few NuTiny-SDK-NUC120 fixespatacongo2013-02-233-28/+62
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-232-9/+67
* Buildroot now builds armv6-m toolchain; NuTiny configuration now uses buildro...patacongo2013-02-233-136/+80
* Add NUC120 config FLASH definitions; documentation updatepatacongo2013-02-222-1/+288
* Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo2013-02-221-0/+13
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-185-4/+177
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-176-31/+475
* Add Nuvoton chip selection logicpatacongo2013-02-161-2/+3
* First cut at support for Cortex-M0patacongo2013-02-165-0/+975