summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-08181-199/+535
| | | | 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-0713-567/+1098
| | | | | | native build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5418 42af7a65-404d-4744-a932-0658087f49c3
* Verify redesigned Z80 build on native Windowspatacongo2012-12-074-210/+216
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5417 42af7a65-404d-4744-a932-0658087f49c3
* Redesign z80 build so that mkhpbase.sh bash script is not needed; remove ↵patacongo2012-12-0721-654/+231
| | | | | | 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
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-0738-192/+1157
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5415 42af7a65-404d-4744-a932-0658087f49c3
* z80sim/ostest now builds okay under Linux with SDCC 3.2.1patacongo2012-12-053-96/+83
| | | | 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-0515-103/+616
| | | | 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-0316-234/+835
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5411 42af7a65-404d-4744-a932-0658087f49c3
* Update svn:ignore properties on nuttx/toolspatacongo2012-12-030-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5410 42af7a65-404d-4744-a932-0658087f49c3
* Convert configs/z80sim/ostest to Kconfig/mconf toolpatacongo2012-12-039-202/+443
| | | | 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-036-1/+215
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5408 42af7a65-404d-4744-a932-0658087f49c3
* Fix the fat, flat line bugpatacongo2012-12-027-114/+451
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5407 42af7a65-404d-4744-a932-0658087f49c3
* Another random number generator updatepatacongo2012-12-012-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5406 42af7a65-404d-4744-a932-0658087f49c3
* Correct some errors in lib_rand.c from last check-inpatacongo2012-12-012-36/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5405 42af7a65-404d-4744-a932-0658087f49c3
* Add one to internal result of random number generator to avoid the value ↵patacongo2012-12-013-91/+86
| | | | | | zero, from Freddie Chopin git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5404 42af7a65-404d-4744-a932-0658087f49c3
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-0114-5/+358
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
* ZNEO now (almost) builds in Windows native environmentpatacongo2012-11-2921-23/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5402 42af7a65-404d-4744-a932-0658087f49c3
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-2943-483/+1062
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5401 42af7a65-404d-4744-a932-0658087f49c3
* ZNEO configurations updated to use ZDS-II version 5.0.1patacongo2012-11-2912-158/+339
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5400 42af7a65-404d-4744-a932-0658087f49c3
* z8 configurations will now build in Windows native environmentpatacongo2012-11-297-62/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5399 42af7a65-404d-4744-a932-0658087f49c3
* Patches for NSH disable background, and ARMv7M assembly from Freddie Chopinpatacongo2012-11-294-8/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5398 42af7a65-404d-4744-a932-0658087f49c3
* z8 configurations all converted to use mconf toolpatacongo2012-11-2817-454/+951
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5397 42af7a65-404d-4744-a932-0658087f49c3
* Verify that z8 targets still build (under Cygwin)patacongo2012-11-2814-95/+328
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5396 42af7a65-404d-4744-a932-0658087f49c3
* configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad ↵patacongo2012-11-2831-41/+415
| | | | | | driver (Denis Cariki) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5395 42af7a65-404d-4744-a932-0658087f49c3
* Fix backward conditional compilation in work_queue.cpatacongo2012-11-273-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5394 42af7a65-404d-4744-a932-0658087f49c3
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ↵patacongo2012-11-2714-26/+316
| | | | | | ifconfig command and improve DHCPC -- All from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
* configs/z8f64200100kit/ostest at same level as ez80 configurations; ↵patacongo2012-11-278-318/+496
| | | | | | nuttx/arch/arm/src/lpc17xx/lpc17_i2c.cuninitialization fix git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5392 42af7a65-404d-4744-a932-0658087f49c3
* ez80f910200zco/ostest supports native windows build; other configurations ↵patacongo2012-11-269-260/+510
| | | | | | also updated git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5391 42af7a65-404d-4744-a932-0658087f49c3
* ez80f910200zco/ostest now uses Kconfigpatacongo2012-11-2621-1002/+1183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5390 42af7a65-404d-4744-a932-0658087f49c3
* Misc build fixes, some from Mike some for ez80 native buildpatacongo2012-11-266-25/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5389 42af7a65-404d-4744-a932-0658087f49c3
* STM32 FLASH pre-fetch is no long enabled unless it is so configuredpatacongo2012-11-265-3/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5388 42af7a65-404d-4744-a932-0658087f49c3
* A few native window build updatespatacongo2012-11-2519-59/+127
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5387 42af7a65-404d-4744-a932-0658087f49c3
* Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driverpatacongo2012-11-253-23/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5386 42af7a65-404d-4744-a932-0658087f49c3
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-239-14/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5385 42af7a65-404d-4744-a932-0658087f49c3
* Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add ↵patacongo2012-11-2344-623/+731
| | | | | | more toolchain options (from Mike); incdir.sh and .bat now take -s option git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5384 42af7a65-404d-4744-a932-0658087f49c3
* A few more Windows native build fixes for eZ80patacongo2012-11-228-89/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5383 42af7a65-404d-4744-a932-0658087f49c3
* Move some PHY initialization logic for Darcypatacongo2012-11-2210-300/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5382 42af7a65-404d-4744-a932-0658087f49c3
* A few more fixes for ez80 Windows Native build (still not enough)patacongo2012-11-215-48/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5381 42af7a65-404d-4744-a932-0658087f49c3
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use ↵patacongo2012-11-219-136/+67
| | | | | | Mike's Toolchain.defs; Fix error introduced into tools/configure.sh git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-21122-5062/+664
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5379 42af7a65-404d-4744-a932-0658087f49c3
* configs/cloudctrl and tools/prebuild.py from Darcy Gongpatacongo2012-11-2132-1/+5881
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5378 42af7a65-404d-4744-a932-0658087f49c3
* Update for ez80 Windows native build (still does not work)patacongo2012-11-2124-217/+627
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
* Implement pause()patacongo2012-11-215-3/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5376 42af7a65-404d-4744-a932-0658087f49c3
* Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based ↵patacongo2012-11-207-392/+523
| | | | | | configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5375 42af7a65-404d-4744-a932-0658087f49c3
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them ↵patacongo2012-11-2039-220/+268
| | | | | | compatible with other chips git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5374 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-20222-760/+760
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* 0001-some-fixes-for-FreeMODBUS-and-MODBUS-example.patch from Freddi Chopinpatacongo2012-11-202-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5372 42af7a65-404d-4744-a932-0658087f49c3
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-205-11/+329
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5371 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-1956-58/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3