summaryrefslogtreecommitdiff
path: root/nuttx/configs/p112
Commit message (Collapse)AuthorAgeFilesLines
* Correct a attribution in a commentGregory Nutt2015-02-091-2/+2
|
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-201-1/+1
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Update READMEGregory Nutt2014-09-161-0/+4
|
* 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 -- ↵Gregory Nutt2014-08-241-1/+1
| | | | the architecure must first declare support
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-221-1/+3
|
* Update ChangeLog and README.txtGregory Nutt2014-08-221-0/+12
|
* Changes to try to get P112 to compile with laster SDCC (it still does not)Gregory Nutt2014-08-222-6/+10
|
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-071-1/+1
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* 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
|
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
|
* 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
|
* Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if ↵Gregory Nutt2014-02-281-0/+1
| | | | they are reconfigured, they will pick up the most conservative options for all new settings
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-251-1/+1
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-1/+1
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-1/+1
|
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-2/+2
|
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-121-1/+0
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* .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. ↵Gregory Nutt2013-05-301-0/+3
| | | | Add some missing .gitignore files
* Rename namedapp as simply builtinpatacongo2012-12-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2012-12-151-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5439 42af7a65-404d-4744-a932-0658087f49c3
* Add z180 system timerpatacongo2012-12-152-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5438 42af7a65-404d-4744-a932-0658087f49c3
* More z180 serial logicpatacongo2012-12-141-28/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5437 42af7a65-404d-4744-a932-0658087f49c3
* Finsh Z80181/182 register bit definitionpatacongo2012-12-131-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5435 42af7a65-404d-4744-a932-0658087f49c3
* Add special register definitions needed for z80181 and z80182patacongo2012-12-131-1/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5434 42af7a65-404d-4744-a932-0658087f49c3
* Fix some early z180 compile errorspatacongo2012-12-111-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5430 42af7a65-404d-4744-a932-0658087f49c3
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-119-0/+1030
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5429 42af7a65-404d-4744-a932-0658087f49c3