Add Sourcegraph link and raspberrypi port
This commit is contained in:
parent
05ed179e11
commit
4538d973d2
|
@ -50,6 +50,9 @@ Specifically useful documentation when starting out:
|
||||||
- `Welcome to CircuitPython <https://learn.adafruit.com/welcome-to-circuitpython>`__
|
- `Welcome to CircuitPython <https://learn.adafruit.com/welcome-to-circuitpython>`__
|
||||||
- `CircuitPython Essentials <https://learn.adafruit.com/circuitpython-essentials>`__
|
- `CircuitPython Essentials <https://learn.adafruit.com/circuitpython-essentials>`__
|
||||||
- `Example Code <https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/CircuitPython_Essentials>`__
|
- `Example Code <https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/CircuitPython_Essentials>`__
|
||||||
|
Code Search
|
||||||
|
------------
|
||||||
|
GitHub doesn't currently support code search on forks. Therefore, CircuitPython doesn't have code search through GitHub because it is a fork of MicroPython. Luckily, `SourceGraph <https://sourcegraph.com/github.com/adafruit/circuitpython>`_ has free code search for public repos like CircuitPython. So, visit `sourcegraph.com/github.com/adafruit/circuitpython <https://sourcegraph.com/github.com/adafruit/circuitpython>`_ to search the CircuitPython codebase online.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
@ -207,6 +210,7 @@ esp32s2 beta
|
||||||
litex alpha
|
litex alpha
|
||||||
mimxrt10xx alpha
|
mimxrt10xx alpha
|
||||||
nrf stable
|
nrf stable
|
||||||
|
raspberrypi beta
|
||||||
stm ``F4`` stable | ``others`` beta
|
stm ``F4`` stable | ``others`` beta
|
||||||
unix alpha
|
unix alpha
|
||||||
================ ============================================================
|
================ ============================================================
|
||||||
|
|
Loading…
Reference in New Issue