Test1

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
17:d180adbbd61f 2019-08-05 VASKO Minor renaming. default tip
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").