Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 198:e604d26281ab, committed 2017-12-14
- Comitter:
- nixnax
- Date:
- Thu Dec 14 16:21:21 2017 +0000
- Parent:
- 197:e3f53f0eeb64
- Child:
- 199:074061f85f1a
- Commit message:
- Nucleo-L432KC target now working after target board firmware upgrade using latest http://www.st.com/en/development-tools/stsw-link007.html
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Dec 06 23:03:31 2017 +0000
+++ b/main.cpp Thu Dec 14 16:21:21 2017 +0000
@@ -4,6 +4,8 @@
// PPP-Blinky - "The Most Basic Internet Thing"
+// Note: If you are using a NUCLEO target board, first ensure that you use the latest firmware for you target board here: http://www.st.com/en/development-tools/stsw-link007.html
+
int main()
{
initializePpp(); // initialize the serial port(s) and structures