File tree
204 files changed
+6154
-1405
lines changed- .github/workflows
- docs
- extmod
- crypto-algorithms
- 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
- microcontroller
- 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
- os
- pwmio
- rp2pio
- supervisor
- supervisor
- stm
- boards
- espruino_pico
- stm32f412zg_discovery
- thunderpack_v12
- common-hal
- busio
- supervisor
- py
- supervisor
- tests/circuitpython-manual
- audiobusio
- 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.
204 files changed
+6154
-1405
lines changedLines changed: 5 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 |
| |
| |||
296 | 299 |
| |
297 | 300 |
| |
298 | 301 |
| |
| 302 | + | |
299 | 303 |
| |
300 | 304 |
| |
301 | 305 |
| |
| |||
452 | 456 |
| |
453 | 457 |
| |
454 | 458 |
| |
| 459 | + | |
455 | 460 |
| |
456 | 461 |
| |
457 | 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: 77 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 |
| |
| |||
368 | 369 |
| |
369 | 370 |
| |
370 | 371 |
| |
| 372 | + | |
371 | 373 |
| |
372 | 374 |
| |
373 | 375 |
| |
| |||
459 | 461 |
| |
460 | 462 |
| |
461 | 463 |
| |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
462 | 468 |
| |
463 | 469 |
| |
464 | 470 |
| |
| |||
500 | 506 |
| |
501 | 507 |
| |
502 | 508 |
| |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
503 | 513 |
| |
504 | 514 |
| |
505 | 515 |
| |
| |||
1092 | 1102 |
| |
1093 | 1103 |
| |
1094 | 1104 |
| |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
1095 | 1109 |
| |
1096 | 1110 |
| |
1097 | 1111 |
| |
| |||
1108 | 1122 |
| |
1109 | 1123 |
| |
1110 | 1124 |
| |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
1111 | 1133 |
| |
1112 | 1134 |
| |
1113 | 1135 |
| |
1114 | 1136 |
| |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
1115 | 1142 |
| |
1116 | 1143 |
| |
1117 | 1144 |
| |
| |||
1467 | 1494 |
| |
1468 | 1495 |
| |
1469 | 1496 |
| |
| 1497 | + | |
| 1498 | + | |
1470 | 1499 |
| |
1471 | 1500 |
| |
1472 | 1501 |
| |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
1473 | 1506 |
| |
1474 | 1507 |
| |
1475 | 1508 |
| |
| |||
1528 | 1561 |
| |
1529 | 1562 |
| |
1530 | 1563 |
| |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
1531 | 1572 |
| |
1532 | 1573 |
| |
1533 | 1574 |
| |
| |||
1616 | 1657 |
| |
1617 | 1658 |
| |
1618 | 1659 |
| |
| 1660 | + | |
1619 | 1661 |
| |
1620 | 1662 |
| |
1621 | 1663 |
| |
1622 |
| - | |
1623 |
| - | |
1624 |
| - | |
1625 |
| - | |
1626 | 1664 |
| |
1627 | 1665 |
| |
1628 | 1666 |
| |
| |||
1672 | 1710 |
| |
1673 | 1711 |
| |
1674 | 1712 |
| |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
1675 | 1717 |
| |
1676 | 1718 |
| |
1677 | 1719 |
| |
| |||
1680 | 1722 |
| |
1681 | 1723 |
| |
1682 | 1724 |
| |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
1683 | 1730 |
| |
1684 | 1731 |
| |
1685 | 1732 |
| |
| |||
1756 | 1803 |
| |
1757 | 1804 |
| |
1758 | 1805 |
| |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
1759 | 1810 |
| |
1760 | 1811 |
| |
1761 | 1812 |
| |
| |||
1996 | 2047 |
| |
1997 | 2048 |
| |
1998 | 2049 |
| |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
1999 | 2058 |
| |
2000 | 2059 |
| |
2001 | 2060 |
| |
| |||
2097 | 2156 |
| |
2098 | 2157 |
| |
2099 | 2158 |
| |
| 2159 | + | |
2100 | 2160 |
| |
2101 | 2161 |
| |
2102 | 2162 |
| |
| |||
2167 | 2227 |
| |
2168 | 2228 |
| |
2169 | 2229 |
| |
| 2230 | + | |
| 2231 | + | |
2170 | 2232 |
| |
2171 | 2233 |
| |
2172 | 2234 |
| |
| |||
3359 | 3421 |
| |
3360 | 3422 |
| |
3361 | 3423 |
| |
| 3424 | + | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
3362 | 3428 |
| |
3363 | 3429 |
| |
3364 | 3430 |
| |
| |||
3701 | 3767 |
| |
3702 | 3768 |
| |
3703 | 3769 |
| |
| 3770 | + | |
3704 | 3771 |
| |
3705 | 3772 |
| |
3706 | 3773 |
| |
| |||
3778 | 3845 |
| |
3779 | 3846 |
| |
3780 | 3847 |
| |
| 3848 | + | |
3781 | 3849 |
| |
3782 | 3850 |
| |
3783 | 3851 |
| |
| |||
4135 | 4203 |
| |
4136 | 4204 |
| |
4137 | 4205 |
| |
| 4206 | + | |
| 4207 | + | |
| 4208 | + | |
| 4209 | + | |
| 4210 | + | |
4138 | 4211 |
| |
4139 | 4212 |
| |
4140 | 4213 |
| |
|
0 commit comments