summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src
Commit message (Expand)AuthorAgeFilesLines
* Mostly costmetic updatespatacongo2012-12-231-3/+5
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-0/+2
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-14/+25
* A few more build fixespatacongo2012-11-121-9/+12
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-14/+14
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Remove bash fragments that test for board/Makefilepatacongo2012-11-111-21/+35
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-27/+28
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-041-1/+1
* Resync new repository with old repo r5166patacongo2012-09-172-3/+5
* Remove executable property from source and make filespatacongo2012-09-1343-0/+0
* Email address change in nuttx/patacongo2012-09-1349-188/+188
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Remove some old logic in the arm, x86, hc, and sh linker scripts that was kic...patacongo2012-09-081-5/+0
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* More Kconfig stuffpatacongo2012-04-171-0/+7
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-221-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+3
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-5/+0
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-6/+13
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-113-22/+41
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+3
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-4/+16
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-072-2/+2
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-5/+10
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-1/+1
* Correcting banked vs. non-banked issues (there are more)patacongo2011-02-266-30/+737
* Correct several m9s12x link issuespatacongo2011-02-262-1/+175
* Finish m9s12 GPIO supportpatacongo2011-02-266-72/+512
* Add beginning of m9s12x GPIO supportpatacongo2011-02-257-3/+867
* Call call to low-level UART initialization logicpatacongo2011-02-222-2/+37
* Finish m9s12x interrupt logicpatacongo2011-02-206-87/+17
* Flesh out m8s12 serial driverpatacongo2011-02-204-46/+766
* Add m9s12 serial logicpatacongo2011-02-203-4/+202
* Add more m9s12 filespatacongo2011-02-196-4/+633
* Add standard context switching functions for m9s12patacongo2011-02-185-9/+418
* More context switching logic for m9s12patacongo2011-02-183-5/+265
* More m9s12x stuffpatacongo2011-02-176-18/+528
* m9s12x context save structurepatacongo2011-02-161-3/+92
* Rename mc9s12ne64 directories and files to just m9s12patacongo2011-02-1321-95/+224
* Add network bit definitionspatacongo2011-01-211-1/+1
* Add network bit definitionspatacongo2011-01-212-15/+87