Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Chris Whitworth d019b9f408
Docs update: (#212)
* Clarify requirements and language around hardware and hardware definitions
* Add note about flash wear to samples which write to storage
* Update networking docs now ethernet is now enabled by default
2021-07-05 12:06:58 +01:00
Chris Whitworth 43751794a0
21.04 Release (#203)
* Substantially updated Azure IoT sample:
  * Now supports Azure IoT PnP, and non-blocking provisioning using full
    Azure IoT C SDK provisioning flow
  * Clearer, more modular code with separation of business logic, data
    model, UI, Azure IoT communications and connection setup.
* New snippet showing detection and cleanup on memory overuse.
* Updated READMEs to bring into line with recommendations for Azure
  Sample Browser.
2021-04-29 22:03:17 +01:00
Chris Whitworth b83c7df5fc
Regenerate headers from AVnet SK definitions (#182)
Co-authored-by: Chris Whitworth <chwhitwo@microsoft.com>
2020-11-25 14:26:16 +00:00
Brian Willess 94cb918d28
Avnet mt3620 sk rev2 hw files (#164)
* Add new Avnet Module Rev3 hardware definitions.  The differences between Rev1 and Rev2 . . .
* Pin 16 now has GPIO 39 it was GPIO 16 on Rev1
* Pin 17 now has GPIO 36, it was GPO 17 on Rev1
* Added ISU0 Uart CTS and RTS pins
* Added ISU0 SPI
* Added ISU0 I2C

* Unmodified table before modifying for Rev2

* First pass, ready for review

* Updated hardware definitions for the Avnet Starter Kit Revision2 Board

* Updated hardware files for the starter kit rev2.  Minor validation performed with Starter Kit Rev2 board and MSFT example repo.

* Remove old Hardware directory

* Add sample_appliance files to new avnet_mt3620_sk_rev2 folder

* New *.json file and generated *.h files to support new Avnet Azure Sphere Starter Kit Rev2.  Note that the Rev2 board uses a new Avnet Azure Sphere Rev2 Module.  The module files are inlcuded as well.

* Updated hardware definition files for the Avnet Starter Kit Revision2

* Update SK rev1 files.  Changed SOCKET TO CLICK

* Update SK rev 2.  Define SAMPLE_NRF52_* items on Click #1.

* Update sk_rev2 description text.  Add Avnet Module Rev2 header file.

* Moved this file, removing from directory

* Corrected issue where SAMPLE_LSM6DS3_SPI referenced the wrong SPI ISU.

* Corrected error defining SAMPLE_LSM6DS3_I2C

* Removed unprintable character and updted .h file using azsphere command.

* * Changed copyright from Microsoft to Avnet
* Relocated files to SK2 hardware directory
* Regenerated all associated *.h files

* Delete .gitignore

* Change Sample Pending Update LED definition to use one of the onboard LEDs.

* Add UART definitions for the STM32 sample application.

* Updated hardware definitions to add the LSM6DS3 devcie on ISU1 I2C.

* Remve git file from repo

* Updated definition for the LSM6DSO I2C interface.

* Remove files that will be included in the next SDK installer.
2020-11-25 13:02:11 +00:00
Chris Whitworth b26a88e8ee
20.10 Samples Release (#170)
- CustomNTP - new sample demonstrating use of platform APIs for configuring NTP.
- Support for Azure IoT Edge device connections in Azure IoT Sample.
- Error reporting tutorial now includes check for network connectivity.
- Deferred update sample now correctly waits for SIGTERM before exit.
- Memory handling improvements - more static allocations.
- SYSRAM region added to RTApp sample link script.
- Update all samples to 20.10/ARV7.
- Multiple doc updates for clarity.

Co-authored-by: Chris Whitworth <chwhitwo@microsoft.com>
2020-11-09 15:56:13 -08:00
Chris Whitworth 67f0586b0d
20.08 Samples, tutorials and reference solutions (#162)
* wolfSSL sample
* Device-to-cloud reference solution for low-power MCU
* Error handling tutorial
* Improve connection/authentication handling in Azure IoT sample; fix
  CmdArgs bug
* Fix error handling bug in HTTPS samples
2020-08-21 15:52:58 +01:00
Rebecca Holt cff7537b51
Updated samples for 20.07 release. (#157)
- All samples updated to 20.07 SDK/ARV 6
- Link to Azure RTOS sample added to top-level README
- Hardware definitions updated:
  - Base chip and board definitions are now supplied with the SDK
  - `HardwareDefinitions/` now contains only definitions for the sample appliance used by all samples.
- ADC and PWM samples updated to use LTS ARV
- Azure IoT sample now supports direct connection to an Azure IoT Hub in addition to using the
  Device Provisioning Service
- ExternalMcuUpdate, HTTPS_Curl_Multi, and PrivateNetworkServices samples updated to use EventLoop APIs
  in place of epoll
- Azure IoT, HTTPS, Powerdown, and WiFi samples updated to use
  `Networking_GetInterfaceConnectionStatus` in place of `Networking_IsNetworkingReady` for more
  detailed connectivity status.

Co-authored-by: Chris Whitworth <chwhitwo@microsoft.com>
2020-07-29 09:43:17 -07:00