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

80 Коммитов

Автор 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 fdfeac14d6
Fix minor clang-format violation (#209) 2021-05-17 10:53:33 +01:00
Dave Glover 50e9da7162
Add auto URL encoding on IoT Hub Client to the DAA IoT Hub sample (#208)
* Add auto url encode to support setting IoTHubMessage_SetContentTypeSystemProperty to "application/json"

* Add auto url encode for IoTHubMessage_SetContentTypeSystemProperty to "application/json"

Co-authored-by: Dave Glover <dglover.au@microsoft.com>
2021-05-17 10:45:39 +01:00
Chris Whitworth dfaa0ac76b
Ensure DPS provisioning state is set to false/invalid before starting (#207) 2021-05-14 11:56:56 +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 15bc18a18c
21.02 release (#196)
* 21.02 release

* New memory usage and diagnostic tutorial
* Updates to READMEs for new CLI (where it differs)
* Fix the DNS-SD sample - no longer shows incorrect results when more
  than one response is received.

* Updates to MemoryUsage tutorial README
2021-03-04 19:08:56 +00:00
Olivier Bloch afa8e25dcb
Fixed telemetry type in Azure IoT Sample (#172)
Co-authored-by: olivierbloch <olivier.bloch@hotmail.fr>
2021-02-03 10:50:11 +00:00
Chris Whitworth b0ef37ce58
Samples 21.01 release (#191)
* Added ADC peripheral snippets showing simplified and advanced APIs
* Added samples categorisation to top-level readme
* Add notes to DeviceToCloud and Powerdown READMEs regarding reset in power-down state
* Small doc fixes
2021-01-28 14:48:15 -08:00
James Scott 54070d4102
Update top level README links (#190)
* Update top level README links

* Update README.md
2021-01-20 10:00:50 +00:00
Chris Whitworth 30480a2b9d
Append a newline to all READMEs to trigger webhooks (#189) 2021-01-07 11:56:28 +00:00
Chris Whitworth ec9b6591c4
Remove forbidden characters from urlFragments in sample browser metadata (#188) 2021-01-06 11:24:08 +00:00
Chris Whitworth 4a778a6d27
Add metadata for the Azure samples browser, and content for code snippets (#187) 2021-01-05 13:21:40 +00:00
Chris Whitworth fcc00b76e6
Update for release/20.11 (#184)
* DeviceToCloud - ExternalMcuLowPower:
 * Support for Microsoft Hardware Reference Design added
 * Support for battery level reading added
 * MCU flashes RGB LED on dispense
 * Message protocol versioning support
 * Status LED indicates MT3620 is awake
 * Use PowerSaver power profile
* HTTPS_Curl_Easy now fetches the requested page in fixed-size chunks, allowing incremental processing of the download
* AzureIoT
  * instructions updated for latest IoT Central
  * Reduced dynamic memory allocations
* DeferredUpdate sample docs improved
* WolfSSL - added certificate domain checking
* Certificate, CustomNTP - minor tidyups

Co-authored-by: Chris Whitworth <chwhitwo@microsoft.com>
2020-11-30 14:00:30 -08: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
Rebecca Holt ff3ee4b28e
Updated CODEOWNERS (#179) 2020-11-24 10:00:17 +00:00
Chris Whitworth e759915f84
Add README metadata and build changes for Azure samples browser support (#175)
Co-authored-by: Chris Whitworth <chwhitwo@microsoft.com>
2020-11-18 15:41:28 +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
Chris Whitworth 2e39c717dc
Add Rebecca as codeowner (#152)
Co-authored-by: Chris Whitworth <chwhitwo@microsoft.com>
2020-07-24 12:04:27 +01:00
Chris Whitworth 37eed9abeb
Update Azure IoT Sample for IoT Central device template (#136) 2020-05-20 16:32:13 +01:00
Chris Whitworth c66ca336c0
Docs update rollup - 7 May 2020 (#134) 2020-05-07 12:12:33 +01:00
Chris Whitworth d03ed2c8da
Update samples for 20.04 feature release (#133)
Co-authored-by: Chris Whitworth <chwhitwo@microsoft.com>
2020-05-04 20:04:16 +01:00
Chris Whitworth 82ab6ac00e
Update samples for the 20.01 release (#124) 2020-02-19 22:30:09 +00:00
Chris Whitworth 5fb4140987 Update samples for 19.11 release (#110) 2019-12-05 19:41:53 +00:00
Chris Whitworth d595f6bc69
Update samples for 19.10 release (#104) 2019-11-06 21:23:31 +00:00
Chris Whitworth 2842977b8b Updates and new samples for the 19.09 OS and SDK release (#99)
Update samples for 19.09 SDK and OS release
2019-10-09 23:26:51 +01:00
Chris Whitworth 470ccc8dcb
Assorted doc updates and fixes (#54)
* Assorted doc updates and fixes

* Couple more README updates

* Hardware README updates
2019-06-24 16:13:26 +01:00
Mark Cawston 04e9ad82b8 Show all local RAM in RTApp linker scripts; update READMEs (#52)
* Make SYSRAM and all TCM banks visible in real-time capable application
linker scripts.
Update selected READMEs for real-time capable applications.

* Fix swapped comments.
2019-06-24 16:13:03 +01:00
Andreea Pintilie ab52659972
Add USI Hardware definitions (#57)
* add usi support definitions

* Modify GPIO comments
2019-06-24 15:56:47 +01:00
Andreea Pintilie dcc07f62e0
add mcu/ble reference solutions for USI evb (#58) 2019-06-24 15:56:31 +01:00
Guanyun Zhang 7050f964bf
Add DNSServiceDiscovery sample (#53) 2019-06-24 15:55:14 +01:00
Chris Whitworth bb49379ceb
Update ADC sample READMEs (#51) 2019-06-05 17:01:50 +01:00
Chris Whitworth d232f0e8ab Update samples for 19.05 release (#48)
Update samples for 19.05 feature release.
2019-05-30 22:07:17 +01:00
Mike Hall f98834fb6f
Updated ShowIoTCentralConfig Tool to use DeviceId (#46) 2019-05-04 13:41:36 +01:00
Andreea Pintilie 34c4f528ff
Update WifiSetupAndDeviceControlViaBle (#44) 2019-04-04 14:35:48 +01:00
Andreea Pintilie 91b0fb6d87
Update SystemTime readme (#43) 2019-04-04 14:32:50 +01:00
Andreea Pintilie 715aab4e26
Update PrivateEthernet (#42) 2019-04-04 14:32:38 +01:00
Andreea Pintilie 481a211821
Update MutableStorage readme (#41) 2019-04-04 14:32:26 +01:00
Andreea Pintilie e6ea57d88f
Update LSM6DS3_SPI readme and app_manifest.json (#40) 2019-04-04 14:32:12 +01:00
Andreea Pintilie 0f00fe9d67
Update LSM6DS3_I2C readme (#39) 2019-04-04 14:31:59 +01:00
Andreea Pintilie 85b0eaa8db
Update ExternalMcuUpdateNrf52 readme (#38) 2019-04-04 14:31:48 +01:00
Andreea Pintilie c0f64f43f1
Update CurlMultiHttps (#37) 2019-04-04 14:05:51 +01:00
Andreea Pintilie c45187e146
CurlEasyHttps readme update (#36) 2019-04-04 14:04:00 +01:00
Andreea Pintilie 6a3cad0a90
Adding UART Sample (#35) 2019-04-04 11:12:35 +01:00
Andreea Pintilie 8c75321642
Adding GPIO Sample (#34) 2019-04-04 11:12:18 +01:00
Richard Taylor - Microsoft 5a2f9a60da
Update CODEOWNERS 2019-04-03 19:57:32 +01:00
Mike Hall 7232fcb52a
updated README.md, added/renamed image files. (#28) 2019-02-18 09:46:20 +00:00
Guanyun Zhang 96d8e25b7e Update PrivateEthernet sample to the latest version (#17) 2019-02-14 20:58:25 +00:00