Releases: arduino/ArduinoCore-mbed
Releases · arduino/ArduinoCore-mbed
4.6.0
What's Changed
- Opta rs485 wifi module check by @andreagilardoni in #1110
- External se05x nicla by @andreagilardoni in #1111
Full Changelog: 4.5.0...4.6.0
4.5.0
What's Changed
- Fix video for USB-C displays. by @iabdalkader in #1076
- AE-591: Created patch to remove the call to "enableEthPowerSupply" fr… by @bogdanarduino in #1088
- WiFi firmware updater memory mapped fix by @pennam in #1094
- Update WiFi.cpp to set connected_ap = SSID_MAX_COUNT if not scanning by @megacct in #1086
- Add support for client certificate and private key by @pennam in #992
- mbed-os-to-arduino: add dedicated plc section to linker script by @pennam in #1097
- WiFiFirmwareUpdater: restore null termination by @pennam in #1095
- WiFi: fix memory leak in scanNetworks() by @pennam in #1068
- H7 Video: bugfixes by @facchinm in #1089
- QSPIFormat: fix information about Arduino PLC IDE filesystem by @pennam in #1103
- patches: remove blocking loop from BLE error handling by @pennam in #1021
- patches: littlefs2 properly init class variables by @pennam in #1059
- Fix Stella LEDs by @marqdevx in #1085
- Stella, fix
Wire1pins by @marqdevx in #1087 - Fix github workflow to package the core when pushing a tag by @pennam in #1100
New Contributors
- @bogdanarduino made their first contribution in #1088
Full Changelog: 4.4.1...4.5.0
4.4.1
4.3.1
What's Changed
- Get the status of the display. by @dmazzella in #1036
- Arduino H7 Video + LVGL 9.x: Remove unused buffer by @leonardocavagnis in #1050
- STM32H747_System: remove unused variable by @pennam in #1046
- feat: Opta pin names to match serigraphy by @zfields in #1044
- SocketHelpers: ping, fix build for generic M4 by @pennam in #1034
- Ping: Expose timeout to interfaces by @megacct in #1038
- Update MbedClient.cpp fix readSocket osPriority and name the thread by @megacct in #1039
- I2CSlave: fix slave write regression by @pennam in #1055
- openamp: add mbed_giga architecture by @pennam in #1057
- Opta Add MCUboot library by @pennam in #1054
- GSM patches to allow retries if connection fails by @pennam in #1053
- fix transport_script path expansion by @pennam in #1060
- QSPIFormat: default partition scheme by @pennam in #1058
- Wire: I2CSlave: move out slave->read from critical section by @pennam in #1061
- QSPIFormat: add function to restore memory mapped firmware by @pennam in #1062
New Contributors
Full Changelog: 4.2.4...4.3.1
4.2.4
4.2.2
What's Changed
- Moving SDRAM.begin() on Arduino_H7_Video - Artifacts Issue Fix by @Jorgetrujilloroman in #1000
- Fix Arduino_H7_Video library on Portenta H7 by @leonardocavagnis in #1013
- Arduino_H7_Video: handling errors at initialization time by @dmazzella in #1015
- SE050 Remove stray inline specifier by @pennam in #1001
- patches: WHD fix wifi join timeout by @pennam in #1012
- networking - move setHostname to base class SocketWrapper by @JAndrassy in #986
- WiFi Ethernet fix MAC address reversed order by @pennam in #980
- Serial: remove intermediate_buffer leftover by @pennam in #979
- Reduce nsapi dns response timeout: 5 seconds 3 retires by @fabik111 in #1009
- patches: remove v from WHD_VERSION define by @pennam in #1020
- fix I2C slave communication stuck by @maidnl in #1018
- Ping command by @fabik111 in #1014
- SocketHelpers: use NSAPI_IPv4 for dns resolution by @pennam in #1023
New Contributors
- @Jorgetrujilloroman made their first contribution in #1000
- @dmazzella made their first contribution in #1015
- @fabik111 made their first contribution in #1009
Full Changelog: 4.2.1...4.2.2
Release 4.2.1
What's Changed
- Configure post-install script to only operate when platform installed on Linux machine by @per1234 in #932
- PDM: fix setGain() for dfsdm by @facchinm in #948
- RPC/OpenAMP: Support loading sketches to SDRAM. by @iabdalkader in #934
- programmers: allow overriding default programmer by @facchinm in #947
- Ethernet and WiFi - fix DNS for static IP by @JAndrassy in #918
- Upgrade upload/artifacts and checkout actions to v4 by @cmaglie in #954
- Arduino_H7_Video library: Fix rotation bug in LVGL v9.2.0 by @leonardocavagnis in #953
- Fix: Arduino_CAN::write return value incompatible with interface specification at ArduinoCore-API/HardwareCAN. by @aentinger in #956
- RP2040: fix OTA and binary size computation by @pennam in #950
- GIGA R1: fix for UDP endPacket failing by @maidnl in #964
- WiFi.firmwareVersion: try to mount wifi fs only if needed by @pennam in #963
- enforcing stop() when calling connect a second time by @andreagilardoni in #949
- SocketWrapper - MbedServer modernization (without available() and Print) by @JAndrassy in #793
- AdvancedChatServer remove wrong comments in sketch description by @pennam in #968
- patch: kick watchdog only if running by @pennam in #967
- Reduce the number of WiFi join retry to avoid watchdog reset by @pennam in #962
- SE050: Add serialNumber(byte sn[]) by @pennam in #977
- Opta secure QSPI simplify code avoid breaking QSPIFBlockDevice by @pennam in #981
- WiFi: add setTimeout() by @pennam in #976
- TLSSocketWrapper split read/write event flags by @pennam in #983
- WiFi and Eth Dhcp hostname support by @pennam in #969
- patch: check for user network interface before reading hostname by @pennam in #984
- WiFi examples by @JAndrassy in #982
- full variants rebuild by @pennam in #985
- Fix and simplify sni setting by @pennam in #987
- WiFiSSLSE050Client: fix sni setting 2nd part by @pennam in #988
New Contributors
Full Changelog: 4.1.6...4.2.1
Release 4.1.6 OPTA
What's Changed
- Fix regression using QSPIFBlockdevice as global object in sketch 1399d64
Release 4.1.5
What's Changed
- libraries/Arduino_H7_Video: Fix the DSI PLL configuration. by @iabdalkader in #879
- WiFi - setHostname declaration removed by @JAndrassy in #883
- Defaults stack to default OS value to avoid inadvertent overflow by @dansiviter in #882
- Display useful message when Linux post-install script has insufficient permissions by @per1234 in #893
- GIGA OPTA NV PORTENTA Add bootloader hex file and use as default by @pennam in #885
- SocketWrapper MbedClient read() fixes by @JAndrassy in #896
- Ethernet, initCallback, ctor and eth_if by @pennam in #901
- Fix Socket Write Hangs Indefinitely When There Is No Connectivity by @pennam in #906
- MbedClient add network status check by @pennam in #907
- Fix Socket Close Hangs Indefinitely When There Is No Connectivity by @pennam in #909
- Enable (t)rng support for STM32H7 and NANO RP2040 by @pennam in #895
- Add GC2145 Driver to Giga variant by @sebromero in #910
Patches on mbed-os:
- Fix DHCP not working after many linkup/linkdown events
- OPTA: fix crashed on Ethernet.begin() due to DCACHE being disabled without flush
- QSPI: fix broken writes on Nicla Vision
New Contributors
- @dansiviter made their first contribution in #882
Full Changelog: 4.1.3...4.1.5
Release 4.1.3
What's Changed
- fix(Ethernet): missing return statement in begin with mac, timeout and responseTimeout by @trik in #841
- variants/NICLA_VISION: Fix typos in pins definitions. by @iabdalkader in #842
- Correct servertype identifier in "BlackMagic" programmer definition by @per1234 in #851
- Initial: support LVGL9 by @facchinm in #847
- WiFi.h - methods without implementation removed by @JAndrassy in #862
- RPC Library: Add a function to return the current CPU ID. by @iabdalkader in #865
- boards.txt: update bootloader.tool for all boards by @facchinm in #846
- ea_malloc: Fix
defrag_free_listblock size bug. by @iabdalkader in #871 - SocketWrapper - use DNS of specific netif, not global by @JAndrassy in #849
- NICLA VISION TLS skip server certificate date check by @pennam in #859
- Mbedclient stop issue by @andreagilardoni in #868
- GSM: remove possibility to set timeout from constructor by @pennam in #869
- Camera: Fix framebuffer malloc alignment. by @iabdalkader in #870
- Ethernet begin with static IP - set DNS with interface name by @JAndrassy in #860
- Wire: Fix buffer overflow in requestFrom. by @iabdalkader in #872
- WiFi: Support for hidden networks and misc fixes. by @iabdalkader in #874
- patches: add adc DUAL_PAD patch for STM32H747_M4 by @facchinm in #876
- Add image filter dropdown to Web Serial Camera by @sebromero in #878
- MbedClient: improving logic of readSocket by @andreagilardoni in #875
- Add WHD_VERSION definition for GIGA OPTA and NICLA VISION by @pennam in #877
Full Changelog: 4.1.1...4.1.3