feat: port M5Stack Unit C6L support from v1.14.1 fork to v1.15.0 - #1
Closed
vistalba wants to merge 123 commits into
Closed
feat: port M5Stack Unit C6L support from v1.14.1 fork to v1.15.0#1vistalba wants to merge 123 commits into
vistalba wants to merge 123 commits into
Conversation
Support for R1 Neo hardware. New variant and baseboard class. * Known issues: - power management is not currently supported - power off via long button press is not implemented Add support for Epson Seiko RX8130CE I2C Real-time clock.
We translate to af internally, it's easier to store and doesn't break stored prefs. Made get/set af command show deprecated, but it still works fine.
Co-authored-by: ViezeVingertjes <michael.overhorst@gmail.com>
Allow for platformio.ini files to override the default values for the following INA3221 related macros: TELEM_INA3221_ADDRESS TELEM_INA3221_SHUNT_VALUE TELEM_INA3221_NUM_CHANNELS Signed-off-by: Paul Moore <paul@paul-moore.com>
We translate to af internally, it's easier to store and doesn't break stored prefs. Made get/set af command show deprecated, but it still works fine.
Co-authored-by: ViezeVingertjes <michael.overhorst@gmail.com>
Update Docs URL
Fix typo for ThinkNode M5 room server environment
Add get/set dutycycle command
…or changes - Add multi byte FAQ - Reword amped radio output setting numbers - Clarify repeater ID collision including distance, supercede meshcore-dev#1478 - Reference awesome meshcore for community projects. Supercede meshcore-dev#1893
Removed "see note" from RAK 4631 entry in FAQ.
…n-dfu-from-mt Add support for Companion BLE OTA updates on nRF devices
… android when already paired
…companion-usb feat: add USB Companion Radio env for Heltec Wireless Paper
docs: add radio.rxgain command reference
SDK3.x: Fix OTA includes, bump Async version
fix: remove sensors from xiao c3 companion because of bootloops
# Conflicts: # docs/faq.md
Removed links to outdated resources and links
Removed links to outdated resources and links
Update script link in FAQ 4.7 to the repo of the fork
…oard-support Add LilyGo T-ETH Elite SX1262 board support
Include the 'ver' command for retrieving the firmware version
Update cli_commands.md to include 'ver'
…ening fix(mesh): widen TRACE offset to uint16 to avoid narrowing
Change MeshCore intro video link to The Comms Channel's MC intro playlist
Add variant configuration for M5Stack Unit C6L (ESP32-C6, SX1262 LoRa, SSD1306 64x48 SPI display). Includes: - Board class with PI4IO I/O expander for LoRa RF control - DIO flash mode fix for ESP32-C6 bootloader compatibility - SSD1306 SPI display with custom minimal UITask for 64x48 - CustomSerialBLEInterface fix for correct BLE Connected status - All 4 firmware environments: companion (USB/BLE), repeater, room server
Replace per-example workflows (companion, repeater, room server) with: - build-all-firmwares.yml: builds all variants for all example types - build-m5stack-c6l-firmwares.yml: C6L-specific builds (all 4 envs)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR ports the M5Stack Unit C6L (ESP32-C6, SX1262, SSD1306 64x48)
variant from TheRealHaoLiu's fork (based on MeshCore ~v1.14.1) to the
current upstream mainline (v1.15.0).
Changes compared to the original fork:
board_build.flash_mode = dio— ESP32-C6 bootloader isincompatible with QIO mode on this hardware (see PR Added flash_mode=dio to avoid boot loop when flashing using merge.bin meshcore-dev/MeshCore#2570, M5Stack Unit-C6L: correct hardware config and add PI4IO expander support meshcore-dev/MeshCore#2552)
Hardware configuration:
Core changes (src/helpers/):
CI:
Environments: