stefan
|
f84d0a8c1c
replaced forgotten direct write calls - would have bypassed the transport layer
|
9 ヶ月 前 |
shimatta
|
42e4707486
Merge branch 'feature/add_ymodem_receive_functionalities' of shimatta/shellmatta into develop
|
9 ヶ月 前 |
stefan
|
6531e17eb8
fixed documentation issues
|
9 ヶ月 前 |
stefan
|
373f7dea24
fixed some documentation issues
|
9 ヶ月 前 |
stefan
|
0c7ae9b653
added function documentation
|
9 ヶ月 前 |
stefan
|
7b362a9afe
refixed cppcheck findings
|
9 ヶ月 前 |
stefan
|
ba09be2d7a
fixed cppcheck findings
|
9 ヶ月 前 |
stefan
|
6f802670eb
added ymodem robustness to missing filesize
|
9 ヶ月 前 |
stefan
|
b0344dfed5
Merge branch 'develop' into feature/add_ymodem_receive_functionalities
|
9 ヶ月 前 |
shimatta
|
5f59e54056
Merge branch 'feature/implement-transport-layer-multidrop' of shimatta/shellmatta into develop
|
9 ヶ月 前 |
stefan
|
d613984e9d
fixed transport search function - added test
|
9 ヶ月 前 |
stefan
|
bd64923590
added checks for packet lengths
|
9 ヶ月 前 |
stefan
|
c5d9aaa9c4
added address to transport layer
|
9 ヶ月 前 |
stefan
|
35c24d6b3c
added addressing
|
9 ヶ月 前 |
stefan
|
39ee823520
added search implementation to transport layer
|
9 ヶ月 前 |
stefan
|
65f61db822
implemented transport layers packet size interface
|
9 ヶ月 前 |
stefan
|
3ee421f704
extended ymodem documentation
|
9 ヶ月 前 |
stefan
|
8b2cc5cf55
fixed ymodem internal buffer usage
|
9 ヶ月 前 |
stefan
|
f85d99b8a1
fixed ymodem poll cycles
|
9 ヶ月 前 |
stefan
|
94c524357f
fixed some typos and issues in tests
|
9 ヶ月 前 |
stefan
|
b8709a0332
added integrationtest for ymodem module
|
9 ヶ月 前 |
stefan
|
1e79d21dbe
added file headers to crc tests
|
9 ヶ月 前 |
stefan
|
2c57e28fd3
added wait cycle at the end of a ymodem session to flush out all bytes from the sender and get a fresh shellmatta session
|
9 ヶ月 前 |
stefan
|
ba370ea951
added check for incomplete or superflous reception to ymodem module
|
9 ヶ月 前 |
stefan
|
26b25ee206
added structure documentation for ymodem
|
9 ヶ月 前 |
stefan
|
5127069c73
suspending shellmatta transport optional mode when ymodem is running
|
9 ヶ月 前 |
stefan
|
f9dbc35cc6
extended ascii to uint32 method with overflow protection and a customizable base
|
9 ヶ月 前 |
stefan
|
d7e6cd4797
fixed crc16 implementation for large data
|
9 ヶ月 前 |
stefan
|
dd087aa699
added unittest for CRC16 implementation
|
9 ヶ月 前 |
stefan
|
5c632acbcd
fixed packet size calculation of ymodem
|
9 ヶ月 前 |