bunch of tesitng for F746NG

Dependencies:   BSP_DISCO_F746NG F746_GUI F7_Ethernet LCD_DISCO_F746NG SimpleSocket TMP36 GZ TS_DISCO_F746NG TextLCD WebSocketClient mbed-rtos mbed sMotor

Committer:
Maricius
Date:
Mon Dec 11 09:46:58 2017 +0000
Revision:
0:45610c4af223
Child:
1:1f4543ea364d
testing2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Maricius 0:45610c4af223 1 This small test program for the STM32F746G-DISCO
Maricius 0:45610c4af223 2 Is written by Christoffer
Maricius 0:45610c4af223 3
Maricius 0:45610c4af223 4 The code is written in the online compiler as developer.mbed.org.
Maricius 0:45610c4af223 5
Maricius 0:45610c4af223 6 For access to the LCD screen i use the LCD_DISCO_F746NG library
Maricius 0:45610c4af223 7
Maricius 0:45610c4af223 8 For Ethernet access i use the F7_Ethernet library that again depends on
Maricius 0:45610c4af223 9 the mbed-rtos library to work. This libary also include everything needed for
Maricius 0:45610c4af223 10 writing threaded tasks.
Maricius 0:45610c4af223 11
Maricius 0:45610c4af223 12 I also use the F746_GUI LIbrary for varius GUI related task aswell as
Maricius 0:45610c4af223 13 the TextLCD library for writing text to the LCD display. The standard library
Maricius 0:45610c4af223 14 mbed is used for all analog and digital input and output aswell as varius other
Maricius 0:45610c4af223 15 low level tasks.
Maricius 0:45610c4af223 16
Maricius 0:45610c4af223 17 Futher comments will be in the code directly in the main.cpp file.
Maricius 0:45610c4af223 18
Maricius 0:45610c4af223 19 As of 25-06.2017 this is using the newest version of all these librarys.
Maricius 0:45610c4af223 20
Maricius 0:45610c4af223 21 List of librarys and version number:
Maricius 0:45610c4af223 22
Maricius 0:45610c4af223 23 F7_Ethernet: revision 1:28ba13dd96f7
Maricius 0:45610c4af223 24 LCD_DISCO_F746NG: revision 0:d44525b1de98
Maricius 0:45610c4af223 25 mbed-rtos: revision 2:bf7dc5f5bca9
Maricius 0:45610c4af223 26 mbed: 144.0f02307a0877
Maricius 0:45610c4af223 27 F746_GUI: 32:e6648167e8d3
Maricius 0:45610c4af223 28 TextLCD: 8:308d188a2d3a