|
| 1 | +# Repository diff control |
| 2 | + |
| 3 | +This file tracks how it handled the differences that arise when merging with |
| 4 | +https://github.com/arduino/ArduinoCore-zephyr. |
| 5 | + |
| 6 | +## Excluded because of license incompatibility. |
| 7 | + |
| 8 | +* `libraries/Arduino_LED_Matrix/` |
| 9 | +* `libraries/Camera/` |
| 10 | +* `libraries/Ethernet/` |
| 11 | +* `libraries/RTC/` |
| 12 | +* `libraries/SocketWrapper/` |
| 13 | +* `libraries/Storage/` |
| 14 | +* `libraries/WiFi/` |
| 15 | +* `libraries/Zephyr_SDRAM/` |
| 16 | +* `libraries/ea_malloc/` |
| 17 | +* `loader/blobs/` |
| 18 | +* `tools/sync-zephyr-artifacts/` |
| 19 | +* `boards.txt` |
| 20 | +* `platform.txt` |
| 21 | +* `post_install.sh` |
| 22 | +* `programmers.txt` |
| 23 | + |
| 24 | +## Excluded due to repository configuration differences |
| 25 | + |
| 26 | +* `.github/ISSUE_TEMPLATE/compilation_bug_report.md` |
| 27 | +* `.github/ISSUE_TEMPLATE/miscellaneous_bug_report.md` |
| 28 | +* `.github/ISSUE_TEMPLATE/runtime_bug_report.md` |
| 29 | +* `.github/workflows/commit_check.yml` |
| 30 | +* `.github/workflows/leave_pr_comment.yml` |
| 31 | +* `.github/workflows/package_core.yml` |
| 32 | +* `.github/workflows/package_tool.yml` |
| 33 | +* `.github/workflows/report_size_deltas.yml` |
| 34 | +* `.github/workflows/scancode.yml` |
| 35 | +* `.github/workflows/upload_json.yml` |
| 36 | +* `.gitmodules` |
| 37 | +* `cores/arduino/api` |
| 38 | + |
| 39 | +## Keep the original for now because integration is not yet complete |
| 40 | + |
| 41 | +- [ ] `.github/` |
| 42 | +- [ ] `README.md` |
| 43 | +- [ ] `Kconfig` |
| 44 | +- [ ] `CMakeLists.txt` |
| 45 | +- [ ] `cores/CMakeLists.txt` |
| 46 | +- [ ] `cores/arduino/CMakeLists.txt` |
| 47 | +- [ ] `cores/arduino/Arduino.h` |
| 48 | +- [ ] `cores/arduino/main.cpp` |
| 49 | +- [ ] `cores/arduino/zephyrPrint.cpp` |
| 50 | +- [ ] `cores/arduino/zephyrPrint.h` |
| 51 | +- [ ] `cores/arduino/zephyrSerial.cpp` |
| 52 | +- [ ] `cores/arduino/zephyrSerial.h` |
| 53 | +- [ ] `documentation/variants.md` |
| 54 | +- [ ] `libraries/SPI` |
| 55 | +- [ ] `libraries/Wire` |
| 56 | +- [ ] `samples` |
| 57 | +- [ ] `variants/default/variant.h` |
| 58 | +- [ ] `west.yml` |
| 59 | + |
| 60 | + |
| 61 | +### Bump to 0.55.0 |
| 62 | + |
| 63 | +- Add SPDX-Identifier |
| 64 | + - [x] `variants/arduino_nano_33_ble/arduino_nano_33_ble.overlay` |
| 65 | + - [x] `variants/arduino_nano_33_iot/arduino_nano_33_iot.overlay` |
| 66 | + - [x] `variants/nrf52840dk_nrf52840/nrf52840dk_nrf52840.overlay` |
| 67 | + - [x] `variants/nrf9160dk_nrf9160/nrf9160dk_nrf9160.overlay` |
| 68 | + |
| 69 | +- Add CAN library |
| 70 | + - [x] `libraries/CMakeLists.txt` |
| 71 | + |
0 commit comments