Files
proxmark3/armsrc
Philippe Teuwen e750481d12 Fix multiple issues with reported flash memory usage:
- Remove unused next_free_memory=BigBuf_get_addr()
- Fix size retrieval of compressed data section
  by chance the corrupted value was > than correct value so
  decompression was taking place, but was returning an error
  instead of the decompressed size
- Fix reporting of compressed size into common_area
  returned value of LZ4_decompress_safe is the decompressed size
  while we needed to report the compressed size
- Fix common_area late initialization
  common_area was initialized (and zeroed) after
  uncompress_data_section() had reported the compressed size
  in common_area, so compressed size was erased

Compressed size is used in the computation of the used and available
flash memory, which is now correct
(it was wrongly telling about 6kb were free while they weren't).
2020-11-05 00:59:32 +01:00
..
2020-10-09 01:52:56 +02:00
2020-03-24 11:56:03 +01:00
2020-08-21 19:30:15 +02:00
2020-04-11 02:56:08 +02:00
2020-10-24 01:18:51 +02:00
2020-07-09 01:59:09 +02:00
2020-10-03 19:08:34 +02:00
2020-05-11 13:48:57 +02:00
2020-05-11 13:48:57 +02:00
2020-06-11 19:20:59 +02:00
2020-03-24 11:56:03 +01:00
2020-08-15 11:00:49 +02:00
2020-07-08 11:05:54 +02:00
2020-06-02 12:58:37 +02:00
2019-12-30 21:11:18 +01:00
2020-10-04 02:09:58 +02:00
2020-09-30 14:27:19 +02:00
2020-01-22 13:12:09 +01:00
2020-03-13 13:52:23 +01:00
2020-11-02 01:46:47 +01:00
2020-08-03 17:38:18 +02:00
2020-10-20 01:00:23 +02:00
2020-11-02 01:46:47 +01:00
2020-10-27 18:52:11 +01:00
2020-08-13 12:25:04 +02:00
2020-03-24 11:45:57 +01:00
2020-09-07 10:35:09 +02:00
2020-04-16 09:01:14 +02:00
2020-09-15 17:26:24 +02:00
2020-08-13 12:25:04 +02:00
2020-10-20 23:49:26 +02:00
2020-10-20 13:21:40 +02:00
2020-09-30 14:27:19 +02:00
2020-08-13 12:25:04 +02:00
2020-11-02 07:50:07 +01:00
2020-10-12 19:08:29 +02:00
2020-09-10 00:33:46 +02:00
2020-05-11 13:48:57 +02:00
2020-09-07 10:39:15 +02:00
2020-05-11 13:48:57 +02:00
2020-08-13 10:13:16 +02:00
2020-08-13 10:13:16 +02:00
2020-08-16 22:47:58 +02:00
2020-05-11 13:48:57 +02:00
2020-05-11 13:48:57 +02:00
2020-08-31 01:41:11 +02:00
2020-06-02 12:49:18 +02:00
2019-12-31 21:32:24 +01:00
2019-12-30 21:39:48 +01:00
2020-09-07 10:35:09 +02:00
2020-08-08 12:33:12 +02:00
2020-06-08 03:15:10 +02:00
2020-06-08 03:15:10 +02:00
2020-08-13 12:25:04 +02:00
2020-10-11 22:40:05 +02:00
2020-09-07 10:39:15 +02:00
2020-09-18 19:51:20 +02:00
2020-08-31 01:19:06 +02:00