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.
Dependencies: SOEM SPI_STMPE610 SPI_TFT_ILI9341 TFT_fonts
Revision 3:6ee00ee90d4c, committed 2021-05-07
- Comitter:
- EasyCAT
- Date:
- Fri May 07 09:42:27 2021 +0000
- Parent:
- 2:7d4fd6354015
- Child:
- 4:dbc7fa8b43c4
- Commit message:
- Updated for compatibility with OS6:; 1)Changed "Serial" with "UnbufferedSerial"; 2)Added entry in mbed_app.json to use printf full library
Changed in this revision
--- a/SPI_TFT_ILI9341.lib Tue Jun 11 10:46:17 2019 +0000 +++ b/SPI_TFT_ILI9341.lib Fri May 07 09:42:27 2021 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/EasyCAT/code/SPI_TFT_ILI9341/#2e5c5943b3fd +https://os.mbed.com/users/EasyCAT/code/SPI_TFT_ILI9341/#2ea035fb95d0
--- a/main.cpp Tue Jun 11 10:46:17 2019 +0000
+++ b/main.cpp Fri May 07 09:42:27 2021 +0000
@@ -49,7 +49,7 @@
#define SysMilliS() (uint32_t)Kernel::get_ms_count()
-Serial pc(USBTX,USBRX,115200); // set the debug serial line speed to 115200
+UnbufferedSerial pc(USBTX,USBRX,115200); // set the debug serial line speed to 115200
//---- TFT with resistive touchscreen pins -------------------------------------
--- a/mbed_app.json Tue Jun 11 10:46:17 2019 +0000
+++ b/mbed_app.json Fri May 07 09:42:27 2021 +0000
@@ -3,7 +3,12 @@
{
"NUCLEO_F767ZI":
{
- "target.d11_configuration": "PB_5"
+ "target.d11_configuration": "PB_5"
+ },
+
+ "*":
+ {
+ "target.printf_lib": "std"
}
}
}
\ No newline at end of file
