nuttx/arch/pjrc-8051/src
patacongo c5a589f25b Add support for tools that can't make dependencies
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
2008-01-08 00:19:24 +00:00
..
Makefile Add support for tools that can't make dependencies 2008-01-08 00:19:24 +00:00
up_allocateheap.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
up_assert.c SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert -- might have broken the 8051/2 2007-06-09 20:31:09 +00:00
up_blocktask.c 8051 integration 2007-03-13 14:08:18 +00:00
up_debug.c 8052 context switch/interrupt integration; pthread arg setup changed 2007-03-13 23:03:12 +00:00
up_delay.c 8051 integration 2007-03-13 14:08:18 +00:00
up_exit.c task_delete() calls sched_unlock(); _exit must keep pre-emption disabled until pending queue emptied. 2007-03-29 13:26:24 +00:00
up_head.S 8052 context switch/interrupt integration; pthread arg setup changed 2007-03-13 23:03:12 +00:00
up_idle.c 8052 context switch/interrupt integration; pthread arg setup changed 2007-03-13 23:03:12 +00:00
up_initialize.c 8051 integration 2007-03-13 14:08:18 +00:00
up_initialstate.c 8051 integration 2007-03-13 14:08:18 +00:00
up_internal.h Makesystem changes to better support different SoCs 2007-04-25 00:09:44 +00:00
up_interruptcontext.c 8051 is getting closer. Still have to setup timer and uart. 2007-03-02 22:44:29 +00:00
up_irq.c 8052 context switch/interrupt integration; pthread arg setup changed 2007-03-13 23:03:12 +00:00
up_irqtest.c Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores 2007-03-14 18:58:21 +00:00
up_putc.c Add comment 2007-03-04 20:34:48 +00:00
up_releasepending.c 8051 integration 2007-03-13 14:08:18 +00:00
up_reprioritizertr.c Add test of roundrobin scheduler (still does not work) 2007-03-17 21:32:21 +00:00
up_restorecontext.c 8052 context switch/interrupt integration; pthread arg setup changed 2007-03-13 23:03:12 +00:00
up_savecontext.c Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores 2007-03-14 18:58:21 +00:00
up_timerisr.c Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores 2007-03-14 18:58:21 +00:00
up_unblocktask.c Fixed for 8051 w/SDCC compiler 2007-12-28 22:10:14 +00:00