Skip to content

Commit abdf9f6

Browse files
committed
Rebuild patches folder
1 parent 031d34f commit abdf9f6

File tree

83 files changed

+472
-378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+472
-378
lines changed

Diff for: patches/0001-PACKAGING-remove-gdb-exta-information-to-slim-librar.patch

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
From 191c2baef56da81ba837e0aa516a5dc57e068c2a Mon Sep 17 00:00:00 2001
1+
From 351c63f0d58c693beb6dc19a0c77d21209e0aad3 Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Thu, 11 Mar 2021 15:05:20 +0100
4-
Subject: [PATCH 01/75] PACKAGING: remove gdb exta information to slim library
4+
Subject: [PATCH 001/101] PACKAGING: remove gdb exta information to slim
5+
library
56

67
---
78
tools/profiles/develop.json | 2 +-
@@ -21,5 +22,5 @@ index 21ba5c88d5..5995d276e4 100644
2122
"c": ["-c", "-std=gnu11"],
2223
"cxx": ["-c", "-std=gnu++14", "-fno-rtti", "-Wvla"],
2324
--
24-
2.32.0
25+
2.33.0
2526

Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
From c5438137b7166fb553b70ba780e0bade1ba316b7 Mon Sep 17 00:00:00 2001
1+
From e8f9a313ab21cb53e19160cd805b05078cf1db4e Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Wed, 28 Oct 2020 15:26:21 +0100
4-
Subject: [PATCH 02/75] Portenta: enable certificates in filesystem
4+
Subject: [PATCH 002/101] Portenta: enable certificates in filesystem
55

66
---
77
targets/targets.json | 2 ++
88
1 file changed, 2 insertions(+)
99

1010
diff --git a/targets/targets.json b/targets/targets.json
11-
index 55d9c35a59..16d4ee1895 100644
11+
index f45b0de8af..9cd0535638 100644
1212
--- a/targets/targets.json
1313
+++ b/targets/targets.json
14-
@@ -3181,6 +3181,8 @@
14+
@@ -3185,6 +3185,8 @@
1515
}
1616
},
1717
"macros_add": [
@@ -21,5 +21,5 @@ index 55d9c35a59..16d4ee1895 100644
2121
"QSPI_NO_SAMPLE_SHIFT",
2222
"CYW43XXX_UNBUFFERED_UART"
2323
--
24-
2.32.0
24+
2.33.0
2525

Diff for: patches/0003-I2CSlave.read-buf-count-returns-the-number-of-bytes-.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 794a856239c36152cbc08ba2093fc767b0c113a7 Mon Sep 17 00:00:00 2001
1+
From 97b298d779cb493d6ed3686a8f85e46e9879e6d3 Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Wed, 1 Apr 2020 12:21:59 +0200
4-
Subject: [PATCH 03/75] I2CSlave.read(buf, count) returns the number of bytes
4+
Subject: [PATCH 003/101] I2CSlave.read(buf, count) returns the number of bytes
55
actually read
66

77
---
@@ -36,5 +36,5 @@ index 4317df9656..e4515820ad 100644
3636

3737
int I2CSlave::read(void)
3838
--
39-
2.32.0
39+
2.33.0
4040

Diff for: patches/0004-Add-AnalogIn-configure-function.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 71d7de0154ac148fcb3548fc7fe9b10ca8b62bbd Mon Sep 17 00:00:00 2001
1+
From b9de90e3e58eef1c7f175b1d003d5d6a19e4c4c8 Mon Sep 17 00:00:00 2001
22
From: Paolo Calao <paolo.calao@gmail.com>
33
Date: Wed, 13 May 2020 11:59:46 +0200
4-
Subject: [PATCH 04/75] Add AnalogIn configure function
4+
Subject: [PATCH 004/101] Add AnalogIn configure function
55

66
This adds a weak method to configure AnalogIn objects.
77
Also, a strong implementation of such method for NRF5284 is provided.
@@ -169,5 +169,5 @@ index 41b87722ac..4466f680c7 100644
169169
uint32_t ch;
170170
};
171171
--
172-
2.32.0
172+
2.33.0
173173

