Skip to content

Commit

Permalink
initial version of Nordic Semiconductor nRF24L01+ project for tinyK20…
Browse files Browse the repository at this point in the history
… board
  • Loading branch information
Erich Styger committed Feb 28, 2016
1 parent 4ba808c commit c4f0226
Show file tree
Hide file tree
Showing 98 changed files with 196,837 additions and 0 deletions.
128 changes: 128 additions & 0 deletions Examples/KDS/tinyK20/tinyK20_nrf/.cproject

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Examples/KDS/tinyK20/tinyK20_nrf/.cwGeneratedFileSetLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.settings/com.freescale.processorexpert.core.prefs
ProcessorExpert.pe
8 changes: 8 additions & 0 deletions Examples/KDS/tinyK20/tinyK20_nrf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Debug
/Documentation
/Generated_Code
/*.g_c
/*.g_x
/Project_Settings/Components_DEBUG
/.settings
ProjectInfo.xml
33 changes: 33 additions & 0 deletions Examples/KDS/tinyK20/tinyK20_nrf/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tinyK20_nrf</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.freescale.processorexpert.core.expertprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.freescale.processorexpert.core.expertprojectnature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
</projectDescription>
Loading

0 comments on commit c4f0226

Please sign in to comment.