New platform: TI cc2530 Development Kit
This commits adds support for TI's SmartRF05 Eval. Board with cc2530 EMs Some initial support for cc2531 USB dongles
This commit is contained in:
parent
b7674c3636
commit
ad256e5014
68 changed files with 6824 additions and 0 deletions
13
platform/cc2530dk/segment.rules
Normal file
13
platform/cc2530dk/segment.rules
Normal file
|
@ -0,0 +1,13 @@
|
|||
# segment.rules - platform
|
||||
|
||||
# segment.rules file for platform code
|
||||
# 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-main.c
|
||||
|
||||
# Files with ISRs must be in HOME
|
||||
HOME button-sensor.c
|
||||
|
||||
# segment.rules - platform - end
|
Loading…
Add table
Add a link
Reference in a new issue