Diff for: patches/0005-HACK-avoid-10862-by-not-firing-the-assert.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 87e0014449cac2c87fdcc57df69c4c044b3ab7f7 Mon Sep 17 00:00:00 2001
1+
From 067012df8a7de00b1b3e155955af84c8cbf94007 Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Wed, 31 Jul 2019 12:48:04 +0200
4-
Subject: [PATCH 05/75] HACK: avoid #10862 by not firing the assert
4+
Subject: [PATCH 005/101] HACK: avoid #10862 by not firing the assert
55

66
---
77
drivers/usb/source/USBDevice.cpp | 18 ++++++++++--------
@@ -44,5 +44,5 @@ index 6d3cfc87d4..ddeabcfa15 100644
4444
}
4545

4646
--
47-
2.32.0
47+
2.33.0
4848

Diff for: patches/0006-portentaH7-Change-BLE-public-address.patch

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
From fc6aab06bd42e14ea2317f0f44de28ad62113e4b Mon Sep 17 00:00:00 2001
1+
From 57f0717adab139ab5bd9ea6e5fa9c2c63ebe584b Mon Sep 17 00:00:00 2001
22
From: Paolo Calao <paolo.calao@gmail.com>
33
Date: Thu, 29 Oct 2020 15:40:32 +0100
4-
Subject: [PATCH 06/75] portentaH7: Change BLE public address
4+
Subject: [PATCH 006/101] portentaH7: Change BLE public address
55

66
---
77
.../ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp | 11 +++++++++++
88
1 file changed, 11 insertions(+)
99

1010
diff --git a/connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp b/connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp
11-
index 1e339546e5..5486af2b11 100644
11+
index 957e37594b..ff389c9f81 100644
1212
--- a/connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp
1313
+++ b/connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp
14-
@@ -387,6 +387,16 @@ private:
14+
@@ -378,6 +378,16 @@ private:
1515
#endif /* BT_UART_NO_3M_SUPPORT */
1616
}
1717

