Skip to content

Commit

Permalink
Merge pull request #1208 from ArmDeveloperEcosystem/main
Browse files Browse the repository at this point in the history
Production update
  • Loading branch information
jasonrandrews committed Aug 30, 2024
2 parents 449a2e3 + 44580cd commit 45bd6f4
Show file tree
Hide file tree
Showing 158 changed files with 2,194 additions and 607 deletions.
1 change: 1 addition & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ IgnoreURLs:
- "localhost"
- "127.0.0.1"
- "192.168.64.39"
- "/livereload.js"
18 changes: 16 additions & 2 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,6 @@ vht
fszI
youtu
NDK
instrinsics
dotProduct
uint
TextView
Expand Down Expand Up @@ -3087,4 +3086,19 @@ WebsiteHosting
flexbox
getAverageTemperature
libaom
writeTemperatures
writeTemperatures
ACCP
AES
ArmCompilerforEmbedded
JMeter
LocalAppData
Microsystems
ProgramFiles
ThreadStackSize
UseTransparentHugePages
UserProfile
configurability
darwin
dmg
madvise
osKernelInitialize
39 changes: 39 additions & 0 deletions assets/css/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,45 @@ div.answer label {
white-space: normal;
}

/* Horizontal Tabs */
/**********************/
.normal-tabpane {
box-sizing: border-box;
margin-left: 16px;
margin-top: 8px;
margin-bottom: 8px;

padding-left: 16px;
padding-right: 16px;
padding-bottom: 16px;

background-color: var(--arm-color-surface);
--ads-horizontal-tabs-navigation-background-color: var(--arm-color-surface);
}
.normal-horizontal-tabs {
--ads-horizontal-tabs-tab-color: white;
--ads-horizontal-tabs-tab-color-active: var(--arm-orange);
--ads-horizontal-tabs-underline-color: var(--arm-orange);

--ads-horizontal-tabs-tab-color-hover: var(--arm-green);
--ads-horizontal-tabs-tab-content-background-color: var(--arm-color-footing);
}

.normal-horizontal-tabs table, .normal-horizontal-tabs p {
padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
}
.normal-horizontal-tabs table{
padding-bottom: 8px;
}
.normal-horizontal-tabs table thead th {
background-color: var(--arm-color-footing);
color: var(--arm-light-grey);
}
.normal-horizontal-tabs table thead th, .normal-horizontal-tabs table tbody td {
border: 1px solid var(--arm-black);
}



