summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim
Commit message (Collapse)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-123-3/+0
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-203-3/+3
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-033-0/+3
|
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-013-6/+0
|
* Remove os_internal.h it has been replace by several new header files under ↵Gregory Nutt2014-08-083-3/+0
| | | | sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
|
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-073-3/+3
| | | | 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-073-3/+0
|
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ↵Gregory Nutt2014-08-062-3/+3
| | | | interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined.
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-033-3/+3
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-023-3/+3
|
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary ↵Gregory Nutt2014-05-091-0/+1
| | | | format is functional except that there are still some modularity and kernel build issues that need to be addressed.
* Add serial method so that lower half driver can provide RX flow control ↵Gregory Nutt2014-05-081-0/+3
| | | | information. From Jussi Kivilinna
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-1/+1
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* More trailing whilespace removalGregory Nutt2014-04-133-3/+3
|
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-113-3/+3
|
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-063-3/+0
|
* Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if ↵Gregory Nutt2014-02-283-0/+3
| | | | they are reconfigured, they will pick up the most conservative options for all new settings
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that ↵Gregory Nutt2014-02-281-0/+2
| | | | CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-253-3/+3
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-253-3/+3
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-253-3/+3
|
* Remove empty README.txt filesGregory Nutt2013-08-312-2/+0
|
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-263-6/+6
|
* 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
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-301-15/+15
| | | | Add some missing .gitignore files
* Fix comments, references to the old SVN, and links to the old SVN. Replace ↵Gregory Nutt2013-04-191-2/+2
| | | | with equivalent GIT info
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+16
|
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be ↵patacongo2013-02-271-1/+1
| | | | | | static const git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5683 42af7a65-404d-4744-a932-0658087f49c3
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
* Rename namedapp as simply builtinpatacongo2012-12-233-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
* Add z180 system timerpatacongo2012-12-154-33/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5438 42af7a65-404d-4744-a932-0658087f49c3
* Add special register definitions needed for z80181 and z80182patacongo2012-12-131-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5434 42af7a65-404d-4744-a932-0658087f49c3
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5429 42af7a65-404d-4744-a932-0658087f49c3
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-094-17/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
* configs/xtrs/ostest converted to kconfig-frontend and Windows nativepatacongo2012-12-084-3/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5421 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for configs/z80sim/pashello Windows native buildpatacongo2012-12-084-15/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5420 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-084-11/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5419 42af7a65-404d-4744-a932-0658087f49c3
* configs/z80sim/nsh and pashello converted to kconfig-frontends and Windows ↵patacongo2012-12-0710-541/+1031
| | | | | | native build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5418 42af7a65-404d-4744-a932-0658087f49c3
* Redesign z80 build so that mkhpbase.sh bash script is not needed; remove ↵patacongo2012-12-076-138/+18
| | | | | | support for older SDCC toolchains; Re-verify z80 build on Linux git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5416 42af7a65-404d-4744-a932-0658087f49c3
* z80sim/ostest now builds okay under Linux with SDCC 3.2.1patacongo2012-12-051-17/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5414 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward natvie z80 SDCC build -- still issuespatacongo2012-12-054-3/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5413 42af7a65-404d-4744-a932-0658087f49c3
* README updatepatacongo2012-12-041-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5412 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward a z80 native Windows build -- still needs some workpatacongo2012-12-038-118/+491
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5411 42af7a65-404d-4744-a932-0658087f49c3
* Convert configs/z80sim/ostest to Kconfig/mconf toolpatacongo2012-12-033-191/+407
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5409 42af7a65-404d-4744-a932-0658087f49c3
* Add dummy Toolchain.defs files for z80 arch familypatacongo2012-12-031-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5408 42af7a65-404d-4744-a932-0658087f49c3
* configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad ↵patacongo2012-11-283-3/+3
| | | | | | driver (Denis Cariki) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5395 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5368 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3