Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
92279fb
Clean up AP data after ending it
sebromero Aug 11, 2021
8bf029a
Enable 320x320 resolution for himax HM01B0 (#294)
idohalamit Aug 16, 2021
d9b005f
Merge pull request #303 from sebromero/fix-corrupted-state
facchinm Aug 16, 2021
1177e48
Add edge_control to full package
facchinm Aug 16, 2021
7de71b7
Rebuild variants on mbed 6.13
facchinm Aug 16, 2021
0841cfb
Merge pull request #304 from arduino/bug-fix/check-vbus-pin-en-status…
MaxPayne86 Aug 20, 2021
0f4da2d
Fix missing re-initialization of g_i_channels when restarting peripheral
pennam Sep 2, 2021
c996ed7
Set decimation and rawBufferIndex to their default value
pennam Sep 2, 2021
2913b42
Add pio_remove_program function to PDM end method
pennam Sep 2, 2021
e991842
Merge pull request #315 from pennam/pdm_2040_crash_fix
facchinm Sep 13, 2021
a1ebc12
Merge pull request #314 from pennam/portenta_pdm_restart_fix
facchinm Sep 13, 2021
441778f
Tune I2C Slave thread + increase buff size
giulcioffi Jul 7, 2021
f5c10cd
Add 'transport' to upload recipe
giulcioffi Jul 7, 2021
aa152f2
Add NICLA target
giulcioffi Jul 7, 2021
306a30b
Set GPIO3 pin HIGH at begin because it matches MKR Reset pin
giulcioffi Jul 19, 2021
031d34f
Add defines to PIN_WIRE_SDA/SCL
giulcioffi Aug 2, 2021
abdf9f6
Rebuild patches folder
facchinm Aug 3, 2021
d16f3d9
Nicla: Specify compiler version
facchinm Aug 3, 2021
78e071a
Add Nicla to resulting json
facchinm Aug 5, 2021
850854b
NICLA: improve system library thread safety
facchinm Aug 17, 2021
2bb9eb8
GH: add Nicla to automatic tests
facchinm Aug 17, 2021
0288c54
TEMP: NICLA: enable LDO at boot
facchinm Aug 17, 2021
060d892
Add NICLA SENSE to full.variables
facchinm Sep 20, 2021
e93d792
Portenta: split flash via menus
facchinm Aug 16, 2021
1f062f2
Add example to boot M4 code from file + SDRAM
facchinm Aug 16, 2021
2cb4f4d
Recompile variants on mbed 6.14.0
facchinm Aug 17, 2021
1fda0f0
Portenta_m4: fix BootFromSDRAM example
facchinm Sep 22, 2021
01a3d75
Nicla: add overloads for LED*
facchinm Sep 22, 2021
9cfccbd
Update install instructions to reflect symlink removal
per1234 Sep 22, 2021
8d5510a
Merge pull request #329 from per1234/update-symlink-instructions
facchinm Sep 22, 2021
14e4eba
Add ns_cmdline and blockdevice patches
facchinm Sep 22, 2021
af83a6f
Fix Portenta packaging script
facchinm Sep 22, 2021
bd234d7
Rebuild variants with ns_cmdline patch
facchinm Sep 22, 2021
1070aae
Fix blockdevice headers
facchinm Sep 23, 2021
a5644ce
Release 2.5.2
facchinm Sep 23, 2021
7f9ad83
Fixes the preprocess linkerscript
rajames Sep 23, 2021
51bf25a
Merge pull request #333 from rajames/fix-preprocess-linkerscript
facchinm Sep 24, 2021
32b4cfc
SocketWrapper: UDP: send packet on endPacket(), not on write()
facchinm Sep 28, 2021
5746714
Merge pull request #337 from facchinm/udp_socketbuffer_fix
facchinm Sep 29, 2021
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rebuild patches folder
  • Loading branch information
facchinm committed Sep 21, 2021
commit abdf9f68af54c688d505b0e5b3473a4f717eabcf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
From 191c2baef56da81ba837e0aa516a5dc57e068c2a Mon Sep 17 00:00:00 2001
From 351c63f0d58c693beb6dc19a0c77d21209e0aad3 Mon Sep 17 00:00:00 2001
From: Martino Facchin <m.facchin@arduino.cc>
Date: Thu, 11 Mar 2021 15:05:20 +0100
Subject: [PATCH 01/75] PACKAGING: remove gdb exta information to slim library
Subject: [PATCH 001/101] PACKAGING: remove gdb exta information to slim
library

---
tools/profiles/develop.json | 2 +-
Expand All @@ -21,5 +22,5 @@ index 21ba5c88d5..5995d276e4 100644
"c": ["-c", "-std=gnu11"],
"cxx": ["-c", "-std=gnu++14", "-fno-rtti", "-Wvla"],
--
2.32.0
2.33.0

10 changes: 5 additions & 5 deletions patches/0002-Portenta-enable-certificates-in-filesystem.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
From c5438137b7166fb553b70ba780e0bade1ba316b7 Mon Sep 17 00:00:00 2001
From e8f9a313ab21cb53e19160cd805b05078cf1db4e Mon Sep 17 00:00:00 2001
From: Martino Facchin <m.facchin@arduino.cc>
Date: Wed, 28 Oct 2020 15:26:21 +0100
Subject: [PATCH 02/75] Portenta: enable certificates in filesystem
Subject: [PATCH 002/101] Portenta: enable certificates in filesystem

---
targets/targets.json | 2 ++
1 file changed, 2 insertions(+)

diff --git a/targets/targets.json b/targets/targets.json
index 55d9c35a59..16d4ee1895 100644
index f45b0de8af..9cd0535638 100644
--- a/targets/targets.json
+++ b/targets/targets.json
@@ -3181,6 +3181,8 @@
@@ -3185,6 +3185,8 @@
}
},
"macros_add": [
Expand All @@ -21,5 +21,5 @@ index 55d9c35a59..16d4ee1895 100644
"QSPI_NO_SAMPLE_SHIFT",
"CYW43XXX_UNBUFFERED_UART"
--
2.32.0
2.33.0

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

---
Expand Down Expand Up @@ -36,5 +36,5 @@ index 4317df9656..e4515820ad 100644

int I2CSlave::read(void)
--
2.32.0
2.33.0

6 changes: 3 additions & 3 deletions patches/0004-Add-AnalogIn-configure-function.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 71d7de0154ac148fcb3548fc7fe9b10ca8b62bbd Mon Sep 17 00:00:00 2001
From b9de90e3e58eef1c7f175b1d003d5d6a19e4c4c8 Mon Sep 17 00:00:00 2001
From: Paolo Calao <paolo.calao@gmail.com>
Date: Wed, 13 May 2020 11:59:46 +0200
Subject: [PATCH 04/75] Add AnalogIn configure function
Subject: [PATCH 004/101] Add AnalogIn configure function

This adds a weak method to configure AnalogIn objects.
Also, a strong implementation of such method for NRF5284 is provided.
Expand Down Expand Up @@ -169,5 +169,5 @@ index 41b87722ac..4466f680c7 100644
uint32_t ch;
};
--
2.32.0
2.33.0

