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.
mbed_lib.json@32:fa4d71265625, 2018-10-30 (annotated)
- Committer:
- Jan Jongboom
- Date:
- Tue Oct 30 11:02:12 2018 +0800
- Revision:
- 32:fa4d71265625
- Parent:
- 1:52947b0505de
Update to use TLSSocket from upstream Mbed OS
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jan Jongboom |
0:910f5949759f | 1 | { |
Jan Jongboom |
0:910f5949759f | 2 | "name": "mbed-http", |
Jan Jongboom |
32:fa4d71265625 | 3 | "macros": [ |
Jan Jongboom |
32:fa4d71265625 | 4 | "MBEDTLS_SHA1_C" |
Jan Jongboom |
32:fa4d71265625 | 5 | ], |
Jan Jongboom |
0:910f5949759f | 6 | "config": { |
Jan Jongboom |
0:910f5949759f | 7 | "http-buffer-size": { |
Jan Jongboom |
0:910f5949759f | 8 | "help": "Size of the HTTP receive buffer in bytes", |
Jan Jongboom |
1:52947b0505de | 9 | "value": 8192, |
Jan Jongboom |
0:910f5949759f | 10 | "macro_name": "HTTP_RECEIVE_BUFFER_SIZE" |
Jan Jongboom |
0:910f5949759f | 11 | } |
Jan Jongboom |
0:910f5949759f | 12 | } |
Jan Jongboom |
0:910f5949759f | 13 | } |