Commit Graph

21 Commits (de4d4ca40c980ea6fa5a7c4c2cdf9c48af93d1b6)

Author SHA1 Message Date
Moshe Shahar af1d44a78f
Update LICENSE.md 2021-08-05 14:13:57 +03:00
Harrison Mutai 1d7d7fab3b Update list of licenses in source and python modules
Updated file paths following directory restructure and added any missing
licenses. Add cbor to the list of python modules and sort list alphabetically for consistency.
2021-02-08 15:13:43 +00:00
Ashok Rao 326f1435f4 Modifying paths in each unit test according to new directory structure 2020-08-12 11:06:37 +01:00
Ashok Rao da9fd2a11b Mbed OS will soon be changing directory structure to the below:
```
connectivity
├── netsocket
├── lorawan
│   ├── mbed_lib.json // nanostack-interface's mbed_lib.json
│   ├── lorastack
│   ├── tests
├── nanostack
├── cellular
├── ...

```

This PR is a part of a wider \connectivity refactoring and implements the above new directory structure for \lorawan.
2020-08-12 11:06:36 +01:00
Ashok Rao 8d7c7555dc Fixing UNITTESTS 2020-08-05 17:09:21 +01:00
George Psimenos bcb5c10d62 Update lwipstack paths 2020-07-31 10:19:52 +01:00
Rajkumar Kanagaraj 2add7064ec Update astyleignore and source code comment 2020-07-27 10:04:01 -07:00
Janne Kiiskila 0a2d5ff62f Add blockdevices licenses
They are a seemingly random mix of Apache 2.0 and MIT licenses.
2020-07-17 13:35:15 +03:00
Janne Kiiskila 47c1f095a7 LICENSE.md - clarify filesystem licensing
We should really specify the littlefs and FAT FS licensing as separate
items, we should not just lump them together.

I also think we should point where the originals were picked up from.
2020-07-17 13:33:54 +03:00
Rajkumar Kanagaraj 3f080dfd65 update the path in license, readme markdown, astyleignore 2020-07-13 05:24:45 -07:00
Devaraj Ranganna 76e911c5ef psa: Replace Mbed PSA with TF-M
Add TF-M to Mbed OS, replacing the previous PSA implementation for
TF-M-capable targets. This commit adds files imported from TF-M, without
modification. The version of TF-M imported can be found in
`features/FEATURE_PSA/TARGET_TFM/VERSION.txt`.

These changes switch to TF-M as the sole PSA implementation for v8-M and
dual core targets, with TF-M running on the secure side and Mbed OS
running on the non-secure side. Single core v7-M targets will continue
to have PSA implemented via PSA emulation, implemented by Mbed OS.

Move or remove many PSA-implementing files, as PSA will be provided by
TF-M on non-single-v7-M targets. Delete any files that are not relevant
for PSA emulation mode.
 - Remove imported TF-M SPM
 - Remove Mbed SPM and tests
 - Remove Mbed-implemented PSA services and tests
 - Remove PSA_SRV_IMPL, PSA_SRV_IPC, PSA_SRV_EMUL and NSPE.
 - Replace PSA_SRV_EMUL and PSA_SRV_IMPL with MBED_PSA_SRV
 - Remove any files autogenerated by
   "tools/psa/generate_partition_code.py", which no longer exists.

Add new feature `PSA` to support PSA in Mbed OS.

Move the Mbed OS implementation of PSA services for v7-M targets (which
employ PSA emulation, and don't yet use TF-M) to
features/FEATURE_PSA/TARGET_MBED_PSA_SRV. Update the `requires`
attribute in TESTS/configs/baremetal.json to avoid breaking baremetal
testing builds.

Update .astyleignore to match new directory structure

Update Mbed TLS importer to place files into FEATURE_PSA

Create the following generic PSA targets:

* `PSA_Target` (Root level PSA generic target)
* `PSA_V7_M` (Single v7-M PSA generic target)
* `PSA_DUAL_CORE` (Dual-core PSA generic target)
* `PSA_V8_M` (v8-M PSA generic target)

Flatten MUSCA_NS and private MUSCA targets into public MUSCA targets.

Move mcuboot.bin to flat location (removing prebuilt folder)

Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-06-18 12:16:20 +01:00
Jaeden Amero b44a263729 psa: Put Mbed PSA implementation into MBED_PSA_SRV
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-05-29 13:19:11 +01:00
Roman Okhrimenko 515555e7ba Removed scripts for provisiongs from repository, made fixes per PR comments, adjusted Readme.md 2019-08-30 15:10:19 +03:00
Roman Okhrimenko 44401b5917 Added licenses types for python packets to LICENSE.md, updated versions definition in requirements.txt 2019-08-30 15:10:19 +03:00
Michael Schwarcz c83ef8a444 Add license files 2019-05-22 17:17:24 +03:00
Maciej Bocianski 6deb61d726 fix usb_device-msd test python deps 2019-05-21 10:57:44 +02:00
Maciej Bocianski 0b336ed23b fix usb msd test python dependencies 2019-04-25 11:07:12 +02:00
Filip Jagodzinski 491ea5530a Tests: USBHID: Specify `hidapi` license 2019-04-09 17:05:34 +02:00
Filip Jagodzinski 508925364a Docs: Add Python modules to LICENSE file
Specify a license for every module from requirements.txt.
2019-03-28 10:38:54 +01:00
Moran Peker 89ac1075df Documented any non apache files 2019-02-27 14:14:45 +02:00
Martin Kojtal b6952433a7 license: use .md extension
Using Github feature to show markdown documents.
2019-02-20 09:24:14 +00:00