File tree
107 files changed
+3235
-354
lines changed- .github/workflows
- extmod
- frozen
- lib
- locale
- ports
- atmel-samd/supervisor
- espressif
- boards
- ai_thinker_esp32-c3s-2m
- ai_thinker_esp32-c3s
- crcibernetica-ideaboard
- maker_badge
- common-hal
- busio
- microcontroller
- pwmio
- nrf/boards/pillbug
- raspberrypi
- bindings/cyw43
- boards
- raspberry_pi_pico_w
- weact_studio_pico_16mb
- common-hal
- alarm
- pin
- analogio
- busio
- digitalio
- wifi
- lwip_src
- supervisor
- stm
- boards/swan_r5
- common-hal
- audiobusio
- pulseio
- pwmio
- peripherals
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+3235
-354
lines changedLines changed: 20 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
| 129 | + | |
129 | 130 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
138 | 147 |
| |
139 | 148 |
| |
140 | 149 |
| |
141 |
| - | |
| 150 | + | |
| 151 | + | |
142 | 152 |
| |
143 | 153 |
| |
144 | 154 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + |
- .github/workflows/build.yml+4-4
- build.sh+6-2
- code/ndarray.h+12-3
- code/ndarray_properties.c+6-6
- code/numpy/fft/fft_tools.c+3-3
- code/numpy/io/io.h+1-1
- code/numpy/ndarray/ndarray_iter.h+1-1
- code/numpy/vector.c+13-4
- code/scipy/optimize/optimize.c+5-5
- code/ulab.c+67-2
- code/ulab_tools.c+1-1
- docs/ulab-change-log.md+12
- tests/1d/numpy/universal_functions.py+1-1
- tests/1d/numpy/universal_functions.py.exp+1-1
- tests/2d/numpy/methods.py-7
- tests/2d/numpy/methods.py.exp-4
Submodule Adafruit_CircuitPython_SSD1680 added at 1686242
Submodule Adafruit_CircuitPython_UC8151D added at 565fed5
Submodule protomatter updated 19 files
- README.md+10-10
- examples/doublebuffer_scrolltext/doublebuffer_scrolltext.ino+28-2
- examples/simple/simple.ino+32-1
- examples/tiled/tiled.ino+27-1
- library.properties+2-2
- src/arch/arch.h+42-7
- src/arch/esp32-c3.h+51
- src/arch/esp32-common.h+198
- src/arch/esp32-s2.h+206
- src/arch/esp32-s3.h+313
- src/arch/esp32.h+16-147
- src/arch/nrf52.h+13-17
- src/arch/rp2040.h+58-44
- src/arch/samd21.h+9-9
- src/arch/samd51.h+9-9
- src/arch/stm32.h+8-8
- src/arch/teensy4.h+9-9
- src/core.c+119-27
- src/core.h+14-12
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3730 | 3730 |
| |
3731 | 3731 |
| |
3732 | 3732 |
| |
| 3733 | + | |
3733 | 3734 |
| |
3734 | 3735 |
| |
3735 | 3736 |
| |
| 3737 | + | |
| 3738 | + | |
| 3739 | + | |
| 3740 | + | |
| 3741 | + | |
| 3742 | + | |
| 3743 | + | |
| 3744 | + | |
3736 | 3745 |
| |
| 3746 | + | |
3737 | 3747 |
| |
3738 | 3748 |
| |
3739 | 3749 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3707 | 3707 |
| |
3708 | 3708 |
| |
3709 | 3709 |
| |
| 3710 | + | |
3710 | 3711 |
| |
3711 | 3712 |
| |
3712 | 3713 |
| |
| 3714 | + | |
| 3715 | + | |
| 3716 | + | |
| 3717 | + | |
| 3718 | + | |
| 3719 | + | |
| 3720 | + | |
| 3721 | + | |
3713 | 3722 |
| |
| 3723 | + | |
3714 | 3724 |
| |
3715 | 3725 |
| |
3716 | 3726 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3716 | 3716 |
| |
3717 | 3717 |
| |
3718 | 3718 |
| |
| 3719 | + | |
3719 | 3720 |
| |
3720 | 3721 |
| |
3721 | 3722 |
| |
| 3723 | + | |
| 3724 | + | |
| 3725 | + | |
| 3726 | + | |
| 3727 | + | |
| 3728 | + | |
| 3729 | + | |
| 3730 | + | |
3722 | 3731 |
| |
| 3732 | + | |
3723 | 3733 |
| |
3724 | 3734 |
| |
3725 | 3735 |
| |
|
0 commit comments