summaryrefslogtreecommitdiff
path: root/nuttx/arch/8051
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-254-156/+122
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+16
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-10/+9
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+2
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-3/+6
* Rename _TCB to struct tcb_spatacongo2013-02-049-23/+23
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+2
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Some initial changes for 8051 build updatepatacongo2012-12-092-193/+285
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-8/+8
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-4/+4
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+4
* Mostly cosmetic build changespatacongo2012-11-161-20/+20
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* A few more build fixespatacongo2012-11-121-3/+3
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-4/+4
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-50/+50
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-041-1/+1
* Resync new repository with old repo r5166patacongo2012-09-171-2/+2
* Email address change in nuttx/patacongo2012-09-1325-25/+25
* Remove 'sudo' from Makefilespatacongo2012-08-171-1/+1
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-051-17/+22
* Kconfig updatepatacongo2012-04-161-1/+1
* More configuration filespatacongo2012-04-111-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-6/+6
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-3/+5
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-0/+10
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-8/+8
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-4/+4
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-3/+3
* Stubs are working/Proxies are closepatacongo2011-04-011-0/+82
* Rename arch/pjrc-8051 to arch/8051patacongo2011-02-2526-0/+4395