Skip to content

Commit df74bf1

Browse files
committed
Updated ARM D21 platform files
1 parent 7ceaa2f commit df74bf1

File tree

5 files changed

+17
-103
lines changed

5 files changed

+17
-103
lines changed

AslFastPin/src/utility/arm/d21/clockless_arm_d21.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

AslFastPin/src/utility/arm/d21/fastled_arm_d21.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

AslFastPin/src/utility/arm/d21/fastpin_arm_d21.h renamed to AslFastPin/src/utility/arm/d21/fastpin_platform_arm_d21.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#ifndef __INC_FASTPIN_ARM_SAM_H
2-
#define __INC_FASTPIN_ARM_SAM_H
1+
#ifndef __INC_FASTPIN_PLATFORM_ARM_SAM_H
2+
#define __INC_FASTPIN_PLATFORM_ARM_SAM_H
33

4-
FASTLED_NAMESPACE_BEGIN
4+
FASTPIN_NAMESPACE_BEGIN
55

6-
#if defined(FASTLED_FORCE_SOFTWARE_PINS)
7-
#warning "Software pin support forced, pin access will be sloightly slower."
6+
#if defined(FASTPIN_FORCE_SOFTWARE_PINS)
7+
#warning "Software pin support forced, pin access will be slightly slower."
88
#define NO_HARDWARE_PIN_SUPPORT
99
#undef HAS_HARDWARE_PIN_SUPPORT
1010

@@ -114,9 +114,9 @@ _DEFPIN_ARM( 20, 0, 6); _DEFPIN_ARM( 21, 0, 7);
114114

115115

116116

117-
#endif // FASTLED_FORCE_SOFTWARE_PINS
117+
#endif // FASTPIN_FORCE_SOFTWARE_PINS
118118

119-
FASTLED_NAMESPACE_END
119+
FASTPIN_NAMESPACE_END
120120

121121

122-
#endif // __INC_FASTPIN_ARM_SAM_H
122+
#endif // __INC_FASTPIN_PLATFORM_ARM_SAM_H
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#ifndef __INC_FASTPIN_SYSDEFS_ARM_D21_H
2+
#define __INC_FASTPIN_SYSDEFS_ARM_D21_H
3+
4+
5+
#define FASTLED_ARM
6+
#define FASTLED_ARM_M0_PLUS
7+
8+
9+
#endif // __INC_FASTPIN_SYSDEFS_ARM_D21_H

AslFastPin/src/utility/arm/d21/led_sysdefs_arm_d21.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)