File tree
213 files changed
+5725
-1167
lines changed- .github/workflows
- docs
- extmod
- crypto-algorithms
- frozen
- locale
- ports
- atmel-samd
- boards
- 8086_commander
- arduino_mkr1300
- arduino_mkrzero
- arduino_nano_33_iot
- bast_pro_mini_m0
- circuitplayground_express_crickit
- circuitplayground_express_displayio
- cp_sapling_m0
- datum_distance
- datum_imu
- datum_light
- datum_weather
- dynalora_usb
- escornabot_makech
- feather_m0_basic
- fluff_m0
- gemma_m0
- hallowing_m0_express
- ndgarage_ndbit6_v2
- ndgarage_ndbit6
- neopixel_trinkey_m0
- pewpew10
- picoplanet
- pirkey_m0
- pyruler
- qtpy_m0
- serpente
- shirtty
- sparkfun_qwiic_micro_no_flash
- sparkfun_samd21_dev
- sparkfun_samd21_mini
- trinket_m0
- uchip
- common-hal
- _pew
- supervisor
- cxd56
- common-hal/supervisor
- esp32s2
- boards
- lilygo_ttgo_t8_s2_st7789
- microdev_micro_s2
- unexpectedmaker_feathers2_prerelease
- unexpectedmaker_feathers2
- unexpectedmaker_tinys2
- common-hal
- alarm
- microcontroller
- socketpool
- ssl
- supervisor
- litex
- common-hal/supervisor
- mimxrt10xx
- common-hal
- busio
- supervisor
- nrf
- bluetooth
- boards
- TG-Watch
- pca10100
- simmel
- common-hal/supervisor
- supervisor
- raspberrypi
- bindings/rp2pio
- boards
- adafruit_feather_rp2040
- pimoroni_keybow2040
- pimoroni_picosystem
- pimoroni_tiny2040
- qtpy_rp2040
- raspberry_pi_pico
- common-hal
- audiopwmio
- neopixel_write
- os
- pwmio
- rp2pio
- supervisor
- supervisor
- stm
- boards
- espruino_pico
- stm32f412zg_discovery
- thunderpack_v12
- common-hal
- busio
- supervisor
- py
- supervisor
- tests/circuitpython-manual
- audiocore
- audiopwmio
- socketpool
- client
- datagram
- server
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
213 files changed
+5725
-1167
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
| 211 | + | |
211 | 212 |
| |
212 | 213 |
| |
213 | 214 |
| |
| |||
280 | 281 |
| |
281 | 282 |
| |
282 | 283 |
| |
| 284 | + | |
| 285 | + | |
| 286 | + | |
283 | 287 |
| |
284 | 288 |
| |
285 | 289 |
| |
| |||
295 | 299 |
| |
296 | 300 |
| |
297 | 301 |
| |
| 302 | + | |
298 | 303 |
| |
299 | 304 |
| |
300 | 305 |
| |
| |||
451 | 456 |
| |
452 | 457 |
| |
453 | 458 |
| |
| 459 | + | |
454 | 460 |
| |
455 | 461 |
| |
456 | 462 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| 181 | + | |
181 | 182 |
| |
182 | 183 |
| |
183 | 184 |
| |
|
Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
168 | 186 |
| |
169 | 187 |
| |
170 | 188 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Submodule Adafruit_CircuitPython_FocalTouch updated 22 files
- .github/workflows/build.yml+24-4
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+19
- .pylintrc+4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_focaltouch.py+17-25
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/focaltouch_paint_simpletest.py+4-1
- examples/focaltouch_print_touches.py+3
- examples/focaltouch_print_touches_with_irq.py+47
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_Register updated 30 files
- .github/workflows/build.yml+24-4
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+19
- .pylintrc+4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst+3-3
- README.rst.license+3
- adafruit_register/i2c_bcd_alarm.py+2-20
- adafruit_register/i2c_bcd_datetime.py+5-22
- adafruit_register/i2c_bit.py+3-20
- adafruit_register/i2c_bits.py+3-20
- adafruit_register/i2c_struct.py+3-20
- adafruit_register/i2c_struct_array.py+3-20
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/conf_old.py-290
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/register_rwbit.py+3
- examples/register_rwbits.py+3
- examples/register_simpletest.py+3
- examples/register_unarystruct.py+3
- requirements.txt+4
- setup.py+4
Lines changed: 42 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
| 371 | + | |
371 | 372 |
| |
372 | 373 |
| |
373 | 374 |
| |
| |||
1112 | 1113 |
| |
1113 | 1114 |
| |
1114 | 1115 |
| |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
1115 | 1121 |
| |
1116 | 1122 |
| |
1117 | 1123 |
| |
| |||
1467 | 1473 |
| |
1468 | 1474 |
| |
1469 | 1475 |
| |
| 1476 | + | |
1470 | 1477 |
| |
1471 | 1478 |
| |
1472 | 1479 |
| |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
1473 | 1484 |
| |
1474 | 1485 |
| |
1475 | 1486 |
| |
| |||
1680 | 1691 |
| |
1681 | 1692 |
| |
1682 | 1693 |
| |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
1683 | 1699 |
| |
1684 | 1700 |
| |
1685 | 1701 |
| |
| |||
1756 | 1772 |
| |
1757 | 1773 |
| |
1758 | 1774 |
| |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
1759 | 1779 |
| |
1760 | 1780 |
| |
1761 | 1781 |
| |
| |||
1996 | 2016 |
| |
1997 | 2017 |
| |
1998 | 2018 |
| |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
1999 | 2027 |
| |
2000 | 2028 |
| |
2001 | 2029 |
| |
| |||
2167 | 2195 |
| |
2168 | 2196 |
| |
2169 | 2197 |
| |
| 2198 | + | |
2170 | 2199 |
| |
2171 | 2200 |
| |
2172 | 2201 |
| |
| |||
3359 | 3388 |
| |
3360 | 3389 |
| |
3361 | 3390 |
| |
| 3391 | + | |
| 3392 | + | |
| 3393 | + | |
| 3394 | + | |
3362 | 3395 |
| |
3363 | 3396 |
| |
3364 | 3397 |
| |
| |||
3674 | 3707 |
| |
3675 | 3708 |
| |
3676 | 3709 |
| |
| 3710 | + | |
| 3711 | + | |
| 3712 | + | |
| 3713 | + | |
3677 | 3714 |
| |
3678 | 3715 |
| |
3679 | 3716 |
| |
| |||
4131 | 4168 |
| |
4132 | 4169 |
| |
4133 | 4170 |
| |
| 4171 | + | |
| 4172 | + | |
| 4173 | + | |
| 4174 | + | |
| 4175 | + | |
4134 | 4176 |
| |
4135 | 4177 |
| |
4136 | 4178 |
| |
|
0 commit comments