@@ -28,7 +28,7 @@ index 1e339546e5..5486af2b11 100644
2828
void send_service_pack_command(void)
2929
{
3030
uint16_t cmd_len = service_pack_ptr[service_pack_index + 2];
31-
@@ -394,6 +404,7 @@ private:
31+
@@ -385,6 +395,7 @@ private:
3232
uint8_t *pBuf = hciCmdAlloc(cmd_opcode, cmd_len);
3333
if (pBuf) {
3434
memcpy(pBuf + HCI_CMD_HDR_LEN, service_pack_ptr + service_pack_index + HCI_CMD_HDR_LEN, cmd_len);
@@ -37,5 +37,5 @@ index 1e339546e5..5486af2b11 100644
3737
} else {
3838
}
3939
--
40-
2.32.0
40+
2.33.0
4141

Diff for: patches/0007-TLSSocketWrapper-add-method-to-retrieve-certificates.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From ec773d37f12e9184901423b434a58990f8dc5eac Mon Sep 17 00:00:00 2001
1+
From 030534e8b54c350ee5e628bb6a1475e166a25c60 Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Mon, 9 Nov 2020 10:00:01 +0100
4-
Subject: [PATCH 07/75] TLSSocketWrapper: add method to retrieve certificates
4+
Subject: [PATCH 007/101] TLSSocketWrapper: add method to retrieve certificates
55
from filesystem
66

77
---
@@ -90,5 +90,5 @@ index 9879af9e91..0c975e55fc 100644
9090
{
9191
return set_client_cert_key(client_cert_pem, strlen(client_cert_pem) + 1, client_private_key_pem, strlen(client_private_key_pem) + 1);
9292
--
93-
2.32.0
93+
2.33.0
9494

Diff for: patches/0008-TLSSocketWrapper-Add-unit-test-for-set_root_ca_cert_.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 4978e73d4624550d67c6f93396ca63d3af6a7ad6 Mon Sep 17 00:00:00 2001
1+
From 142d7cc33f1d158f63110f43b231d96f1df48c84 Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Mon, 9 Nov 2020 13:34:18 +0100
4-
Subject: [PATCH 08/75] TLSSocketWrapper: Add unit test for
4+
Subject: [PATCH 008/101] TLSSocketWrapper: Add unit test for
55
set_root_ca_cert_path
66

77
---
@@ -57,5 +57,5 @@ index 4f9ce6b96c..ad2d3d8d44 100644
5757

5858
#endif /* UNITTESTS_FEATURES_NETSOCKET_TLSSOCKET_TLS_TEST_CONFIG_H_ */
5959
--
60-
2.32.0
60+
2.33.0
6161

Diff for: patches/0009-TLSSocketWrapper-add-test-for-certificates-stored-in.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 34e28ed90a5740620cf572fba86e6e0ff2064246 Mon Sep 17 00:00:00 2001
1+
From 5bee9d89dbed66beea4abac457a9645019def06c Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Mon, 9 Nov 2020 13:52:28 +0100
4-
Subject: [PATCH 09/75] TLSSocketWrapper: add test for certificates stored in
4+
Subject: [PATCH 009/101] TLSSocketWrapper: add test for certificates stored in
55
filesystem
66

77
---
@@ -95,5 +95,5 @@ index 0000000000..cf3dff2e93
9595
+}
9696
\ No newline at end of file
9797
--
98-
2.32.0
98+
2.33.0
9999

Diff for: patches/0010-SleepTracing-don-t-spam-logs-if-no-lock-is-held.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 9222b635884af252d735f55e1e93e83e223abdeb Mon Sep 17 00:00:00 2001
1+
From 8a5e5361f847ae869145e0eb1aaf24ea2fe22622 Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Fri, 27 Nov 2020 10:34:22 +0100
4-
Subject: [PATCH 10/75] SleepTracing: don't spam logs if no lock is held
4+
Subject: [PATCH 010/101] SleepTracing: don't spam logs if no lock is held
55

66
---
77
platform/source/mbed_power_mgmt.c | 7 ++++++-
@@ -33,5 +33,5 @@ index 9d7724aea3..e6317356b9 100644
3333
sleep_stats[i].count);
3434
}
3535
--
36-
2.32.0
36+
2.33.0
3737

Diff for: patches/0011-Initial-add-TX62-module-support.patch

-82
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
From 74d8a1b9a227c93cde0baafeda827f2f73142471 Mon Sep 17 00:00:00 2001
1+
From 0606b5858fad49b52375b57c54ed3d182982517a Mon Sep 17 00:00:00 2001
22
From: Martino Facchin <m.facchin@arduino.cc>
33
Date: Thu, 10 Dec 2020 19:39:01 +0100
4-
Subject: [PATCH 12/75] Initial: support Portenta Beta
4+
Subject: [PATCH 011/101] Initial: support Portenta Beta
55

66
TODO: add 27mhz clock configuration
77
---
88
targets/targets.json | 2 +-
99
1 file changed, 1 insertion(+), 1 deletion(-)
1010

1111
diff --git a/targets/targets.json b/targets/targets.json
12-
index 16d4ee1895..848651d779 100644
12+
index 9cd0535638..16d44fc0ae 100644
1313
--- a/targets/targets.json
1414
+++ b/targets/targets.json
15-
@@ -3208,7 +3208,7 @@
15+
@@ -3212,7 +3212,7 @@
1616
"overrides": {
1717
"system_power_supply": "PWR_SMPS_1V8_SUPPLIES_LDO",
1818
"clock_source": "USE_PLL_HSE_EXTC",
@@ -22,5 +22,5 @@ index 16d4ee1895..848651d779 100644
2222
"network-default-interface-type": "ETHERNET",
2323
"i2c_timing_value_algo": true
2424
--
25-
2.32.0
25+
2.33.0
2626

0 commit comments

Comments
 (0)