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.
History
Minor renaming.
2019-08-05, by VASKO [Mon, 05 Aug 2019 10:00:04 +0000] rev 17
Minor renaming.
Redefinitions. Bug with "memcpy" parameters in "CopyArr_InitTx" fixed. (Struct and so on) packing problem solved.
2019-08-04, by VASKO [Sun, 04 Aug 2019 18:01:47 +0000] rev 16
Redefinitions. Bug with "memcpy" parameters in "CopyArr_InitTx" fixed. (Struct and so on) packing problem solved.
"GetCheckSum" added. "TxBuff" and "RxBuff" now are structs instead of arrays.
2019-08-04, by VASKO [Sun, 04 Aug 2019 15:43:47 +0000] rev 15
"GetCheckSum" added. "TxBuff" and "RxBuff" now are structs instead of arrays.
One-level Tx bufferization by "TxBuff". Tx control by "StartTx". TxInit optimization by "CopyArr_InitTx".
2019-08-04, by VASKO [Sun, 04 Aug 2019 14:09:35 +0000] rev 14
One-level Tx bufferization by "TxBuff". Tx control by "StartTx". TxInit optimization by "CopyArr_InitTx".
"ArrRxCmplt" renamed to "RxBuffFull".
2019-08-04, by VASKO [Sun, 04 Aug 2019 09:56:54 +0000] rev 13
"ArrRxCmplt" renamed to "RxBuffFull".
New struct and union types added. Arrays sizes redefined.
2019-08-03, by VASKO [Sat, 03 Aug 2019 21:21:01 +0000] rev 12
New struct and union types added. Arrays sizes redefined.
Organized TxRxService (aka "class").
2019-08-03, by VASKO [Sat, 03 Aug 2019 20:03:56 +0000] rev 11
Organized TxRxService (aka "class").
Now using TxBuffer and RxBuffer.
2019-08-03, by VASKO [Sat, 03 Aug 2019 16:31:12 +0000] rev 10
Now using TxBuffer and RxBuffer.
Using "memcpy" instead od "CopyMemUint8".; ---------------
2019-08-03, by VASKO [Sat, 03 Aug 2019 15:29:28 +0000] rev 9
Using "memcpy" instead od "CopyMemUint8".; ---------------
Rx and Tx were separated.
2019-08-03, by VASKO [Sat, 03 Aug 2019 14:58:57 +0000] rev 8
Rx and Tx were separated.