From 95a74a6bd2df7cc24bbd884fbf365849ba729c3a Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Thu, 11 Jan 2024 22:31:46 -0800 Subject: [PATCH] Rename ArduinoCore-mbed to ArduinoCore-mbed-ce --- .idea/.gitignore | 6 ++++++ .idea/ArduinoCore-mbed.iml | 2 ++ .idea/deployment.xml | 21 +++++++++++++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 +++++++ ...nelDebug ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...lPlotter ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...leBlinks ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...eadDebug ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...Keyboard ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...odifiers ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...boardRaw ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...le-Mouse ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...le-Basic ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...sUSBDisk ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ ...sStorage ARDUINO_NANO33BLE_SWD Develop.xml | 11 ++++++++++ .idea/vcs.xml | 9 ++++++++ CMakeLists.txt | 14 +++++++++---- README.md | 2 +- ide-config-files/universal/platform.txt.in | 2 +- libraries/Arduino_CAN/library.properties | 4 ++-- libraries/Arduino_H7_Video/library.properties | 2 +- libraries/Camera/docs/README.md | 4 ++-- libraries/Camera/library.properties | 2 +- libraries/GPS/library.properties | 2 +- libraries/GSM/library.properties | 2 +- libraries/MLC/library.properties | 2 +- libraries/Nano33BLE_System/library.properties | 2 +- .../examples/Blink_Nicla/Blink_Nicla.ino | 2 +- libraries/Nicla_System/library.properties | 2 +- libraries/Portenta_SDCARD/library.properties | 2 +- libraries/Portenta_SDRAM/library.properties | 2 +- libraries/RPC/library.properties | 2 +- libraries/SE05X/library.properties | 2 +- libraries/STM32H747_System/library.properties | 2 +- libraries/SocketWrapper/library.properties | 2 +- libraries/USBHID/library.properties | 2 +- libraries/USBHOST/library.properties | 2 +- libraries/USBMSD/library.properties | 2 +- libraries/WiFi/library.properties | 2 +- libraries/doom/library.properties | 2 +- 41 files changed, 206 insertions(+), 29 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/ArduinoCore-mbed.iml create mode 100644 .idea/deployment.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/runConfigurations/GDB KernelDebug-example-KernelDebug ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB PDM-example-PDMSerialPlotter ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB Scheduler-example-MultipleBlinks ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB ThreadDebug-example-ThreadDebug ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB USBHID-example-Keyboard ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB USBHID-example-KeyboardModifiers ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB USBHID-example-KeyboardRaw ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB USBHID-example-Mouse ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB USBMIDI-example-Basic ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB USBMSD-example-AccessFlashAsUSBDisk ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/runConfigurations/GDB USBMSD-example-Nano33BLE_FlashMassStorage ARDUINO_NANO33BLE_SWD Develop.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..8bf4d45d6 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,6 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/ArduinoCore-mbed.iml b/.idea/ArduinoCore-mbed.iml new file mode 100644 index 000000000..f08604bb6 --- /dev/null +++ b/.idea/ArduinoCore-mbed.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 000000000..21e7b7bc8 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..79b3c9483 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..0ff6f6ff1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/GDB KernelDebug-example-KernelDebug ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB KernelDebug-example-KernelDebug ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..2764fba74 --- /dev/null +++ b/.idea/runConfigurations/GDB KernelDebug-example-KernelDebug ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB PDM-example-PDMSerialPlotter ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB PDM-example-PDMSerialPlotter ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..05e8c450c --- /dev/null +++ b/.idea/runConfigurations/GDB PDM-example-PDMSerialPlotter ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB Scheduler-example-MultipleBlinks ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB Scheduler-example-MultipleBlinks ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..556651337 --- /dev/null +++ b/.idea/runConfigurations/GDB Scheduler-example-MultipleBlinks ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB ThreadDebug-example-ThreadDebug ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB ThreadDebug-example-ThreadDebug ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..e3b85b8bd --- /dev/null +++ b/.idea/runConfigurations/GDB ThreadDebug-example-ThreadDebug ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB USBHID-example-Keyboard ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB USBHID-example-Keyboard ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..de9ddea47 --- /dev/null +++ b/.idea/runConfigurations/GDB USBHID-example-Keyboard ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB USBHID-example-KeyboardModifiers ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB USBHID-example-KeyboardModifiers ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..91fbd36a4 --- /dev/null +++ b/.idea/runConfigurations/GDB USBHID-example-KeyboardModifiers ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB USBHID-example-KeyboardRaw ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB USBHID-example-KeyboardRaw ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..4fb21f033 --- /dev/null +++ b/.idea/runConfigurations/GDB USBHID-example-KeyboardRaw ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB USBHID-example-Mouse ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB USBHID-example-Mouse ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..d5a2daff2 --- /dev/null +++ b/.idea/runConfigurations/GDB USBHID-example-Mouse ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB USBMIDI-example-Basic ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB USBMIDI-example-Basic ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..8b4052d45 --- /dev/null +++ b/.idea/runConfigurations/GDB USBMIDI-example-Basic ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB USBMSD-example-AccessFlashAsUSBDisk ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB USBMSD-example-AccessFlashAsUSBDisk ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..ea7d76fe4 --- /dev/null +++ b/.idea/runConfigurations/GDB USBMSD-example-AccessFlashAsUSBDisk ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/GDB USBMSD-example-Nano33BLE_FlashMassStorage ARDUINO_NANO33BLE_SWD Develop.xml b/.idea/runConfigurations/GDB USBMSD-example-Nano33BLE_FlashMassStorage ARDUINO_NANO33BLE_SWD Develop.xml new file mode 100644 index 000000000..f196c5ee1 --- /dev/null +++ b/.idea/runConfigurations/GDB USBMSD-example-Nano33BLE_FlashMassStorage ARDUINO_NANO33BLE_SWD Develop.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..3c97b713e --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index f1feda06f..3dda94216 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(MBED_APP_JSON_PATH mbed_app.json5) include(mbed-os/tools/cmake/app.cmake) add_subdirectory(mbed-os) -project(ArduinoCore-mbed VERSION 1.0.0) # This is the version of the Mbed CE Arduino core, not of Mbed CE +project(ArduinoCore-mbed-ce VERSION 1.0.0) # This is the version of the Mbed CE Arduino core, not of Mbed CE if("${CMAKE_INSTALL_PREFIX}" STREQUAL "") message(FATAL_ERROR "Must provide a CMAKE_INSTALL_PREFIX to generate the package at.") @@ -34,9 +34,9 @@ message(STATUS "Will install Arduino core for ${ARDUINO_VARIANT_NAME} at ${CMAKE # Pass in version defines for the core target_compile_definitions(mbed-core-flags INTERFACE - CORE_MAJOR=${ArduinoCore-mbed_VERSION_MAJOR} - CORE_MINOR=${ArduinoCore-mbed_VERSION_MINOR} - CORE_PATCH=${ArduinoCore-mbed_VERSION_PATCH}) + CORE_MAJOR=${ArduinoCore-mbed-ceVERSION_MAJOR} + CORE_MINOR=${ArduinoCore-mbed-ceVERSION_MINOR} + CORE_PATCH=${ArduinoCore-mbed-ceVERSION_PATCH}) # Create static library out of mbed-os # Note that this library MUST be linked with -Wl,--whole-archive to work. @@ -258,4 +258,10 @@ add_subdirectory(cores) add_subdirectory(svd) add_subdirectory(libraries) +# Set up packaging. We want CMake to build a zip file containing the core. +set(CPACK_PACKAGE_NAME "ArduinoCore-mbed-ce-${ARDUINO_VARIANT_NAME}-${CMAKE_BUILD_TYPE}") +set(CPACK_PACKAGE_VERSION ${ArduinoCore-mbed-ce_VERSION}) + +include(CPack) + mbed_finalize_build() \ No newline at end of file diff --git a/README.md b/README.md index fec733b36..e7c7e8313 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Arduino Core for Mbed CE Arduino devices -This repository is a work-in-progress attempt to bundle Mbed CE as an Arduino core, so that Mbed CE can be used as a platform in the Arduino IDE. It is designed to perform a similar function as the mainline [ArduinoCore-mbed](https://github.com/mbed-ce/ArduinoCore-mbed) repository while being significantly less janky. +This repository is a work-in-progress attempt to bundle Mbed CE as an Arduino core, so that Mbed CE can be used as a platform in the Arduino IDE. It is designed to perform a similar function as the mainline [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed) repository while being significantly less janky. The build scripts in this repo perform two distinct functions: - Create a precompiled build of Mbed OS, and then install it plus the supporting files in the correct directory structure to be an Arduino core diff --git a/ide-config-files/universal/platform.txt.in b/ide-config-files/universal/platform.txt.in index 7980c27cf..d50e1ede6 100644 --- a/ide-config-files/universal/platform.txt.in +++ b/ide-config-files/universal/platform.txt.in @@ -5,7 +5,7 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification name=Mbed CE @ARDUINO_VARIANT_NAME@ -version=@ArduinoCore-mbed_VERSION@-@CMAKE_BUILD_TYPE@ +version=@ArduinoCore-mbed-ce_VERSION@-@CMAKE_BUILD_TYPE@ # Compile variables # ------------------------ diff --git a/libraries/Arduino_CAN/library.properties b/libraries/Arduino_CAN/library.properties index 4b4eb945e..c9b1990f6 100644 --- a/libraries/Arduino_CAN/library.properties +++ b/libraries/Arduino_CAN/library.properties @@ -2,8 +2,8 @@ name=Arduino_CAN version=1.0.0 author=Arduino maintainer=Arduino -sentence=CAN communication library for ArduinoCore-mbed enabled boards. -paragraph=This library provides CAN for ArduinoCore-mbed enabled boards which expose CAN on their connectors. +sentence=CAN communication library for ArduinoCore-mbed-ce enabled boards. +paragraph=This library provides CAN for ArduinoCore-mbed-ce enabled boards which expose CAN on their connectors. category=Other url= architectures=mbed,mbed_portenta diff --git a/libraries/Arduino_H7_Video/library.properties b/libraries/Arduino_H7_Video/library.properties index 1309f6bee..35c305b33 100644 --- a/libraries/Arduino_H7_Video/library.properties +++ b/libraries/Arduino_H7_Video/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Video library for Arduino boards based on the STM32H7 microcontroller paragraph= category=Display -url=https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/main/libraries/Arduino_H7_Video architectures=mbed,mbed_portenta,mbed_giga diff --git a/libraries/Camera/docs/README.md b/libraries/Camera/docs/README.md index 55d95e398..d56a59ccd 100644 --- a/libraries/Camera/docs/README.md +++ b/libraries/Camera/docs/README.md @@ -1,6 +1,6 @@ # Arduino Camera Library -[![License](https://img.shields.io/badge/License-LGPLv3-blue.svg)](https://github.com/arduino/ArduinoCore-mbed/blob/master/libraries/Camera/LICENSE) +[![License](https://img.shields.io/badge/License-LGPLv3-blue.svg)](https://github.com/mbed-ce/ArduinoCore-mbed-ce/blob/master/libraries/Camera/LICENSE) The Arduino camera library is a C++ library designed to capture pixels from cameras on supported Arduino products. It is currently compatible with three camera models: @@ -58,4 +58,4 @@ The API documentation can be found [here](./api.md). ## License -This library is released under the [LGPLv3 license](https://github.com/arduino/ArduinoCore-mbed/blob/master/libraries/Camera/LICENSE). +This library is released under the [LGPLv3 license](https://github.com/mbed-ce/ArduinoCore-mbed-ce/blob/master/libraries/Camera/LICENSE). diff --git a/libraries/Camera/library.properties b/libraries/Camera/library.properties index 6f348878b..752a75ce6 100644 --- a/libraries/Camera/library.properties +++ b/libraries/Camera/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Library to capture pixels from supported cameras on Arduino boards. paragraph=The Arduino camera library is a C++ library designed to capture frames from cameras on supported Arduino products. It is currently compatible with three camera models, namely OV7670, Himax HM0360, Himax HM01B0, and GC2145. This library captures pixels and stores them in a frame buffer. The frames can then be retrieved continuously for processing. category=Device Control -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Camera +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/Camera architectures=mbed,mbed_portenta,mbed_nicla,mbed_giga diff --git a/libraries/GPS/library.properties b/libraries/GPS/library.properties index 98f779b50..0f483a5f8 100644 --- a/libraries/GPS/library.properties +++ b/libraries/GPS/library.properties @@ -6,4 +6,4 @@ sentence=GPS Support Library paragraph= category=Other url=http://www.arduino.cc/en/Reference/GSM -architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_edge +architectures=mbed,ArduinoCore-mbed-ce,mbed_portenta,mbed_edge diff --git a/libraries/GSM/library.properties b/libraries/GSM/library.properties index f72c84a1d..f13900e0d 100644 --- a/libraries/GSM/library.properties +++ b/libraries/GSM/library.properties @@ -6,4 +6,4 @@ sentence=GSM wrapper paragraph= category=Other url=http://www.arduino.cc/en/Reference/GSM -architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_edge +architectures=mbed,ArduinoCore-mbed-ce,mbed_portenta,mbed_edge diff --git a/libraries/MLC/library.properties b/libraries/MLC/library.properties index 020c1bba6..c3383a542 100644 --- a/libraries/MLC/library.properties +++ b/libraries/MLC/library.properties @@ -5,6 +5,6 @@ maintainer=Arduino sentence=MLC library for LSM6DSOX on Arduino boards paragraph= category=Other -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/MLC +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/MLC architectures=mbed,mbed_nano,mbed_nicla depends=STM32duino LSM6DSOX, WiFiNINA diff --git a/libraries/Nano33BLE_System/library.properties b/libraries/Nano33BLE_System/library.properties index 0a49883ae..0d2b08d59 100644 --- a/libraries/Nano33BLE_System/library.properties +++ b/libraries/Nano33BLE_System/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Utility library for Nano 33 BLE paragraph= category=Other -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Nano33BLE_System +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/Nano33BLE_System architectures=mbed,mbed_nano diff --git a/libraries/Nicla_System/examples/Blink_Nicla/Blink_Nicla.ino b/libraries/Nicla_System/examples/Blink_Nicla/Blink_Nicla.ino index a8e2383d6..4b112ec0e 100644 --- a/libraries/Nicla_System/examples/Blink_Nicla/Blink_Nicla.ino +++ b/libraries/Nicla_System/examples/Blink_Nicla/Blink_Nicla.ino @@ -28,7 +28,7 @@ https://docs.arduino.cc/tutorials/nicla-sense-me/cheat-sheet#rgb-led More advanced users can look at the source code at: - https://github.com/arduino/ArduinoCore-mbed/blob/master/libraries/Nicla_System/src/Nicla_System.h + https://github.com/mbed-ce/ArduinoCore-mbed-ce/blob/master/libraries/Nicla_System/src/Nicla_System.h Authors: Giulia Cioffi, Martino Facchin & Ali Jahangiri diff --git a/libraries/Nicla_System/library.properties b/libraries/Nicla_System/library.properties index 782b6803a..1b4d0b43c 100644 --- a/libraries/Nicla_System/library.properties +++ b/libraries/Nicla_System/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Utility library for Nicla Sense ME paragraph= category=Other -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Nicla_System +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/Nicla_System architectures=mbed,mbed_nicla diff --git a/libraries/Portenta_SDCARD/library.properties b/libraries/Portenta_SDCARD/library.properties index 9707ea2b4..f2dcefe79 100644 --- a/libraries/Portenta_SDCARD/library.properties +++ b/libraries/Portenta_SDCARD/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=SDCARD library for Portenta H7 paragraph= category=Data Storage -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_SDCARD +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/Portenta_SDCARD architectures=mbed,mbed_portenta diff --git a/libraries/Portenta_SDRAM/library.properties b/libraries/Portenta_SDRAM/library.properties index 8b7e2f468..a8dfb0503 100644 --- a/libraries/Portenta_SDRAM/library.properties +++ b/libraries/Portenta_SDRAM/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Interact with external SDRAM chip on Portenta H7 paragraph= category=Other -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_SDRAM +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/Portenta_SDRAM architectures=mbed,mbed_portenta,mbed_giga diff --git a/libraries/RPC/library.properties b/libraries/RPC/library.properties index 227d9503f..3635cca38 100644 --- a/libraries/RPC/library.properties +++ b/libraries/RPC/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Enables the communication between Portenta H7 cores paragraph= category=Communication -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/RPC +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/RPC architectures=mbed,mbed_portenta,mbed_nicla,mbed_giga diff --git a/libraries/SE05X/library.properties b/libraries/SE05X/library.properties index f083826ce..35b2723e5 100644 --- a/libraries/SE05X/library.properties +++ b/libraries/SE05X/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Arduino Library for the NXP SE05X crypto chips paragraph= category=Communication -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/SE05X +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/SE05X architectures=mbed_nicla diff --git a/libraries/STM32H747_System/library.properties b/libraries/STM32H747_System/library.properties index 7598dcb3f..d3e36c3ff 100644 --- a/libraries/STM32H747_System/library.properties +++ b/libraries/STM32H747_System/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Utility library for Portenta H7 paragraph= category=Other -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/STM32H747_System +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/STM32H747_System architectures=mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga diff --git a/libraries/SocketWrapper/library.properties b/libraries/SocketWrapper/library.properties index 95e4c0980..3e6d171cc 100644 --- a/libraries/SocketWrapper/library.properties +++ b/libraries/SocketWrapper/library.properties @@ -6,4 +6,4 @@ sentence=Wrapper for mbed Socket classes paragraph= category=Other url=http://www.arduino.cc/en/Reference/WiFi -architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga,mbed_edge +architectures=mbed,ArduinoCore-mbed-ce,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga,mbed_edge diff --git a/libraries/USBHID/library.properties b/libraries/USBHID/library.properties index ec3ff8f80..a4e71d2e4 100644 --- a/libraries/USBHID/library.properties +++ b/libraries/USBHID/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Mouse/Keyboard/HID support for mbed enabled boards paragraph= category=Communication -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/USBHID +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/USBHID architectures=mbed,mbed_portenta,mbed_nano,mbed_rp2040,mbed_nicla,mbed_giga diff --git a/libraries/USBHOST/library.properties b/libraries/USBHOST/library.properties index 38603c6ea..c9a53247b 100644 --- a/libraries/USBHOST/library.properties +++ b/libraries/USBHOST/library.properties @@ -5,6 +5,6 @@ maintainer=Arduino sentence=USB Host support for Portenta H7 boards paragraph=If using the Full Speed, non-USBC port, refer to https://github.com/facchinm/USBHostMbed5 category=Communication -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/USBHOST +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/USBHOST architectures=mbed,mbed_portenta,mbed_nicla,mbed_opta diff --git a/libraries/USBMSD/library.properties b/libraries/USBMSD/library.properties index 9da1d4237..f81523c31 100644 --- a/libraries/USBMSD/library.properties +++ b/libraries/USBMSD/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Allow exposing block devices as USB disk when connected to a PC paragraph= category=Data Storage -url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/USBMSD +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce/tree/master/libraries/USBMSD architectures=mbed,mbed_portenta,mbed_nano,mbed_edge,mbed_rp2040,mbed_nicla,mbed_giga diff --git a/libraries/WiFi/library.properties b/libraries/WiFi/library.properties index e969e0cf5..87a9891cc 100644 --- a/libraries/WiFi/library.properties +++ b/libraries/WiFi/library.properties @@ -6,4 +6,4 @@ sentence=WiFi wrapper for mbed wifi classes paragraph= category=Other url=http://www.arduino.cc/en/Reference/WiFi -architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga +architectures=mbed,ArduinoCore-mbed-ce,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga diff --git a/libraries/doom/library.properties b/libraries/doom/library.properties index 150b21f09..8639d1316 100644 --- a/libraries/doom/library.properties +++ b/libraries/doom/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Porting of Doom engine to Portenta H7 paragraph= category=Display -url=https://github.com/arduino/ArduinoCore-mbed +url=https://github.com/mbed-ce/ArduinoCore-mbed-ce architectures=mbed,mbed_portenta,mbed_giga