Renamed azure-sphere-squirrel to AzureSphereSquirrel

This commit is contained in:
Alistair Lowe 2022-09-27 10:23:19 +01:00
Родитель c421206e8c
Коммит 08cc09b938
43 изменённых файлов: 8 добавлений и 9 удалений

13
.gitmodules поставляемый
Просмотреть файл

@ -47,13 +47,12 @@
path = IndustrialDeviceController/Software/MT3620_IDC_RTApp/lib
url = https://github.com/CodethinkLabs/mt3620-m4-drivers
[submodule "azure-sphere-squirrel/HLCore/jsmn"]
path = azure-sphere-squirrel/HLCore/jsmn
[submodule "AzureSphereSquirrel/HLCore/jsmn"]
path = AzureSphereSquirrel/HLCore/jsmn
url = https://github.com/zserge/jsmn
[submodule "azure-sphere-squirrel/HLCore/nutkin"]
path = azure-sphere-squirrel/HLCore/nutkin
[submodule "AzureSphereSquirrel/HLCore/nutkin"]
path = AzureSphereSquirrel/HLCore/nutkin
url = https://github.com/kiwipower/nutkin.git
[submodule "azure-sphere-squirrel/HLCore/squirrel"]
path = azure-sphere-squirrel/HLCore/squirrel
[submodule "AzureSphereSquirrel/HLCore/squirrel"]
path = AzureSphereSquirrel/HLCore/squirrel
url = https://github.com/CoderScribe/squirrel.git

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -21,7 +21,7 @@ Each folder within this repository contains a README.md file that describes the
| ----------- | ----------- |
| [AzureFunctionApp_AzureSpherePublicAPI](AzureFunctionApp_AzureSpherePublicAPI) | This project shows how to create a Python Azure Function app that uses Managed Service Identity to call the Azure Sphere Public API |
| [AzureIoT_StoreAndForward](AzureIoT_StoreAndForward) | This project shows how to add telemetry store and forward capability to the AzureIoT sample |
| [AzureSphereSquirrel](azure-sphere-squirrel) | This project shows how to run a high-level scripting langauge (Squirrel Lang) on MT3620 for powerful high-level API use, code hot-reload and unit testing. |
| [AzureSphereSquirrel](AzureSphereSquirrel) | This project shows how to run a high-level scripting langauge (Squirrel Lang) on MT3620 for powerful high-level API use, code hot-reload and unit testing. |
| [BalancingRobot](BalancingRobot) | This project contains the hardware, enclosure, and software files needed to build an Azure Sphere and Azure RTOS self-balancing robot. |
| [CO2 Monitor healthy spaces](CO2_MonitorHealthySpaces) | This project integrates a CO2 monitor with IoT Central. It covers security, driver development, IoT Plug and Play, deferred updates, and watchdogs. |
| [CrashDumpsConfigure](CrashDumpsConfigure) | Script that can be used to get or set crash dump policy for your device groups in the Azure Sphere Security Service |