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: MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more
Diff: OneWire_Masters/GPIO/owlink.s
- Revision:
- 63:422be898443a
- Parent:
- 59:f35aa61c59dd
- Child:
- 66:5083a49163af
--- a/OneWire_Masters/GPIO/owlink.s Thu Apr 14 14:38:42 2016 -0500 +++ b/OneWire_Masters/GPIO/owlink.s Tue Apr 19 21:52:49 2016 +0000 @@ -1,3 +1,5 @@ + +#if(TARGET_MAX32600) // ow_usdelay configuration #define PROC_CLOCK_MHZ (__SYSTEM_HFX / 1000000) // Processor clock in MHz #define OVERHEAD_TUNING 18 // Fraction where OverheadTime(us) = OVERHEAD_TUNING / PROC_CLOCK_MHZ @@ -219,8 +221,13 @@ pop {R4-R8, R14} bx R14 + +#endif/* TARGET_MAX32600*/ #ifdef TOOLCHAIN_GCC_ARM .end #else // TOOLCHAIN_IAR or TOOLCHAIN_ARM_STD END #endif + + +