File tree
65 files changed
+3499
-28
lines changed- extmod
- frozen
- lib
- ports
- atmel-samd
- cxd56
- esp32s2
- stm
- supervisor
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+3499
-28
lines changed- .github/workflows/build.yml+3-3
- README.md+25-50
- code/approx/approx.c-511
- code/approx/approx.h-37
- code/compare.c+15-87
- code/compare.h+3-5
- code/create.c+29-146
- code/create.h-2
- code/extras.c+44
- code/extras.h+7-6
- code/fft.c+17-62
- code/fft.h+2-3
- code/filter.c+99
- code/filter.h+2-4
- code/filter/filter.c-219
- code/linalg.c+161-263
- code/linalg.h+5-6
- code/micropython.mk+12-11
- code/ndarray.c+69-283
- code/ndarray.h+1-28
- code/numerical.c+308-384
- code/numerical.h+2-2
- code/poly.c+64-68
- code/poly.h+1-2
- code/ulab.c+16-27
- code/ulab.h+4-9
- code/user/user.c-44
- code/vectorise.c+58-294
- code/vectorise.h+3-10
- docs/manual/source/conf.py+1-1
- docs/manual/source/ulab.rst+45-799
- docs/ulab-change-log.md-95
- docs/ulab-manual.ipynb+150-1.1k
Submodule Adafruit_CircuitPython_BLE updated 17 files
- .github/workflows/build.yml+2-2
- .github/workflows/release.yml+2-2
- README.rst+1-1
- adafruit_ble/__init__.py+2-8
- adafruit_ble/advertising/__init__.py+8-51
- adafruit_ble/advertising/adafruit.py+8-9
- adafruit_ble/advertising/apple.py+1-2
- adafruit_ble/advertising/standard.py+8-17
- adafruit_ble/characteristics/__init__.py-8
- adafruit_ble/characteristics/float.py-2
- adafruit_ble/characteristics/int.py-2
- adafruit_ble/characteristics/string.py-4
- adafruit_ble/services/standard/__init__.py+1-6
- adafruit_ble/services/standard/device_info.py+5-9
- adafruit_ble/services/standard/hid.py+1-1
- docs/conf.py+1-1
- examples/ble_bluefruit_color_picker.py+6-7
Submodule Adafruit_CircuitPython_ESP32SPI updated 38 files
- .github/workflows/build.yml+4-8
- .github/workflows/release.yml-4
- .gitignore+1-5
- .pre-commit-config.yaml-19
- .pylintrc-4
- .readthedocs.yml-4
- CODE_OF_CONDUCT.md+4-10
- LICENSES/CC-BY-4.0.txt-324
- LICENSES/MIT.txt-19
- LICENSES/Unlicense.txt-20
- README.rst+1-1
- README.rst.license-3
- adafruit_esp32spi/PWMOut.py+20-3
- adafruit_esp32spi/adafruit_esp32spi.py+20-3
- adafruit_esp32spi/adafruit_esp32spi_socket.py+20-2
- adafruit_esp32spi/adafruit_esp32spi_wifimanager.py+20-2
- adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py+20-2
- adafruit_esp32spi/digitalio.py+20-3
- 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/esp32spi_aio_post.py-3
- examples/esp32spi_cheerlights.py-3
- examples/esp32spi_localtime.py-3
- examples/esp32spi_secrets.py-3
- examples/esp32spi_simpletest.py+1-11
- examples/esp32spi_wpa2ent_aio_post.py-3
- examples/esp32spi_wpa2ent_simpletest.py-3
- examples/gpio/esp32spi_gpio.py-4
- examples/gpio/gpio.md-6
- examples/server/esp32spi_wsgiserver.py-4
- examples/server/static/index.html+1-7
- examples/server/static/led_color_picker_example.js+9-12
- pyproject.toml-6
- requirements.txt-4
- setup.py-4
0 commit comments