Skip to content

Commit ad8f2fc

Browse files
kegilbertadbridge
authored andcommitted
Added mapping to USER_BUTTON-labelled switches
Revert HRM1017 file source deletion Added in small comment next to additions Added mapping to BTN-labelled switches Added mapping to USER_BUTTON-labelled switches Undo incorrect mapping to SWIO pin in NORDIC target
1 parent 1b53295 commit ad8f2fc

File tree

62 files changed

+257
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+257
-1
lines changed

targets/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ typedef enum {
203203
//Push buttons
204204
SW1 = PTC3,
205205
SW3 = PTC12,
206+
// Standardized button names
206207
BUTTON1 = SW1,
207208
BUTTON2 = SW3,
208209

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ typedef enum {
204204
//Push buttons
205205
SW2 = PTD11,
206206
SW3 = PTA10,
207+
// Standardized button names
207208
BUTTON1 = SW2,
208209
BUTTON2 = SW3,
209210

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K82F/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ typedef enum {
134134
//Push buttons
135135
SW2 = PTA4,
136136
SW3 = PTC6,
137+
// Standardized button names
137138
BUTTON1 = SW2,
138139
BUTTON2 = SW3,
139140

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL27Z/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ typedef enum {
9898
//Push buttons
9999
SW1 = PTA4,
100100
SW3 = PTC1,
101+
// Standardized button names
101102
BUTTON1 = SW1,
102103
BUTTON2 = SW3,
103104

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL43Z/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ typedef enum {
9797
//Push buttons
9898
SW1 = PTA4,
9999
SW3 = PTC3,
100+
// Standardized button names
100101
BUTTON1 = SW1,
101102
BUTTON2 = SW3,
102103

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL82Z/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ typedef enum {
118118
//Push buttons
119119
SW2 = PTA4,
120120
SW3 = PTD0,
121+
// Standardized button names
121122
BUTTON1 = SW2,
122123
BUTTON2 = SW3,
123124

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KW24D/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ typedef enum {
8282
SW2 = PTE3,
8383
SW3 = PTD1,
8484
SW4 = PTA19,
85+
// Standardized button names
8586
BUTTON1 = SW1,
8687
BUTTON2 = SW2,
8788
BUTTON3 = SW3,

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KW41Z/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ typedef enum {
6969
//Push buttons
7070
SW3 = PTC4,
7171
SW4 = PTC5,
72+
// Standardized button names
7273
BUTTON1 = SW3,
7374
BUTTON2 = SW4,
7475

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K22F/TARGET_MCU_K22F512/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ typedef enum {
204204
//Push buttons
205205
SW2 = PTC1,
206206
SW3 = PTB17,
207+
// Standardized button names
207208
BUTTON1 = SW2,
208209
BUTTON2 = SW3,
209210

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/TARGET_FRDM/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ typedef enum {
204204
//Push buttons
205205
SW2 = PTC6,
206206
SW3 = PTA4,
207+
// Standardized button names
207208
BUTTON1 = SW2,
208209
BUTTON2 = SW3,
209210

0 commit comments

Comments
 (0)