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 52:0dd6b2df9805, committed 2018-05-10
- Comitter:
- Wolfgang Betz
- Date:
- Thu May 10 09:50:02 2018 +0200
- Parent:
- 50:988d333e7c44
- Parent:
- 51:a450d65d99ed
- Commit message:
- Merge branch 'betzw_wb' into arm_deliv_wb
Changed in this revision
--- a/mbed_app.json Thu May 10 07:15:52 2018 +0200 +++ b/mbed_app.json Thu May 10 09:50:02 2018 +0200 @@ -22,10 +22,10 @@ "drivers.uart-serial-rxbuf-size": 1024 }, "NUCLEO_L476RG": { - "sotp-section-1-address" : "(0x08000000+((1024-32)*1024))", - "sotp-section-1-size" : "(16*1024)", - "sotp-section-2-address" : "(0x08000000+((1024-16)*1024))", - "sotp-section-2-size" : "(16*1024)", + "sotp-section-1-address" : "(0x08000000+((1024-(2*2))*1024))", + "sotp-section-1-size" : "(2*1024)", + "sotp-section-2-address" : "(0x08000000+((1024-(2*1))*1024))", + "sotp-section-2-size" : "(2*1024)", "sotp-num-sections" : 2 } },