2246 Commits

Author SHA1 Message Date
Martijn Scheepers
47d2789b3f Add OPTA_SDN 2024-05-03 13:19:19 +02:00
Martijn Scheepers
36b30765b0 Add api files 2024-05-03 13:14:01 +02:00
Martijn Scheepers
0f925ba221 add platformio file 2024-05-03 13:03:01 +02:00
Martijn Scheepers
e5047924f4 add correct platformio file 2024-05-03 13:01:23 +02:00
Martijn Scheepers
cb38cef126 add platformio file 2024-05-03 12:59:43 +02:00
pennam
b21c7bfa98 Release 4.1.3 2024-05-02 09:56:04 +02:00
pennam
f239a27bd6 full variants rebuild 2024-05-02 09:46:04 +02:00
Mattia Pennasilico
5869a90433 Merge pull request #877 from pennam/whd-def
Add WHD_VERSION definition for GIGA OPTA and NICLA VISION
2024-04-30 08:24:36 +02:00
Mattia Pennasilico
1749b20388 Merge pull request #875 from andreagilardoni/mbedclient-issues
MbedClient: improving logic of readSocket
2024-04-30 08:23:16 +02:00
Sebastian Romero
ba5f661c9a Merge pull request #878 from arduino/camera-filters
Add image filter dropdown to Web Serial Camera
2024-04-29 20:25:09 +02:00
Sebastian Romero
80ebbf7917 Add dropdown for image filter 2024-04-29 17:33:00 +02:00
pennam
0183e059f7 Add WHD_VERSION definition for GIGA OPTA and NICLA VISION 2024-04-29 11:56:20 +02:00
pennam
bf1557720a SocketWrapper: remove unused files 2024-04-29 11:56:20 +02:00
Martino Facchin
7ed8f101df Merge pull request #876 from facchinm/adc_pad_cm4
patches: add adc DUAL_PAD patch for STM32H747_M4
2024-04-29 10:49:52 +02:00
Martino Facchin
de0003ca1f patches: add adc DUAL_PAD patch for STM32H747_M4 2024-04-29 10:44:42 +02:00
Ibrahim Abdelkader
1338021247 Merge pull request #874 from iabdalkader/wifi_updates
WiFi: Support for hidden networks and misc fixes.
2024-04-26 17:53:28 +03:00
iabdalkader
79d35efeeb WiFi: Support for hidden networks and misc fixes.
- Add support for connecting to hidden networks (issue #855).
- Implement `begin()` for OPEN security.
- Deprecate WEP security (issue #819).
- Add sanity checks to all functions accepting network index from the user.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-04-25 12:27:49 +02:00
Andrea Gilardoni
b172e12859 MbedClient: improving logic of readSocket 2024-04-23 16:18:08 +02:00
Ibrahim Abdelkader
2d27acf719 Merge pull request #872 from iabdalkader/wire_buffer_overflow
Wire: Fix buffer overflow in requestFrom.
2024-04-22 11:56:39 +02:00
iabdalkader
715433788f Wire: Fix buffer overflow in requestFrom.
Fixes #813

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-04-19 13:13:28 +02:00
Mattia Pennasilico
59ec2040c6 Merge pull request #860 from JAndrassy/ethernet_static_dns_to_netif
Ethernet begin with static IP - set DNS with interface name
2024-04-19 09:17:37 +02:00
Mattia Pennasilico
4930554bd3 Merge pull request #870 from iabdalkader/camera_fb_align
Camera: Fix framebuffer malloc alignment.
2024-04-19 08:46:24 +02:00
Mattia Pennasilico
6a1f8da832 Merge pull request #869 from pennam/gsm_remove_timeout
GSM: remove possibility to set timeout from constructor
2024-04-19 08:45:58 +02:00
Mattia Pennasilico
8186f2ab69 Merge pull request #868 from andreagilardoni/mbedclient-stop-issue
Mbedclient stop issue
2024-04-19 08:44:34 +02:00
Mattia Pennasilico
79d9a8dfc6 Merge pull request #859 from pennam/nvision-tls-fix
NICLA VISION TLS skip server certificate date check
2024-04-19 08:43:50 +02:00
Mattia Pennasilico
ffe6b03304 Merge pull request #849 from JAndrassy/lwip_dns_fix
SocketWrapper - use DNS of specific netif, not global
2024-04-19 08:43:01 +02:00
Martino Facchin
54326dd32a Merge pull request #871 from iabdalkader/ea_malloc_bug
ea_malloc: Fix `defrag_free_list` block size bug.
2024-04-18 13:53:54 -07:00
Mattia Pennasilico
5626633f8a Merge pull request #846 from facchinm/fix_burn_bootloader
boards.txt: update bootloader.tool for all boards
2024-04-18 16:31:02 +02:00
iabdalkader
5ca5520c90 ea_malloc: Fix defrag_free_list block size bug.
Fixes #864.
2024-04-18 15:58:43 +02:00
pennam
a588a81f1c Compile examples: add Arduino_DebugUtils librery dependency 2024-04-18 15:49:46 +02:00
pennam
aca5d7ad2e GSMClient example: enable GSM library debug 2024-04-18 15:31:46 +02:00
pennam
7eecb7cab1 GSMSSLClient example update root_ca and enable GSM library debug 2024-04-18 15:28:53 +02:00
pennam
c5972429fc GSM: fix context initialization when client method is called before GSM.begin() 2024-04-18 15:20:02 +02:00
pennam
4e2e81c8d4 MbedSSLClient: remove the possibility to set timeout from constructor 2024-04-18 15:18:16 +02:00
iabdalkader
eb6f97eeab Camera: Fix framebuffer malloc alignment.
- Allocate extra memory for cache-line alignment.
- Fixes #838.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-04-18 13:32:19 +02:00
pennam
6011d05097 AClient ASSLClient: remove possibility to set timeout from constructor
This way was used on by GSMClient and now is not more needed
2024-04-17 12:38:49 +02:00
pennam
b2de6f2cb7 GSMClient GSMSSLClient: align constructor to other Client classes
Remove the possibility to set socket timeout from constructor.
  The preferred way should be using setSocketTimeout() method.
2024-04-17 12:35:43 +02:00
Martino Facchin
d6f74074b0 Merge pull request #865 from iabdalkader/rpc_cpu_id
RPC Library: Add a function to return the current CPU ID.
2024-04-16 15:10:43 -07:00
Andrea Gilardoni
abaef3f145 removing spaces in file 2024-04-16 16:24:34 +02:00
Andrea Gilardoni
12096f8df7 adding rxBuffer.clear() in stop() 2024-04-16 16:24:20 +02:00
Andrea Gilardoni
dad8f23800 fixing reader_th function
when stop() is called on a client when the rxBuffer is not empty the
reader thread won't be joined to the main thread due to the logic
implemented in the readSocket function
2024-04-16 16:20:26 +02:00
iabdalkader
2c5d982bb3 RPC: Update examples.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-04-12 14:17:51 +02:00
iabdalkader
024cf36e47 RPC: Add a function to return the current CPU ID.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-04-12 14:14:49 +02:00
Martino Facchin
105c172158 Merge pull request #862 from JAndrassy/wifi_unimplemented_removed
WiFi.h - methods without implementation removed
2024-04-08 09:30:14 +02:00
Juraj Andrassy
56b213beb0 WiFi.h - methods without implementation removed 2024-04-05 20:45:13 +02:00
Juraj Andrassy
dd866dada7 Ethernet begin with static IP - set DNS with interface name 2024-04-04 19:15:42 +02:00
pennam
89f1f03e58 Remove MBEDTLS_FS_IO and MBEDTLS_SHA1_C
They are already defined in target.json file and causing redefinition warnings
2024-04-04 12:43:48 +02:00
pennam
ac4c5c467b Remove MBEDTLS_HAVE_TIME_DATE to align to other variants
This will also avoid TLS connection to be closed because the certificate validity starts in the future
2024-04-04 12:41:07 +02:00
Leonardo Cavagnis
ac7d14eb84 Merge pull request #847 from facchinm/lvgl9
Initial: support LVGL9
2024-03-18 16:40:05 +01:00
Martino Facchin
7c7d186ad1 Merge pull request #851 from per1234/bmp-servertype
Correct servertype identifier in "BlackMagic" programmer definition
2024-03-13 09:25:01 +01:00