Commit 39e8e3c 1 parent 5fdc1a9 commit 39e8e3c Copy full SHA for 39e8e3c
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ TOOLCHAIN=GCC_ARM
65
65
#
66
66
# If CONFIG is manually edited, ensure to update or regenerate launch configurations
67
67
# for your IDE.
68
- CONFIG =Costum
68
+ CONFIG =Custom
69
69
70
70
# If set to "true" or "1", display full command-lines when building.
71
71
VERBOSE =
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ This code example demonstrates the PAS Co2 and SCD41 sensors with the RDK2.
8
8
9
9
## Requirements
10
10
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 `
12
16
13
17
## Using the code example
14
18
You can’t perform that action at this time.
0 commit comments