Add basic context switching logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3682 42af7a65-404d-4744-a932-0658087f49c3
Showing
- arch/avr/include/at90usb/irq.h 1 addition, 1 deletionarch/avr/include/at90usb/irq.h
- arch/avr/include/avr/irq.h 39 additions, 5 deletionsarch/avr/include/avr/irq.h
- arch/avr/include/avr/types.h 7 additions, 7 deletionsarch/avr/include/avr/types.h
- arch/avr/src/at90usb/Make.defs 6 additions, 6 deletionsarch/avr/src/at90usb/Make.defs
- arch/avr/src/at90usb/at90usb_exceptions.S 125 additions, 0 deletionsarch/avr/src/at90usb/at90usb_exceptions.S
- arch/avr/src/at90usb/at90usb_head.S 2 additions, 2 deletionsarch/avr/src/at90usb/at90usb_head.S
- arch/avr/src/atmega/Make.defs 6 additions, 6 deletionsarch/avr/src/atmega/Make.defs
- arch/avr/src/atmega/atmega_exceptions.S 118 additions, 0 deletionsarch/avr/src/atmega/atmega_exceptions.S
- arch/avr/src/atmega/atmega_head.S 1 addition, 1 deletionarch/avr/src/atmega/atmega_head.S
- arch/avr/src/avr/excptmacros.h 524 additions, 0 deletionsarch/avr/src/avr/excptmacros.h
- arch/avr/src/avr/up_copystate.c 86 additions, 0 deletionsarch/avr/src/avr/up_copystate.c
- arch/avr/src/avr/up_switchcontext.S 134 additions, 0 deletionsarch/avr/src/avr/up_switchcontext.S
- arch/avr/src/avr32/up_copystate.c 0 additions, 1 deletionarch/avr/src/avr32/up_copystate.c
- arch/avr/src/avr32/up_exceptions.S 1 addition, 1 deletionarch/avr/src/avr32/up_exceptions.S
- configs/micropendous3/ostest/ld.script 1 addition, 0 deletionsconfigs/micropendous3/ostest/ld.script
Loading
Please register or sign in to comment