$ pip3 install esptool
$ esptool.py version
esptool.py v3.2
3.2
Create GitHub repo
https://github.com/toyowata/test_00
Create local repo
$ git init test_00
$ cd test_00
- python 2.7.15
- MDK-ARM Pro 5.29.0 - ARM Compiler 5.06 update 6 (build 750)
- Windows 10
You can see the build step here: https://github.com/ARMmbed/DAPLink/blob/master/docs/DEVELOPERS-GUIDE.md
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork
https://os.mbed.com/docs/mbed-os/v6.1/contributing/index.html
$ git clone https://github.com/username/mbed-os
$ cd mbed-os
Mbedユーザー(バーチャル)ミートアップイベント「mbed祭り 2020@秋のオンライン」が、2020年11月28日(土)にYoutube Liveで行われました。
Twitterでは #mbed_fest ハッシュタグ付きのつぶやきが、多数ありました。ありがとうございます。Twitterのまとめは、こちらです。
https://togetter.com/li/1629205
イベント当日の模様は、YouTubeライブ配信されました。動画はこちらからご覧になれます。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* WiFi Example | |
| * Copyright (c) 2016 ARM Limited | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
OlderNewer