From 4538d973d28e7ddf037d743ab016cee43209a713 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 15 Mar 2021 13:23:15 -0700 Subject: [PATCH 1/2] Add Sourcegraph link and raspberrypi port --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 27e420e845..4e617ed6d5 100644 --- a/README.rst +++ b/README.rst @@ -50,6 +50,9 @@ Specifically useful documentation when starting out: - `Welcome to CircuitPython `__ - `CircuitPython Essentials `__ - `Example Code `__ +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 `_ has free code search for public repos like CircuitPython. So, visit `sourcegraph.com/github.com/adafruit/circuitpython `_ to search the CircuitPython codebase online. Contributing ------------ @@ -207,6 +210,7 @@ esp32s2 beta litex alpha mimxrt10xx alpha nrf stable +raspberrypi beta stm ``F4`` stable | ``others`` beta unix alpha ================ ============================================================ From 921bf6de7ce020b1be0c6525881225280060ca64 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 15 Mar 2021 16:12:51 -0700 Subject: [PATCH 2/2] Add back empty line --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 4e617ed6d5..b71ad005e6 100644 --- a/README.rst +++ b/README.rst @@ -50,6 +50,7 @@ Specifically useful documentation when starting out: - `Welcome to CircuitPython `__ - `CircuitPython Essentials `__ - `Example Code `__ + 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 `_ has free code search for public repos like CircuitPython. So, visit `sourcegraph.com/github.com/adafruit/circuitpython `_ to search the CircuitPython codebase online.