commit | dad38b9eeaa24d16fdd05bcdaf0b94adb6338d6d | [log] [tgz] |
---|---|---|
author | Sam Leffler <sleffler@google.com> | Mon Jan 30 17:15:56 2023 +0000 |
committer | Sam Leffler <sleffler@google.com> | Mon Jan 30 17:15:56 2023 +0000 |
tree | a9f09c9d5ca39d8140c776a866ba7e016946d297 | |
parent | 68cf2ae017e09244e43998ab01459916c90e2626 [diff] |
kcargo.sh: set target platform to Shodan Set --features CONFIG_PLAT_SHODAN for crates that require a target platform to compile. Ideally this would track env(PLATFORM) but that's more complicated and will be done separately. Change-Id: I6f20e959c6a9d763807c17ae5a05a87cfd599efb
Shodan is a project to build a low-power secure embeded platform for Ambient ML applications. The target platform leverages RISC-V and OpenTitan.
This directory holds scripts used in developing Shodan:
[more scripts will appear here as more of the project is released]
Every file containing source code includes copyright and license information. For dependent / non-Google code these are inherited from the upstream repositories. If there are Google modifications you may find the Google Apache license found below.
Apache header:
Copyright 2022 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.