AB&T / Mbed OS EasyCAT_LAB

Dependencies:   SOEM SPI_STMPE610 SPI_TFT_ILI9341 TFT_fonts

Files at this revision

API Documentation at this revision

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

SPI_TFT_ILI9341.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- 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