Skip to content

Commit 39e8e3c

Browse files
documentation updates.
1 parent 5fdc1a9 commit 39e8e3c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ TOOLCHAIN=GCC_ARM
6565
#
6666
# If CONFIG is manually edited, ensure to update or regenerate launch configurations
6767
# for your IDE.
68-
CONFIG=Costum
68+
CONFIG=Custom
6969

7070
# If set to "true" or "1", display full command-lines when building.
7171
VERBOSE=

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ This code example demonstrates the PAS Co2 and SCD41 sensors with the RDK2.
88

99
## Requirements
1010

11-
- [ModusToolbox® software](https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/) v3.0
11+
- [ModusToolbox® software](https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/) **v3.x** [built with **v3.0**]
12+
13+
## Supported toolchains (make variable 'TOOLCHAIN')
14+
15+
- GNU Arm® Embedded Compiler v11.3.1 (`GCC_ARM`) - Default value of `TOOLCHAIN`
1216

1317
## Using the code example
1418

0 commit comments

Comments
 (0)