20190816

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
29:3cb748dd766d 2019-08-11 VASKO USART6 instead of USART3 on F429I-DISC1. default tip
28:55cd0598543b 2019-08-11 VASKO "Wcom" instead of "pc".
27:21b821ead49c 2019-08-10 VASKO Choosing RawSerial/Serial added.
26:81bb0d02ccdd 2019-08-09 VASKO 429I-DISC1 added.
25:0f1f6687333c 2019-08-08 VASKO TxRxService ready for use. Start by button added.
24:fba9a58e6fbd 2019-08-08 VASKO TxRxService ready for use.
23:39d96e160cf1 2019-08-08 VASKO Rx header detection performed and added. Statistics displayed. Duplex at 115200.
22:1010cb11fb14 2019-08-08 VASKO ParsLength and it's contril added.
21:3e7a3d9e6885 2019-08-08 VASKO Some comments added, comport pins default F031K6 added.
20:b60d2a5cd128 2019-08-07 VASKO Duplex L432KC<->F072RB is working, but Rx header detection not realized yet ))))
19:09c21f5f0625 2019-08-07 VASKO Tx by Ticker, main cycle for Rx.
18:bef650cab156 2019-08-05 VASKO Using USART1 of L432KC instead of terminal. Some cleaning.
17:d180adbbd61f 2019-08-05 VASKO Minor renaming.
16:459ad1bd82fd 2019-08-04 VASKO Redefinitions. Bug with "memcpy" parameters in "CopyArr_InitTx" fixed. (Struct and so on) packing problem solved.
15:30e45bd5902e 2019-08-04 VASKO "GetCheckSum" added. "TxBuff" and "RxBuff" now are structs instead of arrays.
14:b113f676ef42 2019-08-04 VASKO One-level Tx bufferization by "TxBuff". Tx control by "StartTx". TxInit optimization by "CopyArr_InitTx".
13:b9e066badefa 2019-08-04 VASKO "ArrRxCmplt" renamed to "RxBuffFull".
12:6f63e376c0aa 2019-08-03 VASKO New struct and union types added. Arrays sizes redefined.
11:6519744c77f9 2019-08-03 VASKO Organized TxRxService (aka "class").
10:f7a320faef76 2019-08-03 VASKO Now using TxBuffer and RxBuffer.
9:dcddb19ad551 2019-08-03 VASKO Using "memcpy" instead od "CopyMemUint8".; ---------------
8:cad966c09853 2019-08-03 VASKO Rx and Tx were separated.
7:7aaa14391264 2019-08-03 VASKO "PrjDefs.h" added. Obvious changes.
6:1364a236ee22 2019-08-03 VASKO Minor reorganization of previous.
5:ad4e5a078834 2019-08-03 VASKO Working with ArrTx by pointer instead of index.
4:d461cadeb702 2019-08-03 VASKO Working with ArrRx by pointer instead of index.
3:7cdb20aac969 2019-08-03 VASKO ArrTx is copied from ArrRx by func (with default values) working with pointers.
2:56a194afd255 2019-08-02 VASKO array[16] receive, then copy to another, then send back, all by intrs.
1:e5810b8734ec 2019-08-02 VASKO jkljkljkl
0:5152e3f9df72 2019-08-02 VASKO Char receive, then sending array by interrupt. Received char echo on/off by "LeadingEcho". Receiving by polling or by interrupt ("RxInterruptEnable").