Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbedEndpointNetwork mbedEndpointNetworkMJK
Fork of Nanostack_lib by
Diff: nanostack_mbed.build
- Revision:
- 2:60c5c88f4adc
- Parent:
- 1:282391c16757
- Child:
- 3:1e7446b1fcae
--- a/nanostack_mbed.build Tue Jun 24 16:18:44 2014 +0300
+++ b/nanostack_mbed.build Tue Jun 24 16:21:31 2014 +0300
@@ -56,25 +56,39 @@
<fileset basedir="../nanostack2/HAL/API">
<include name="*.h" />
</fileset>
+ </copy>
+
+ <copy todir="${outdir}/inc/hal">
<fileset basedir="../nanostack2/HAL/ARM_COMMON">
<include name="*.h" />
</fileset>
+ </copy>
+
+ <copy todir="${outdir}/inc/hal">
<fileset basedir="../nanostack2/HAL/common">
<include name="*.h" />
</fileset>
+ </copy>
+
+ <copy todir="${outdir}/inc/hal">
<fileset basedir="../nanostack2/HAL/rf_drivers/Atmel">
<include name="*.h" />
</fileset>
</copy>
-
<copy todir="${outdir}/src/hal">
<fileset basedir="../nanostack2/HAL/API">
<include name="*.c" />
</fileset>
+ </copy>
+
+ <copy todir="${outdir}/src/hal">
<fileset basedir="../nanostack2/HAL/common">
<include name="*.c" />
</fileset>
+ </copy>
+
+ <copy todir="${outdir}/src/hal">
<fileset basedir="../nanostack2/HAL/rf_drivers/Atmel">
<include name="driverRFPhy.c" />
</fileset>
