Skip to content

Commit c5751f8

Browse files
committed
make intro paragraph shorter
1 parent 4fd0df1 commit c5751f8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,10 @@ As CircuitPython grows, there are more and more ways to contribute. Here are som
3030

3131
## Building CircuitPython: Getting started with C
3232

33-
The CircuitPython core is implemented mostly in C, along with some "frozen"
34-
Python modules that provide commonly needed functionality. Some C code, like
35-
the Python virtual machine (VM), is shared between all supported development
36-
boards. Other code is specific to a family of microcontrollers (ports) or to
37-
individual boards.
38-
39-
If you want to add suport for new boards, add features to the core, fix bugs in
40-
the core, or compile with special options (perhaps to make a debug build with
41-
UART logging), you will need to install a development environment with build
42-
tools.
33+
The CircuitPython core is implemented mostly in C. If you want to add suport
34+
for new boards, add features to the core, fix bugs in the core, or compile with
35+
special options (perhaps to make a debug build with UART logging), you will
36+
need to install a development environment with build tools.
4337

4438
Build Documentation:
4539

0 commit comments

Comments
 (0)