Reincarnate the sensinode/cc2430 port

This commit is contained in:
George Oikonomou 2012-03-05 16:28:06 +00:00
parent c78b5bad5c
commit b7674c3636
114 changed files with 10044 additions and 3068 deletions

View file

@ -0,0 +1,13 @@
# segment.rules - platform/sensinode
# segment.rules file for code in platform/sensinode
# Please see cpu/cc2430/segment.rules for more info on code segments
# and for rules of thumb on what to do and what not to do
# Keep main() in HOME
HOME contiki-sensinode-main.c
# Files with ISRs must be in HOME
HOME platform/sensinode/dev/button-sensor.c
# segment.rules - platform/sensinode - end