Scott Shawcroft
|
15fe386457
|
Fix build and minify html and js
|
2022-07-12 11:13:17 -07:00 |
Dan Halbert
|
7c337ca3ac
|
huffman is a submodule and does not need to be in requirements-dev.txt
|
2022-04-26 10:33:37 -04:00 |
Jeff Epler
|
fe98248a3d
|
Merge remote-tracking branch 'origin/7.2.x' into merge-7.2.x
|
2022-04-05 08:45:13 -05:00 |
Dan Halbert
|
d20ae5ab24
|
revert pins of click and typer
|
2022-04-01 20:51:11 -04:00 |
Dan Halbert
|
d5868b42ff
|
Pin typer and click to have compatible versions
|
2022-03-29 10:46:58 -04:00 |
Dan Halbert
|
682b5cac2f
|
Pin typer and click to have compatible versions
|
2022-03-28 19:45:42 -04:00 |
Dan Halbert
|
4f2d88e669
|
use pip-installed circuitpython_typing instead of private copy
|
2022-02-25 13:49:06 -05:00 |
Jeff Epler
|
adfa6ef019
|
Fix all natmod tests to run on x64
My testing sequence is
```
git clean -dxf examples
arch=x64; make -C examples/natmod/features1 ARCH=$arch && make -C examples/natmod/features2 ARCH=$arch && make -C examples/natmod/btree ARCH=$arch && make -C examples/natmod/framebuf ARCH=$arch && make -C examples/natmod/uheapq ARCH=$arch && make -C examples/natmod/urandom ARCH=$arch && make -C examples/natmod/ure ARCH=$arch && make -C examples/natmod/uzlib ARCH=$arch
(cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py)
```
|
2022-02-13 11:18:38 -06:00 |
Scott Shawcroft
|
0db83f42a4
|
Revert "pin specific versions of cascadetoml & tomlkit, temporarily"
|
2021-12-21 11:17:10 -08:00 |
Jeff Epler
|
4125a10d69
|
pin specific versions of cascadetoml & tomlkit, temporarily
|
2021-12-20 09:57:26 -06:00 |
microDev
|
e91fb247a3
|
build docs dynamically
|
2021-09-16 00:05:42 +05:30 |
Dan Halbert
|
05205259c6
|
update tools/adabot submodule
|
2021-08-11 23:14:58 -04:00 |
Jeff Epler
|
937ef7ea7a
|
Unpin sphinx-autoapi as the bug is resolved
|
2021-08-04 14:30:03 -05:00 |
Dan Halbert
|
0eab2eb162
|
Use sphinx-autoapi 1.8.1 until it's fixed
|
2021-07-27 08:45:30 -04:00 |
Scott Shawcroft
|
0fadf028ef
|
Create first BLE-only board, Micro:Bit v2
This fixes build issues with USB off, tweaks the README to allow
for BLE-only boards and adds the Micro:Bit v2 definition.
Fixes #4546
|
2021-07-14 09:55:51 -07:00 |
Scott Shawcroft
|
c34ddf14d6
|
Switch from recommonmark to myst-parser
It's the *future* and fixes a doc build error.
Related to https://github.com/readthedocs/recommonmark/issues/221
|
2021-05-05 15:25:37 -07:00 |
Scott Shawcroft
|
4aea7f8f52
|
Add requirements-dev.txt for python deps
|
2021-03-19 15:22:23 -07:00 |
Scott Shawcroft
|
1e9436519b
|
Fix ReadTheDocs after switching to stubs + autoapi.
|
2020-05-18 16:29:15 -07:00 |
John Reese
|
f831d84435
|
Update maintainer/email for stub package, bump rst2pyi dep
|
2019-06-02 15:08:48 -07:00 |
John Reese
|
7f7665c1c0
|
Use rst2pyi to generate type stubs and package
|
2019-05-25 21:32:06 -07:00 |