Go to file
Scott Shawcroft 25525f048a
Merge pull request #8563 from rgrizzell/main
Board support for LILYGO T-Deck
2023-11-09 15:31:22 -08:00
.codespell Add header for PLACE_IN_ITCM 2023-09-20 11:19:57 -05:00
.devcontainer
.github
LICENSES Add an explicit SPDX license file for ter-u12n. 2020-07-06 19:15:41 +01:00
data Add new board uGame22 2023-08-25 19:26:30 +02:00
devices/ble_hci
docs Fix docs build by splitting out support matrix 2023-10-24 16:20:51 -07:00
examples Initial MicroPython v1.21.0 merge; not compiled yet 2023-10-18 17:49:14 -04:00
extmod update ulab 2023-10-30 10:10:54 +01:00
frozen Update asyncio 2023-10-16 10:59:45 -07:00
lib Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
locale Update translation files 2023-11-08 17:48:25 +00:00
logo Add license to some obvious files. 2020-07-06 19:16:25 +01:00
mpy-cross Merge pull request #8508 from dhalbert/v1.21-merge 2023-10-24 15:36:06 -07:00
ports Merge pull request #8563 from rgrizzell/main 2023-11-09 15:31:22 -08:00
py add CIRCUITPY-CHANGE annotations 2023-11-08 09:08:10 -05:00
shared
shared-bindings Merge pull request #8553 from tannewt/switch_to_split_heap 2023-11-08 12:48:12 -05:00
shared-module Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
supervisor Fix pre-commit 2023-11-06 11:15:38 -08:00
tests
tools Fix mbedtls and stop removing it 2023-10-24 14:47:43 -07:00
.codespellrc fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
.mailmap
.pre-commit-config.yaml
.readthedocs.yml
.rosie.yml
ACKNOWLEDGEMENTS
ACKNOWLEDGEMENTS.license
BUILDING.md
CODE_OF_CONDUCT.md Fix up Contributor Covenant homepage link 2023-04-10 15:33:38 +12:00
CONTRIBUTING.md
LICENSE
LICENSE_MicroPython
MANIFEST.in-stubs
Makefile
README.rst
README.rst-stubs
WEBUSB_README.md
conf.py
main.c Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
requirements-ci.txt
requirements-dev.txt
requirements-doc.txt
runtime.py
setup.py-stubs

README.rst-stubs

CircuitPython
=============

.. image:: https://s3.amazonaws.com/adafruit-circuit-python/CircuitPython_Repo_header_logo.png

|Build Status| |Doc Status| |License| |Discord| |Weblate|

`circuitpython.org <https://circuitpython.org>`__ \| `Get CircuitPython <#get-circuitpython>`__ \|
`Documentation <#documentation>`__ \| `Contributing <#contributing>`__ \|
`Branding <#branding>`__ \| `Differences from Micropython <#differences-from-micropython>`__ \|
`Project Structure <#project-structure>`__

**CircuitPython** is a *beginner friendly*, open source version of Python for tiny, inexpensive
computers called microcontrollers.

This package contains the "stubs", or type definitions for CircuitPython.  With some advanced
editors and other tools, this information can be identify TypeErrors, AttributeErrors, and other
problems before you deploy your code to a device and can even help autocomplete your code.

.. |Build Status| image:: https://github.com/adafruit/circuitpython/workflows/Build%20CI/badge.svg
   :target: https://github.com/adafruit/circuitpython/actions?query=branch%3Amain
.. |Doc Status| image:: https://readthedocs.org/projects/circuitpython/badge/?version=latest
   :target: http://circuitpython.readthedocs.io/
.. |Discord| image:: https://img.shields.io/discord/327254708534116352.svg
   :target: https://adafru.it/discord
.. |License| image:: https://img.shields.io/badge/License-MIT-brightgreen.svg
   :target: https://choosealicense.com/licenses/mit/
.. |Weblate| image:: https://hosted.weblate.org/widgets/circuitpython/-/svg-badge.svg
   :target: https://hosted.weblate.org/engage/circuitpython/?utm_source=widget