-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: purviyeshi/zephyr-arduino-core-dev
base: next
head repository: zephyrproject-rtos/arduino-core-zephyr
compare: next
- 17 commits
- 30 files changed
- 3 contributors
Commits on Sep 7, 2025
-
CI: use zephyr's checkpatch.pl
Use the checkpatch.pl included with Zephyr to perform the check. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8dce4a2 - Browse repository at this point
Copy the full SHA 8dce4a2View commit details -
Changed boards to be specified by their normalized names. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 01a304e - Browse repository at this point
Copy the full SHA 01a304eView commit details -
Modify to use west.yml included in the PR version. Accordingly, the initialization process has been changed. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 321deed - Browse repository at this point
Copy the full SHA 321deedView commit details -
Added cmsis_6 to the repository in line with the update of Zephyr. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a15ac0b - Browse repository at this point
Copy the full SHA a15ac0bView commit details -
Apply newest zephyr version Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a656d8 - Browse repository at this point
Copy the full SHA 2a656d8View commit details -
samples: get the variant name from the Zephyr build system
Get the variant name (NORMALIZED_BOARD_TARGET) from the Zephyr build system as early as possible. This allows to have per-target build directories. Note that a bug with the shield specifiers does not currently allow to reuse the same build directory multiple times. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com> Co-authored-by: Luca Burelli <l.burelli@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for c85c470 - Browse repository at this point
Copy the full SHA c85c470View commit details
Commits on Sep 10, 2025
-
zephyrCommon: Change
delayMicrosecondsto busy loopSince Arduino's `delayMicroseconds` is implemented as a busy loop, we change it to using `k_busy_wait` to improve compatibility. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for daf1764 - Browse repository at this point
Copy the full SHA daf1764View commit details -
zephyrCommon: apply Arduino-style indentation
Reformatting indentation for `delay` and `millis`. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 61dbac2 - Browse repository at this point
Copy the full SHA 61dbac2View commit details -
zephyrCommon: Removed pulseIn GPIO direction check
Since the general Arduino implementation does not check the GPIO direction, this check has been removed to improve compatibility. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dcc7a0d - Browse repository at this point
Copy the full SHA dcc7a0dView commit details -
zephyrCommon: Fix PWM index range check
The PWM index range check processing was performed after the index was referenced, so it was now performed first. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f5dbe52 - Browse repository at this point
Copy the full SHA f5dbe52View commit details
Commits on Sep 17, 2025
-
zephyrCommon: Immediately terminate pulseIn if gpio not ready
If gpio is not initialized, the pulseIn function will terminate without running the timer. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a807227 - Browse repository at this point
Copy the full SHA a807227View commit details
Commits on Sep 24, 2025
-
zephyrCommon: Add comment at the end of the anonymous namespace
Added a comment because it was difficult to understand where the namespace ends. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 25d463a - Browse repository at this point
Copy the full SHA 25d463aView commit details -
zephyrCommon: Fix buggy irq handler acquisition
Fix an issue where the reference location for the interrupt handler was a bit mask instead of an index value. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com> [DG: tweaked commit message] Signed-off-by: Dhruva Gole <d-gole@ti.com>
Configuration menu - View commit details
-
Copy full SHA for 607c419 - Browse repository at this point
Copy the full SHA 607c419View commit details
Commits on Sep 26, 2025
-
zephyrCommon: Improved
toneimplementationImproved to align more closely with the standard Arduino implementation. - Eliminated the end timer and used counting to determine the end. - Improved to handle infinity correctly. - Added a guard to prevent the timeout value from reaching 0. - Set the GPIO value to 0 when the timer starts. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 00a01fa - Browse repository at this point
Copy the full SHA 00a01faView commit details
Commits on Oct 14, 2025
-
ci: build: general improvements and size reduction
Take inspiration from the Arduino's fork [1] to improve the CI for building and testing samples in the project by using the ci-base zephyr image to save on size. Use the new $MODULE_PATH to specify paths in the setup stages. [1] https://github.com/arduino/ArduinoCore-zephyr/blob/main/.github/workflows/build.yml Signed-off-by: Dhruva Gole <d-gole@ti.com>
Configuration menu - View commit details
-
Copy full SHA for d9e27d8 - Browse repository at this point
Copy the full SHA d9e27d8View commit details
Commits on Nov 2, 2025
-
CMakeLists.txt: Match variants by canonical board name
Uses the HWMv2 canonical board name to determine paths under variants. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1a62094 - Browse repository at this point
Copy the full SHA 1a62094View commit details -
CMakeLists.txt: Do nothing when the CONFIG_ARDUINO_API is disabled.
Disables processing when CONFIG_ARDUINO_API is disabled so that checking the existence of variants does not work when this API is not used. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 568d8d0 - Browse repository at this point
Copy the full SHA 568d8d0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff next...next