Jeff Epler
ea3c70a957
Merge pull request #5851 from dhalbert/pdmin-fix-7.1.x
...
PDMIn fix for SAMD: backport of #5842
2022-01-14 08:42:01 -06:00
Dan Halbert
da702b293f
PDMIn: enable IRQ; need a volatile; call pdmin_reset()
...
enable IRQ for PDMIn
2022-01-13 14:45:46 -05:00
Scott Shawcroft
08d09ac493
Merge pull request #5613 from jepler/issue5418
...
clear out interrupt when freeing the timer
2021-12-28 10:57:58 -08:00
Jeff Epler
1986d2ee71
clear out interrupt flags when disabling timer too
2021-12-27 16:42:41 -06:00
Dan Halbert
ab9cef736c
Merge pull request #5779 from dhalbert/feather-esp32-s2-turn-on-i2c-power-by-default
...
Feather ESP32-S2: turn on I2C power after reset
2021-12-24 18:21:16 -05:00
Dan Halbert
cf70a9ca61
Turn on I2C power for each VM, instead of just after hard reset
2021-12-24 16:27:17 -05:00
Dan Halbert
889b25d792
put I2C_POWER_INVERTED alias before D7, for prettypins
2021-12-24 11:49:58 -05:00
Dan Halbert
cf349af35e
turn on I2C power after reset
2021-12-24 11:45:07 -05:00
Dan Halbert
78637e0462
Merge pull request #5778 from dhalbert/update-frozen-libraries-2021-12-24-7.1.x
...
update frozen libraries for 7.1.x
2021-12-24 11:13:29 -05:00
Dan Halbert
b9f7fd663b
shrink CPX crickit build
2021-12-24 08:57:27 -05:00
Dan Halbert
5594024bb6
update frozen libraries for 7.1.x
2021-12-24 08:21:24 -05:00
Dan Halbert
41db3f6fb6
Merge pull request #5765 from adafruit/revert-5755-fix-cascadetoml-more
...
Revert "Fix cascadetoml more"
2021-12-22 22:35:27 -05:00
Scott Shawcroft
9d5ae2e072
Merge pull request #5762 from dhalbert/stale-wakeup-reasons
...
Fix recording of wake_alarm
2021-12-22 10:21:50 -08:00
Scott Shawcroft
936644c157
Revert "Fix cascadetoml more"
2021-12-22 10:07:30 -08:00
Dan Halbert
3bb9a4439d
Fix recording of wake_alarm
2021-12-21 21:48:36 -05:00
Dan Halbert
c27c6155e6
Merge pull request #5758 from adafruit/revert-5750-pin-cascadetoml
...
Revert "pin specific versions of cascadetoml & tomlkit, temporarily"
2021-12-21 17:55:58 -05:00
Scott Shawcroft
0db83f42a4
Revert "pin specific versions of cascadetoml & tomlkit, temporarily"
2021-12-21 11:17:10 -08:00
Jeff Epler
05b70f3a42
Merge pull request #5755 from jepler/fix-cascadetoml-more
...
Fix cascadetoml more
2021-12-21 09:23:21 -07:00
Jeff Epler
f527ef0eb8
pin cascadetoml for windows build too
2021-12-21 08:43:35 -06:00
Jeff Epler
ced98381f1
Merge pull request #5750 from jepler/pin-cascadetoml
...
pin specific versions of cascadetoml & tomlkit, temporarily
2021-12-21 07:08:29 -07:00
Jeff Epler
4125a10d69
pin specific versions of cascadetoml & tomlkit, temporarily
2021-12-20 09:57:26 -06:00
Jeff Epler
4eb780732b
Merge pull request #5748 from dhalbert/pixelbuf-packed-int-error-7.1.x
...
Explicitly cast float to mp_int_t - 7.1.x
2021-12-18 18:02:58 -07:00
George Waters
0ce5265624
Explicitly cast float to mp_int_t
...
Not sure why this is necessary, but it prevents an off-by-one error in
some (rare?) circumstances.
2021-12-17 22:41:48 -05:00
Dan Halbert
b2189d3590
Merge pull request #5741 from dhalbert/5738-backport-to-7.1.x
...
Backport #5738 and #5742 to 7.1.x
2021-12-17 16:04:44 -05:00
Dan Halbert
9096833366
Merge pull request #5740 from jepler/update-ulab
...
Update ulab
2021-12-17 11:47:40 -05:00
lady ada
654414e57e
fix colororder
2021-12-17 10:41:06 -05:00
Jeff Epler
bd282bb1be
do not backslash-escape forward slashes
2021-12-17 09:34:47 -06:00
Jeff Epler
da4f5bdaef
fix ci matrix when ulab is modified
...
When the submodule is modified, the modified 'filename' is simply the
submodule path `extmod/ulab`, not the specific file(s) in the submodule
that are modified.
2021-12-17 09:32:53 -06:00
lady ada
26c2acae12
nuudge
2021-12-17 09:47:44 -05:00
lady ada
8e540a1738
fix final qtpys2 and s2tft feather pinouts
2021-12-17 09:47:44 -05:00
Jeff Epler
21298237e2
Update ulab
...
This fixes a doc-building bug and also a bug with any()/all().
2021-12-17 08:28:49 -06:00
Jeff Epler
eeb84ce97f
Merge pull request #5731 from rsbohn/dexter-editorial
...
Fix some documentation issues
2021-12-16 08:05:35 -07:00
Dan Halbert
a526613ddd
Merge pull request #5723 from timhawes/traceback_fix
...
traceback: fix for crash on non-native exceptions
2021-12-15 15:30:58 -05:00
Randall Bohn
fd655301b5
edit docstring for pixel_shader
2021-12-15 13:07:12 -07:00
Randall Bohn
5d5c966771
install is a pre-commit command
...
not an option
2021-12-15 13:05:03 -07:00
microDev
7e46387196
add non-native exception in traceback_test
...
Co-authored-by: Dan Halbert <halbert@adafruit.com>
2021-12-15 20:48:33 +05:30
microDev
70b3e73349
traceback: fix for crash on non-native exceptions
...
Co-authored-by: Tim Hawes <me@timhawes.com>
2021-12-15 12:29:21 +05:30
Scott Shawcroft
d162bbbe84
Merge pull request #5715 from dhalbert/adabot-for-website
...
Fix website action dependencies; don't build everything on CI changes - 7.1.x backport
2021-12-13 14:56:55 -08:00
Dan Halbert
dcc61d3532
remove whitespace
2021-12-13 15:44:55 -05:00
Scott Shawcroft
d14868d540
Exclude ci checks and tests from building boards
2021-12-13 15:44:55 -05:00
Scott Shawcroft
9f0c0720f9
Fetch tools/adabot submodule for website build
...
It's used by build_board_info.py
2021-12-13 15:43:36 -05:00
Dan Halbert
edabf676d4
Merge pull request #5712 from jepler/website-main-branch
...
reflect that the default branch of circuitpython-org is updated
2021-12-13 10:54:24 -05:00
Jeff Epler
a0553ea838
Merge pull request #5708 from dhalbert/samd-pinalarm-intclr
...
Clear SAMD TAMPER interrupt in pinalarm properly
2021-12-13 07:18:58 -07:00
Jeff Epler
1dce9de480
reflect that the default branch of circuitpython-org is updated
2021-12-13 07:58:26 -06:00
Dan Halbert
bbe30514ef
Fix other INTENCLR and INTENSET to write whole reg
2021-12-12 22:25:44 -05:00
Dan Halbert
c06eee9841
Clear TAMPER interrupt properly; make keypad module table const
2021-12-12 22:00:08 -05:00
Dan Halbert
f695b14e93
Merge pull request #5700 from dhalbert/update-frozen-7.1.x-beta.2
...
update frozen libraries for 7.1.x-beta.2
2021-12-10 09:52:39 -05:00
Dan Halbert
02dca8b66a
update frozen libraries for 7.1.x-beta.2
2021-12-10 08:35:40 -05:00
Dan Halbert
8bd35d9542
Merge pull request #5688 from jepler/issue5600
...
sdcardio: Don't require reaching idle state during early init
2021-12-09 08:32:28 -05:00
Jeff Epler
bc9ef87d05
print addl debug message
2021-12-08 21:03:06 -06:00