mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #286] [MERGED] Fix core directory interpolation and cleanup dependencies #2692
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/286
Author: @kelchm
Created: 4/6/2024
Status: ✅ Merged
Merged: 4/10/2024
Merged by: @jjwbruijn
Base:
master← Head:core-dir-improvements📝 Commits (4)
0c0761dcorrect interpolation value for local core dir0b18e90core package cleanup + gitignore (for nrf52811_Platformio_AP)d9786c6ensure any remaining $PROJECT_DIR directories are ignored globally5bf5ef8use more robust gitignore for core packages📊 Changes
6659 files changed (+17 additions, -1174330 deletions)
View changed files
📝
.gitignore(+2 -1)📝
ARM_Tag_FW/Newton_M3_nRF52811/core/.gitignore(+5 -0)➖
ARM_Tag_FW/Newton_M3_nRF52811/core/packages/.gitignore(+0 -6)📝
ARM_Tag_FW/Newton_M3_nRF52811/platformio.ini(+1 -1)📝
ARM_Tag_FW/nRF_Bootloader/platformio.ini(+1 -1)➕
ARM_Tag_FW/nrf52811_Platformio_AP/core/.gitignore(+7 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/appstate.json(+0 -1)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-bossac-nordicnrf52/.piopm(+0 -1)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-bossac-nordicnrf52/bossac.exe(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-bossac-nordicnrf52/package.json(+0 -21)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/.piopm(+0 -1)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/ATMEL/SAMA5D2/SAMA5D2XPLAINED_QSPI.elf(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/ATMEL/SAMB11/Atmel_ATSAMB11.elf(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/Altera/Cyclone_V/Altera_Cyclone_V_QSPI.elf(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/AnalogDevices/ADSP-CM41/Analog_CM41x_M4.pex(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/AnalogDevices/ADSP-CM41/CM41x_FlashA_1024.FLM(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/AnalogDevices/ADSP-CM41/CM41x_FlashA_128.FLM(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/AnalogDevices/ADSP-CM41/CM41x_FlashA_256.FLM(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/AnalogDevices/ADSP-CM41/CM41x_FlashA_512.FLM(+0 -0)➖
ARM_Tag_FW/nrf52811_Platformio_AP/core/packages/tool-jlink/Devices/AnalogDevices/ADSP-CM41/CM41x_FlashB_128.FLM(+0 -0)...and 80 more files
📄 Description
This is a first pass at correcting hard-coded
core_dirto use the correct value for interpolation (${PROJECT_DIR}) and removing package dependencies from (./nrf52811_Platformio_AP/core/packages) that were committed to the repo, but are not required.A few caveats:
nRF_Bootloadercannot be built out of the box.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.