nes-proj/cpu/cc2430/dev
anthony-a 76749a382d move cc2430_process to home bank since it needs to be called from a function pointer.
disable led code to make room in home bank.
2010-01-29 19:15:44 +00:00
..
adc.c Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
banked.h Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
bus.c Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
bus.h remove bank macros which are now in banked.h 2010-01-25 23:13:04 +00:00
cc2430_rf.c move cc2430_process to home bank since it needs to be called from a function pointer. 2010-01-29 19:15:44 +00:00
cc2430_rf.h Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
cc2430_rf_intr.c move cc2430_process to home bank since it needs to be called from a function pointer. 2010-01-29 19:15:44 +00:00
clock.c Initial commit of cc2430 cpu port files. Currently used by /platform/sensinode. 2009-09-08 20:07:35 +00:00
dma.c Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
dma.h Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
dma_intr.c Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
hwconf.h Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
lpm.h Fixes and improvements from Anthony Asterisk 2009-12-22 09:28:14 +00:00
rs232.c Initial commit of cc2430 cpu port files. Currently used by /platform/sensinode. 2009-09-08 20:07:35 +00:00
rs232.h Initial commit of cc2430 cpu port files. Currently used by /platform/sensinode. 2009-09-08 20:07:35 +00:00
uart.c Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
uart.h Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
uart_init.c Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00
uart_intr.c Modifications to support banked code. Interrupts and routines accessed through function pointers reside in independent files so they can be assigned to the HOME bank. Init code can be placed in any bank. 2010-01-25 23:12:09 +00:00