Skip to content

Commit 9e51972

Browse files
committed
Updated first paragraph of the "SDK design" section.
1 parent b899a7a commit 9e51972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mainpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This documentation is generated from the SDK source tree using Doxygen. It provi
1010

1111
## SDK Design
1212

13-
The RP-series microcontrollers are powerful chips designed for embedded systems, which means that these chips operate in environments with limited memory (RAM) and storage (program space). Developers must balance performance with other factors, such as edge-case error handling, runtime versus compile time, and so on. These trade-offs are necessarily more visible to developers for RP-series microcontrollers than they might be for higher-level platforms (like desktop systems), where such considerations are often abstracted or automated.
13+
The RP-series microcontrollers are powerful chips designed for embedded systems, which means that these chips operate in environments with limited memory (RAM) and storage (program space).As a result, trade-offs between performance and other factors, (such as edge-case error handling, runtime versus compile time configuration, and soon) are more apparent than they might be on higher-level platforms (like desktop systems).
1414

1515
The SDK is designed to be both beginner friendly and powerful for more experienced users. Its features work out-of-the-box, with sensible defaults that cover most use cases. At the same time, it gives developers as much control as possible to refine the application they're building and the libraries used, if they choose to.
1616

0 commit comments

Comments
 (0)