File tree
104 files changed
+8242
-11
lines changed- .github/workflows
- docs
- frozen
- ports
- atmel-samd/boards
- monster_m4sk
- pewpew_m4
- mimxrt10xx
- boards
- feather_mimxrt1011
- feather_mimxrt1062
- imxrt1010_evk
- common-hal
- analogio
- board
- busio
- digitalio
- microcontroller
- neopixel_write
- os
- pulseio
- rtc
- supervisor
- time
- peripherals/mimxrt10xx
- MIMXRT1011
- MIMXRT1062
- supervisor
- nrf
- py
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
104 files changed
+8242
-11
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
| 106 | + | |
105 | 107 |
| |
106 | 108 |
| |
107 | 109 |
| |
108 | 110 |
| |
109 | 111 |
| |
110 | 112 |
| |
111 | 113 |
| |
| 114 | + | |
112 | 115 |
| |
113 | 116 |
| |
114 | 117 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| 111 | + | |
| 112 | + | |
| 113 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
| 135 | + | |
134 | 136 |
| |
135 | 137 |
| |
136 | 138 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
|
Submodule Adafruit_CircuitPython_HID updated 14 files
- .github/workflows/build.yml+50
- .github/workflows/release.yml+81
- .gitignore-1
- .travis.yml-32
- README.rst+2-2
- adafruit_hid/__init__.py+12
- adafruit_hid/consumer_control.py+11-14
- adafruit_hid/gamepad.py+11-16
- adafruit_hid/keyboard.py+18-18
- adafruit_hid/mouse.py+12-12
- examples/hid_joywing_gamepad.py+2-1
- examples/hid_keyboard_shortcuts.py+2-1
- examples/hid_simple_gamepad.py+2-1
- examples/hid_simpletest.py+2-1
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + |
Lines changed: 33 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
38 | 51 |
| |
39 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
40 | 68 |
| |
41 | 69 |
| |
42 | 70 |
| |
| |||
63 | 91 |
| |
64 | 92 |
| |
65 | 93 |
| |
66 |
| - | |
67 |
| - | |
68 | 94 |
| |
69 | 95 |
| |
70 | 96 |
| |
| |||
83 | 109 |
| |
84 | 110 |
| |
85 | 111 |
| |
| 112 | + | |
| 113 | + | |
| 114 | + | |
86 | 115 |
| |
87 | 116 |
| |
88 | 117 |
| |
89 | 118 |
| |
90 | 119 |
| |
91 | 120 |
| |
92 |
| - | |
93 |
| - | |
| 121 | + | |
| 122 | + | |
94 | 123 |
| |
95 | 124 |
| |
96 | 125 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
0 commit comments