Update 19.11 for Azure Sphere

今天,微软发布了面向Azure Sphere的19.11更新,其主要亮点就是加入了对开发工具Visual Studio Code和Linux开发环境的支持。具体来讲,本次更新包含3个部分:

1. Azure Sphere 系统. This quality release fixes an error in I2C reads that was reported on MSDN and an error in which SPI reads or writes may cause the system to crash. In addition, it includes changes to mitigate against CVE-2019-18840. If your devices are currently running the 19.10 OS or an earlier OS release and are connected to the internet, they should receive the OS update from the cloud. However, if you have an older Seeed MT3620 Development Kit, you might need to update manually, as described in Update the OS on an early dev kit

2. Azure Sphere SDK preview for Linux. The 19.11 release includes Azure Sphere SDK Preview for Linux, which enables you to develop, deploy, and debug applications using Linux machines. In this initial preview release, the SDK is supported on Ubuntu 18.04 LTS only. Your success using different distributions may vary.

3. Preview of Visual Studio Code extension for Azure Sphere. The 19.11 release introduces a preview of the Visual Studio Code extension for Azure Sphere. By installing the Azure Sphere SDK for your platform, and then installing Visual Studio Code for Windows or for Linux along with the Azure Sphere extension, you can use Visual Studio Code as your integrated development environment for Azure Sphere.

如果用户要深入查看更新的具体信息,可以参考微软Docs文档:

1. What‘s new

2. Release Notes 19.11

原文地址:https://www.cnblogs.com/dearsj001/p/AzureSphereUpdate19_11.html

时间: 2024-11-08 19:33:34

Update 19.11 for Azure Sphere的相关文章

CC150 19.11

19.11 Design an algorithm to find all pairs of integers within an array which sum to a specified value. // Assume a is not null. // // a is not sorted. // // Option 1 is using a set. List<Pair<Integer, Integer>> sumUpTo(int[] a, int sum) {   /

11.18 Apache用户认证11.19 11.20 域名跳转11.21 Apache访问日志

11.18 Apache用户认证更改虚拟主机内容vim /usr/local/apache2.4/conf/extra/httpd-vhosts.conf增加用户名与密码? /usr/local/apache2.4/bin/htpasswd -c -m /data/.htpasswd aming-c是创建 -m指定类型查看生成的密码文档内容上面已经他去了.htpasswd目录,再创建用记就不需要-c在wi上指定域名hostsC:\Windows\System32\drivers\etc认证:没有

微软买下Express Logic助微软壮大IoT版图并与Azure Sphere互补

微软宣布已买下实时操作系统开发商Express Logic,可望协助微软壮大IoT版图并与Azure Sphere互补.成立于23年前的Express Logic,专门替嵌入式与IoT装置打造实时操作系统(real time operating systems,RTOS)与中间件,该公司所打造的ThreadX RTOS 迄今被部署在62亿个装置上,这些装置可能是灯泡传感器.温度传感器.医疗装置或是网络装置.RTOS主要被应用在资源有限的环境中,就算是电池容量很低或是只有不到64K的内存都能采用E

Azure Sphere Development Environment Setup

1. Visual Studio 目前,Visual Studio 2017/2019支持Azure Sphere开发,后续,微软会加入Visual Studio Code的支持.以Visual Studio 2019 Community为例(Pro版和Enterprise版也当然支持),用户需要先从官网下载.安装的时候,需要勾选Linux development with C++这个Workload,注意,还需要勾选C++ CMake tools for Linux和Embedded and

java 19 - 11 异常的注意事项

1 /* 2 * 异常注意事项: 3 * A:子类重写父类方法时,子类的方法必须抛出相同的异常或父类异常的子类.(父亲坏了,儿子不能比父亲更坏) 4 * B:如果父类抛出了多个异常,子类重写父类时,只能抛出相同的异常或者是他的子集,子类不能抛出父类没有的异常 5 * C:如果被重写的方法没有异常抛出,那么子类的方法绝对不可以抛出异常,如果子类方法内有异常发生,那么子类只能try,不能throws 6 */ 7 import java.text.ParseException; 8 import j

【codeforces 19/11/06 div2】A. Maximum Square

1 #include<iostream> 2 #include<algorithm> 3 #include<map> 4 using namespace std; 5 6 map<int, int>cnt; 7 8 int main() 9 { 10 int T; 11 cin >> T; 12 while (T--) 13 { 14 cnt.clear(); 15 int n; 16 cin >> n; 17 for (int i

【codeforces 19/11/06 div2】C. Tile Painting

1 #include <iostream> 2 using namespace std; 3 4 typedef long long LL; 5 6 LL gcd(LL a, LL b) 7 { 8 if (!b) return a; 9 return gcd(b, a % b); 10 } 11 12 int min(int a, int b) 13 { 14 return a < b ? a : b; 15 } 16 17 int main() 18 { 19 LL x; 20 ci

【codeforces 19/11/06 div2】D. 0-1 MST

1 #include<iostream> 2 #include<set> 3 #include<map> 4 #include<queue> 5 #include<algorithm> 6 using namespace std; 7 8 const int maxn = 100010; 9 int n, m; 10 set<int>e[maxn]; 11 set<int>node; 12 int fa[maxn]; 13

Azure China (11) 使用Azure China Storage Public Blob

<Windows Azure Platform 系列文章目录> 本文介绍的是国内由世纪互联运维的Azure China 注意:本文介绍的是Azure China Storage Public Blob,即可以通过匿名访问到Azure Storage云存储中的内容 项目源代码下载地址:http://files.cnblogs.com/files/threestone/AzurePublicBlob.rar 我们需要收集的内容如下: 1.Azure Storage Account Name 2.A