mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-16 23:54:26 +00:00
license "refactor" :)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-License-Identifier: MIT
|
||||
# ZephCore Flash Formatter — erases all filesystem partitions, reboots to UF2 DFU.
|
||||
#
|
||||
# Build: west build -b rak4631/nrf52840 zephcore/tools/formatter --pristine
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
*
|
||||
* Flash: drag-drop build/zephyr/zephyr.uf2 onto UF2 drive
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-License-Identifier: MIT
|
||||
* Universal QSPI flash probe and erase — bare-metal nRF52840 register access
|
||||
*
|
||||
* Bypasses the Zephyr QSPI driver entirely. Directly configures the nRF52840
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-License-Identifier: MIT
|
||||
* Universal QSPI flash probe and erase — bare-metal nRF52840 QSPI register access
|
||||
*
|
||||
* Probes all known pin configurations to detect external QSPI flash,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-License-Identifier: MIT
|
||||
# ZephCore LR1110 Firmware Updater — updates LR1110 radio firmware to 0x0401.
|
||||
#
|
||||
# Board-specific: only builds for boards with an LR1110 radio (e.g., t1000_e).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* T1000-E LR1110 Updater overlay
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Minimal overlay — only SPI1 (LR1110 radio) and USB console.
|
||||
* Disables GPS UART, I2C sensors, and other peripherals not needed for update.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-License-Identifier: MIT
|
||||
* Minimal LR11xx HAL for firmware updater.
|
||||
*
|
||||
* Implements the Semtech lr11xx_hal_* interface used by lr1110_bootloader.c.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-License-Identifier: MIT
|
||||
* Minimal LR11xx HAL for firmware updater — no IRQ, no DIO1, just SPI+GPIO.
|
||||
*
|
||||
* Provides the lr11xx_hal_write/read/direct_read/reset interface that the
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ZephCore LR1110 Firmware Updater
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Standalone tool that updates the LR1110 radio firmware to v0x0401.
|
||||
* Flash this UF2 first, let it update the radio, then flash ZephCore main firmware.
|
||||
|
||||
Reference in New Issue
Block a user