Skip to content

Add ARMC6 where appropriate #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/refs/porting/mbed_targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Mbed, libraries and application source code can then select different implementa

##### `supported_toolchains`

The `supported_toolchains` property is the list of toolchains that support a target. The allowed values for `supported_toolchains` are `ARM`, `uARM`, `GCC_ARM` and `IAR`.
The `supported_toolchains` property is the list of toolchains that support a target. The allowed values for `supported_toolchains` are `ARM`, `uARM`, `ARMC6`, `GCC_ARM` and `IAR`.

##### `default_toolchain`

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/first_app/blinky_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Blinky is now under `dev_directory` > `mbed-os-example-blinky`. You can look at
Invoke `mbed compile`, specifying:

* Your board: `-m <board_name>`.
* Your toolchain: `-t <GCC_ARM`, `ARM` or `IAR`>`.
* Your toolchain: `-t <GCC_ARM`, `ARM`, `ARMC6` or `IAR`>`.

For example, for the board K64F and the Arm Compiler 5:

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/optimize/memory/memap.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ optional arguments:
-h, --help show this help message and exit
-t TOOLCHAIN, --toolchain TOOLCHAIN
select a toolchain used to build the memory map file
(ARM, GCC_ARM, IAR)
(ARM, ARMC6, GCC_ARM, IAR)
-o OUTPUT, --output OUTPUT
output file name
-e EXPORT, --export EXPORT
Expand Down Expand Up @@ -72,7 +72,7 @@ There are other entries that require a bit of clarification:

#### Current support

We have tested *memap* on Windows 7, Linux and Mac OS X. The `GCC_ARM` (GNU Arm Embedded Toolchain), Arm (Arm Compiler 5) and IAR toolchains generate memory map files.
We have tested *memap* on Windows 7, Linux and Mac OS X. The `GCC_ARM` (GNU Arm Embedded Toolchain), Arm Compiler 5, Arm Compiler 6 and IAR toolchains generate memory map files.

#### Known issues and new features

Expand Down