summaryrefslogtreecommitdiff
path: root/nuttx/arch/8051
Commit message (Expand)AuthorAgeFilesLines
* Obsolete support for the 8051 family. Trying to maintain compatibility with ...Gregory Nutt2014-09-0130-4655/+0
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-086-6/+6
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-0/+1
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-064-6/+11
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1313-23/+23
* Make sure that there is one space after forGregory Nutt2014-04-122-2/+2
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-2/+29
* configs/pjrc-8051: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-0610-57/+102
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-247-20/+20
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* 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