6 changes: 3 additions & 3 deletions patches/0005-HACK-avoid-10862-by-not-firing-the-assert.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 87e0014449cac2c87fdcc57df69c4c044b3ab7f7 Mon Sep 17 00:00:00 2001
From 067012df8a7de00b1b3e155955af84c8cbf94007 Mon Sep 17 00:00:00 2001
From: Martino Facchin <m.facchin@arduino.cc>
Date: Wed, 31 Jul 2019 12:48:04 +0200
Subject: [PATCH 05/75] HACK: avoid #10862 by not firing the assert
Subject: [PATCH 005/101] HACK: avoid #10862 by not firing the assert

---
drivers/usb/source/USBDevice.cpp | 18 ++++++++++--------
Expand Down Expand Up @@ -44,5 +44,5 @@ index 6d3cfc87d4..ddeabcfa15 100644
}

--
2.32.0
2.33.0

12 changes: 6 additions & 6 deletions patches/0006-portentaH7-Change-BLE-public-address.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
From fc6aab06bd42e14ea2317f0f44de28ad62113e4b Mon Sep 17 00:00:00 2001
From 57f0717adab139ab5bd9ea6e5fa9c2c63ebe584b Mon Sep 17 00:00:00 2001
From: Paolo Calao <paolo.calao@gmail.com>
Date: Thu, 29 Oct 2020 15:40:32 +0100
Subject: [PATCH 06/75] portentaH7: Change BLE public address
Subject: [PATCH 006/101] portentaH7: Change BLE public address

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

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

Expand All @@ -28,7 +28,7 @@ index 1e339546e5..5486af2b11 100644
void send_service_pack_command(void)
{
uint16_t cmd_len = service_pack_ptr[service_pack_index + 2];
@@ -394,6 +404,7 @@ private:
@@ -385,6 +395,7 @@ private:
uint8_t *pBuf = hciCmdAlloc(cmd_opcode, cmd_len);
if (pBuf) {
memcpy(pBuf + HCI_CMD_HDR_LEN, service_pack_ptr + service_pack_index + HCI_CMD_HDR_LEN, cmd_len);
Expand All @@ -37,5 +37,5 @@ index 1e339546e5..5486af2b11 100644
} else {
}
--
2.32.0
2.33.0

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

---
Expand Down Expand Up @@ -90,5 +90,5 @@ index 9879af9e91..0c975e55fc 100644
{
return set_client_cert_key(client_cert_pem, strlen(client_cert_pem) + 1, client_private_key_pem, strlen(client_private_key_pem) + 1);
--
2.32.0
2.33.0

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

---
Expand Down Expand Up @@ -57,5 +57,5 @@ index 4f9ce6b96c..ad2d3d8d44 100644

#endif /* UNITTESTS_FEATURES_NETSOCKET_TLSSOCKET_TLS_TEST_CONFIG_H_ */
--
2.32.0
2.33.0

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

---
Expand Down Expand Up @@ -95,5 +95,5 @@ index 0000000000..cf3dff2e93
+}
\ No newline at end of file
--
2.32.0
2.33.0

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

---
platform/source/mbed_power_mgmt.c | 7 ++++++-
Expand Down Expand Up @@ -33,5 +33,5 @@ index 9d7724aea3..e6317356b9 100644
sleep_stats[i].count);
}
--
2.32.0
2.33.0

82 changes: 0 additions & 82 deletions patches/0011-Initial-add-TX62-module-support.patch

This file was deleted.

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

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

diff --git a/targets/targets.json b/targets/targets.json
index 16d4ee1895..848651d779 100644
index 9cd0535638..16d44fc0ae 100644
--- a/targets/targets.json
+++ b/targets/targets.json
@@ -3208,7 +3208,7 @@
@@ -3212,7 +3212,7 @@
"overrides": {
"system_power_supply": "PWR_SMPS_1V8_SUPPLIES_LDO",
"clock_source": "USE_PLL_HSE_EXTC",
Expand All @@ -22,5 +22,5 @@ index 16d4ee1895..848651d779 100644
"network-default-interface-type": "ETHERNET",
"i2c_timing_value_algo": true
--
2.32.0
2.33.0

Loading