File tree
184 files changed
+5094
-1318
lines changed- .github/workflows
- extmod
- frozen
- lib
- 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
- escornabot_makech
- feather_m0_basic
- fluff_m0
- gemma_m0
- hallowing_m0_express
- ndgarage_ndbit6
- ndgarage_ndbit6_v2
- neopixel_trinkey_m0
- pewpew10
- picoplanet
- pirkey_m0
- pyruler
- qtpy_m0
- qtpy_m0_haxpress
- serpente
- shirtty
- sparkfun_qwiic_micro_no_flash
- sparkfun_samd21_dev
- sparkfun_samd21_mini
- trinket_m0
- uchip
- common-hal/supervisor
- cxd56
- common-hal/supervisor
- esp32s2
- boards
- lilygo_ttgo_t8_s2_st7789
- microdev_micro_s2
- unexpectedmaker_feathers2
- unexpectedmaker_feathers2_prerelease
- unexpectedmaker_tinys2
- common-hal/supervisor
- litex
- common-hal/supervisor
- mimxrt10xx
- common-hal/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
- audiobusio
- neopixel_write
- rp2pio
- supervisor
- supervisor
- stm
- boards
- stm32f412zg_discovery
- thunderpack_v12
- common-hal/supervisor
- py
- supervisor
- tests/circuitpython-manual
- audiobusio
- audiocore
- audiopwmio
- busio
- 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.
184 files changed
+5094
-1318
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
| 284 | + | |
| 285 | + | |
| 286 | + | |
284 | 287 |
| |
285 | 288 |
| |
286 | 289 |
| |
| |||
453 | 456 |
| |
454 | 457 |
| |
455 | 458 |
| |
| 459 | + | |
456 | 460 |
| |
457 | 461 |
| |
458 | 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 |
| |
|
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: 58 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
| |||
460 | 461 |
| |
461 | 462 |
| |
462 | 463 |
| |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
463 | 468 |
| |
464 | 469 |
| |
465 | 470 |
| |
| |||
501 | 506 |
| |
502 | 507 |
| |
503 | 508 |
| |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
504 | 513 |
| |
505 | 514 |
| |
506 | 515 |
| |
| |||
1093 | 1102 |
| |
1094 | 1103 |
| |
1095 | 1104 |
| |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
1096 | 1109 |
| |
1097 | 1110 |
| |
1098 | 1111 |
| |
| |||
1109 | 1122 |
| |
1110 | 1123 |
| |
1111 | 1124 |
| |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
1112 | 1133 |
| |
1113 | 1134 |
| |
1114 | 1135 |
| |
1115 | 1136 |
| |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
1116 | 1142 |
| |
1117 | 1143 |
| |
1118 | 1144 |
| |
| |||
1468 | 1494 |
| |
1469 | 1495 |
| |
1470 | 1496 |
| |
| 1497 | + | |
1471 | 1498 |
| |
1472 | 1499 |
| |
1473 | 1500 |
| |
| |||
1534 | 1561 |
| |
1535 | 1562 |
| |
1536 | 1563 |
| |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
1537 | 1572 |
| |
1538 | 1573 |
| |
1539 | 1574 |
| |
| |||
1622 | 1657 |
| |
1623 | 1658 |
| |
1624 | 1659 |
| |
| 1660 | + | |
1625 | 1661 |
| |
1626 | 1662 |
| |
1627 | 1663 |
| |
1628 |
| - | |
1629 |
| - | |
1630 |
| - | |
1631 |
| - | |
1632 | 1664 |
| |
1633 | 1665 |
| |
1634 | 1666 |
| |
| |||
1678 | 1710 |
| |
1679 | 1711 |
| |
1680 | 1712 |
| |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
1681 | 1717 |
| |
1682 | 1718 |
| |
1683 | 1719 |
| |
| |||
1686 | 1722 |
| |
1687 | 1723 |
| |
1688 | 1724 |
| |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
1689 | 1730 |
| |
1690 | 1731 |
| |
1691 | 1732 |
| |
| |||
2115 | 2156 |
| |
2116 | 2157 |
| |
2117 | 2158 |
| |
| 2159 | + | |
2118 | 2160 |
| |
2119 | 2161 |
| |
2120 | 2162 |
| |
| |||
2185 | 2227 |
| |
2186 | 2228 |
| |
2187 | 2229 |
| |
| 2230 | + | |
2188 | 2231 |
| |
2189 | 2232 |
| |
2190 | 2233 |
| |
| |||
3378 | 3421 |
| |
3379 | 3422 |
| |
3380 | 3423 |
| |
| 3424 | + | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
3381 | 3428 |
| |
3382 | 3429 |
| |
3383 | 3430 |
| |
| |||
3720 | 3767 |
| |
3721 | 3768 |
| |
3722 | 3769 |
| |
| 3770 | + | |
3723 | 3771 |
| |
3724 | 3772 |
| |
3725 | 3773 |
| |
| |||
3797 | 3845 |
| |
3798 | 3846 |
| |
3799 | 3847 |
| |
| 3848 | + | |
3800 | 3849 |
| |
3801 | 3850 |
| |
3802 | 3851 |
| |
| |||
4154 | 4203 |
| |
4155 | 4204 |
| |
4156 | 4205 |
| |
| 4206 | + | |
| 4207 | + | |
| 4208 | + | |
| 4209 | + | |
| 4210 | + | |
4157 | 4211 |
| |
4158 | 4212 |
| |
4159 | 4213 |
| |
|
Lines changed: 43 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
| |||
454 | 455 |
| |
455 | 456 |
| |
456 | 457 |
| |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
457 | 462 |
| |
458 | 463 |
| |
459 | 464 |
| |
| |||
495 | 500 |
| |
496 | 501 |
| |
497 | 502 |
| |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
498 | 507 |
| |
499 | 508 |
| |
500 | 509 |
| |
| |||
1076 | 1085 |
| |
1077 | 1086 |
| |
1078 | 1087 |
| |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
1079 | 1092 |
| |
1080 | 1093 |
| |
1081 | 1094 |
| |
| |||
1090 | 1103 |
| |
1091 | 1104 |
| |
1092 | 1105 |
| |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
1093 | 1114 |
| |
1094 | 1115 |
| |
1095 | 1116 |
| |
| |||
1456 | 1477 |
| |
1457 | 1478 |
| |
1458 | 1479 |
| |
| 1480 | + | |
1459 | 1481 |
| |
1460 | 1482 |
| |
1461 | 1483 |
| |
| |||
1522 | 1544 |
| |
1523 | 1545 |
| |
1524 | 1546 |
| |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
1525 | 1555 |
| |
1526 | 1556 |
| |
1527 | 1557 |
| |
| |||
1608 | 1638 |
| |
1609 | 1639 |
| |
1610 | 1640 |
| |
| 1641 | + | |
1611 | 1642 |
| |
1612 | 1643 |
| |
1613 | 1644 |
| |
1614 |
| - | |
1615 |
| - | |
1616 |
| - | |
1617 |
| - | |
1618 | 1645 |
| |
1619 | 1646 |
| |
1620 | 1647 |
| |
| |||
1660 | 1687 |
| |
1661 | 1688 |
| |
1662 | 1689 |
| |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
1663 | 1694 |
| |
1664 | 1695 |
| |
1665 | 1696 |
| |
| |||
2089 | 2120 |
| |
2090 | 2121 |
| |
2091 | 2122 |
| |
| 2123 | + | |
2092 | 2124 |
| |
2093 | 2125 |
| |
2094 | 2126 |
| |
| |||
2154 | 2186 |
| |
2155 | 2187 |
| |
2156 | 2188 |
| |
| 2189 | + | |
2157 | 2190 |
| |
2158 | 2191 |
| |
2159 | 2192 |
| |
| |||
3337 | 3370 |
| |
3338 | 3371 |
| |
3339 | 3372 |
| |
| 3373 | + | |
| 3374 | + | |
| 3375 | + | |
| 3376 | + | |
3340 | 3377 |
| |
3341 | 3378 |
| |
3342 | 3379 |
| |
| |||
3678 | 3715 |
| |
3679 | 3716 |
| |
3680 | 3717 |
| |
| 3718 | + | |
3681 | 3719 |
| |
3682 | 3720 |
| |
3683 | 3721 |
| |
| |||
3755 | 3793 |
| |
3756 | 3794 |
| |
3757 | 3795 |
| |
| 3796 | + | |
3758 | 3797 |
| |
3759 | 3798 |
| |
3760 | 3799 |
| |
|
0 commit comments