Skip to content

Commit

Permalink
documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
RutronikKaunas committed May 8, 2024
1 parent 5fdc1a9 commit 39e8e3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ TOOLCHAIN=GCC_ARM
#
# If CONFIG is manually edited, ensure to update or regenerate launch configurations
# for your IDE.
CONFIG=Costum
CONFIG=Custom

# If set to "true" or "1", display full command-lines when building.
VERBOSE=
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ This code example demonstrates the PAS Co2 and SCD41 sensors with the RDK2.

## Requirements

- [ModusToolbox® software](https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/) v3.0
- [ModusToolbox® software](https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/) **v3.x** [built with **v3.0**]

## Supported toolchains (make variable 'TOOLCHAIN')

- GNU Arm® Embedded Compiler v11.3.1 (`GCC_ARM`) - Default value of `TOOLCHAIN`

## Using the code example

Expand Down

0 comments on commit 39e8e3c

Please sign in to comment.