Expand Down
4 changes: 2 additions & 2 deletions content/install-guides/ambaviz.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It is available to download at the [Arm Product Download Hub](https://developer.

You can download AMBA Viz as an individual standalone component, or you can download the complete Success Kits.

For more information on the Download Hub, refer to the [Arm Product Download Hub install guide](../pdh).
For more information on the Download Hub, refer to the [Arm Product Download Hub install guide](/install-guides/pdh/).

## Installation

Expand Down Expand Up @@ -73,7 +73,7 @@ docs/public/assets/pdfs/ambaviz-release-note.pdf

AMBA Viz is license-managed. A Hardware Success Kit license is necessary.

License set up instructions are available in the [Arm License install guide](../license/).
License set up instructions are available in the [Arm License install guide](/install-guides/license/).

## Get started

Expand Down
6 changes: 3 additions & 3 deletions content/install-guides/armclang.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ These can either be used standalone or [integrated](#armds) into your Arm Develo

See also: [What should I do if I want to download a legacy release of Arm Compiler?](https://developer.arm.com/documentation/ka005184)

See [Arm Product Download Hub](../pdh) for additional information on usage.
See [Arm Product Download Hub](/install-guides/pdh/) for additional information on usage.

### Install compiler packages

Expand Down Expand Up @@ -102,7 +102,7 @@ armclang --version

### Arm Tools Artifactory {#artifactory}

The Arm Compiler for Embedded, as well as other tools and utilities are available in the [Arm Tools Artifactory](https://www.keil.arm.com/artifacts/). The Keil Studio VS Code [Extensions](../keilstudio_vs) use the artifactory to fetch and install and the necessary components.
The Arm Compiler for Embedded, as well as other tools and utilities are available in the [Arm Tools Artifactory](https://www.keil.arm.com/artifacts/). The Keil Studio VS Code [Extensions](/install-guides/keilstudio_vs/) use the artifactory to fetch and install and the necessary components.

Available packages can also be fetched directly from the artifactory. This is particularly useful for automated CI/CD flows.

Expand All @@ -121,7 +121,7 @@ export AC6_TOOLCHAIN_6_22_0=/home/$USER/ArmCompilerforEmbedded6.22/bin

## Set up the product license

Arm Compiler for Embedded and Arm Compiler for Embedded FuSa are license managed. License setup instructions are available in the [Arm Licensing install guide](../license/).
Arm Compiler for Embedded and Arm Compiler for Embedded FuSa are license managed. License setup instructions are available in the [Arm Licensing install guide](/install-guides/license/).

## Verify installation

Expand Down
4 changes: 2 additions & 2 deletions content/install-guides/armds.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can download the Development Studio installer from the [Product Download Hub

Versions of Arm Development Studio denoted by `year.index`, where `index` is a letter (for example `2023.a`) are only available to certain Arm licensees, as they contain support for non publicly announced IP (at time of release).

For more information about the Product Download Hub, refer to the [Product Download Hub guide](../pdh).
For more information about the Product Download Hub, refer to the [Product Download Hub guide](/install-guides/pdh/).

## Install Arm Development Studio

Expand Down Expand Up @@ -136,7 +136,7 @@ Arm Development Studio is license managed. When you launch the IDE for the first

A free 30 day evaluation license for Arm Development Studio is also available. You can generate this in `Arm License Manager`. Click on `Add`, and follow instructions therein to obtain the evaluation license (requires Arm login).

Full license setup instructions are available in the [Arm Software Licensing install guide](../license/).
Full license setup instructions are available in the [Arm Software Licensing install guide](/install-guides/license/).

## Get started

Expand Down
8 changes: 4 additions & 4 deletions content/install-guides/aws-greengrass-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ Log in to the AWS console, set the AWS region you want to use in upper right cor

You can find your account ID by clicking on your user name in the top-right corner of the AWS console.

![Role Permissions Editor #center](../_images/gg-role-permissions.png)
![Role Permissions Editor #center](/install-guides/_images/gg-role-permissions.png)

6. Name the new policy `GGDeploymentAccess`

7. Back on the group creation page, click the refresh button then search for and select `GGDeploymentAccess`

![Group Policy Selection #center](../_images/gg-group-policy.png)
![Group Policy Selection #center](/install-guides/_images/gg-group-policy.png)

8. Click `Create user group`

Expand All @@ -132,7 +132,7 @@ You can find your account ID by clicking on your user name in the top-right corn

13. Copy your `Access key` and `Secret access key`.

![Access Keys #center](../_images/gg-access-keys.png)
![Access Keys #center](/install-guides/_images/gg-access-keys.png)

You will use the credentials in the next section.

Expand Down Expand Up @@ -210,6 +210,6 @@ You will see the new device listed in the Greengrass core devices.
Click on the device name to see more device details.
![Greengrass Devices #center](../_images/greengrass-devices.png)
![Greengrass Devices #center](/install-guides/_images/greengrass-devices.png)
You are now ready to use AWS IoT Greengrass v2 on your device.
2 changes: 1 addition & 1 deletion content/install-guides/aws_access_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ Default output format [json]: json

Replace the value of `Access Key ID`, `Secret Access Key`, `region name` and `output format` with your unique values.

After a successful configuration, you will be able to use the AWS CLI and automation tools like [Terraform](../terraform) from the terminal.
After a successful configuration, you will be able to use the AWS CLI and automation tools like [Terraform](/install-guides/terraform/) from the terminal.
2 changes: 1 addition & 1 deletion content/install-guides/azure-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ You should see an output similar to below
}
```

After a successful log in, you can use the [Azure CLI](../azure-cli) and automation tools like [Terraform](../terraform) from the terminal.
After a successful log in, you can use the [Azure CLI](/install-guides/azure-cli/) and automation tools like [Terraform](/install-guides/terraform/) from the terminal.
2 changes: 1 addition & 1 deletion content/install-guides/azure_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ You will see the command line details as shown below after you log in.

![azure #center](https://github.com/ArmDeveloperEcosystem/arm-learning-paths/assets/40816837/1b11ecbe-0e70-48c3-a9bf-6712ad2fba4a)

After a successful log in, you will be able to use the [Azure CLI](../azure-cli) and automation tools like [Terraform](../terraform) from the terminal.
After a successful log in, you will be able to use the [Azure CLI](/install-guides/azure-cli/) and automation tools like [Terraform](/install-guides/terraform/) from the terminal.
2 changes: 1 addition & 1 deletion content/install-guides/browsers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here is a quick summary to get you started:
| Brave | native | yes |
| Chrome | native | no |
| Edge | native | no |
| Vivaldi | native (snapshot) | yes |
| Vivaldi | native | yes |

Windows on Arm runs native ARM64 applications, but can also emulate 32-bit x86 and 64-bit x64 applications. Emulation is slower than native and shortens battery life, but may provide functionality you need.

Expand Down
16 changes: 4 additions & 12 deletions content/install-guides/browsers/vivaldi.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Vivaldi is available for Arm Linux and Windows on Arm.
Visit [Download Vivaldi](https://vivaldi.com/download/) to obtain packages for various operating systems.



### Linux

Vivaldi is available for Arm Linux.
Expand Down Expand Up @@ -66,19 +65,12 @@ sudo dnf install vivaldi-stable -y

### Windows

The stable release of Vivaldi runs on Windows using emulation, but there is a snapshot release for ARM64.

Stable Vivaldi runs on Windows on Arm using emulation.
The stable release of Vivaldi is an Arm native application.

Emulation is slower than native and shortens battery life, but may provide required functionality.
To install Vivaldi on Windows on Arm:

1. Download the 32-bit Windows version from [Download Vivaldi](https://vivaldi.com/download/).
1. Go to the [download page](https://vivaldi.com/download/) and click the Download for Windows button.

2. Run the downloaded `.exe` file
2. Run the downloaded `.exe` file

3. Find and start Vivaldi from the applications menu


The [snapshot release](https://downloads.vivaldi.com/snapshot/Vivaldi.6.9.3425.3.arm64.exe) is available as a native ARM64 application. Install the snapshot release using the same 3 steps above.


2 changes: 1 addition & 1 deletion content/install-guides/cmsis-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CMSIS-Build is a component of the CMSIS-Toolbox.

For most users, it is recommended to install the complete toolbox package.

See the [CMSIS-Toolbox Install Guide](../cmsis-toolbox).
See the [CMSIS-Toolbox Install Guide](/install-guides/cmsis-toolbox/).
{{% /notice %}}

[CMSIS-Build](https://open-cmsis-pack.github.io/devtools/buildmgr/latest/index.html) is a set of tools to enable IDEs and command-line tools to share the same projects.
Expand Down
Loading

0 comments on commit 45bd6f4

Please sign in to comment.