Go to file
Jeff Epler b589dc2589
Merge pull request #8091 from bill88t/update-picow
Update pico-sdk to 1.5.1
2023-08-22 09:51:20 -05:00
.codespell pre-commit fixes 2023-08-14 00:59:22 -04:00
.devcontainer
.github
LICENSES Add an explicit SPDX license file for ter-u12n. 2020-07-06 19:15:41 +01:00
data
devices/ble_hci wip; fix more m_malloc and gc_alloc 2023-08-11 00:30:34 -04:00
docs Make natmods work again. 2023-08-19 16:59:13 -05:00
examples
extmod support old names for push/pop methods in TaskQueue 2023-08-21 15:44:26 -05:00
frozen support old names for push/pop methods in TaskQueue 2023-08-21 15:44:26 -05:00
lib
locale Update translation files 2023-08-22 01:24:50 +02:00
logo Add license to some obvious files. 2020-07-06 19:16:25 +01:00
mpy-cross Fix `mpy-cross -X native` 2023-08-19 13:44:13 -05:00
ports Merge pull request #8091 from bill88t/update-picow 2023-08-22 09:51:20 -05:00
py ignore some cast-align diagnostics 2023-08-20 14:26:48 -05:00
shared
shared-bindings Merge pull request #8298 from jepler/canio-doc-mcp2515 2023-08-22 09:48:09 -05:00
shared-module Merge remote-tracking branch 'adafruit/main' into merge-micropython-v1.19.1 2023-08-18 13:29:39 -04:00
supervisor Merge pull request #8304 from ccattuto/main 2023-08-22 09:47:40 -05:00
tests basic async_with test passes under native code 2023-08-20 10:15:55 -05:00
tools Ensure doc build is tested when a Makefile or .mk file is changed 2023-08-21 20:58:12 -05:00
.codespellrc fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
.git-blame-ignore-revs
.gitattributes Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
.gitignore
.gitmodules
.mailmap
.pre-commit-config.yaml
.readthedocs.yml
.rosie.yml Add license to some obvious files. 2020-07-06 19:16:25 +01:00
ACKNOWLEDGEMENTS
ACKNOWLEDGEMENTS.license
BUILDING.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE_MicroPython
MANIFEST.in-stubs
Makefile
README.rst
README.rst-stubs
WEBUSB_README.md
conf.py
main.c
requirements-ci.txt only install `awscli` when required 2023-01-16 17:03:39 +05:30
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