Simon Butcher
bb5e1c3973
Fix multiple quality issues in the source
...
This PR fixes multiple issues in the source code to address issues raised by
tests/scripts/check-files.py. Specifically:
* incorrect file permissions
* missing newline at the end of files
* trailing whitespace
* Tabs present
* TODOs in the souce code
2018-06-08 11:14:43 +01:00
Ron Eldor
0728d69d6d
Change kB to KiB
...
Change the style of the units to KiB, according to
https://docs.mbed.com/docs/writing-and-publishing-guides/en/latest/units/
2017-11-29 12:08:35 +02:00
Ron Eldor
a0748019f1
Change KB to kB
...
Change KB to kB, as this is the proper way to write kilo bytes
2017-11-28 16:48:51 +02:00
Ron Eldor
46cf773f2f
Fix wrong output in the benchmark application
...
The benchmark application prints the performance in Kb/s,
While it actually calculates KB/s.
Resolves issue #850
2017-05-14 15:55:06 +03:00
Simon Butcher
1404ddbd78
Added clarification text on benchmark usefulness.
2016-03-17 16:00:13 +00:00
Irit Arkin
cd8c0fbf60
Very small edit
2015-08-27 15:44:11 +01:00
Simon Butcher
a150050555
Merge branch 'development' of ssh://github.com/ARMmbed/mbedtls into development
...
Conflicts:
yotta/data/example-authcrypt/README.md
yotta/data/example-benchmark/README.md
yotta/data/example-hashing/README.md
yotta/data/example-selftest/README.md
yotta/data/example-tls-client/README.md
2015-08-19 20:29:31 +01:00
Simon Butcher
df81924a7a
Fixed issues in Yotta examples README's
...
Fixed README's in Yotta examples and updated certificate reference in
TLS Client.
2015-08-19 19:33:27 +01:00
Brian Daniels
3c405aefc5
Removing yt ls step in READMEs of examples
2015-08-18 10:52:57 -07:00
Manuel Pégourié-Gonnard
bd5bbec715
Use consistent baud rate across examples
2015-08-06 18:10:17 +02:00
Manuel Pégourié-Gonnard
63e7ebaaa1
Add material for generating yotta module
2015-08-06 09:57:53 +02:00