Linco work#51
Open
chris1howell wants to merge 41 commits into
Open
Conversation
…nd RTC year range to 2036 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- build.yml: trigger on linco-work branch, reference @linco-work workflows - build_platformio.yml: replace old environments with m328p_v5, m328p_v6, m328p_v5_RTC_BTN_LCD, m328p_v6_RTC_BTN_LCD, samd; add SAMD .bin handling - release.yml: include *.bin artifacts alongside *.hex for SAMD releases Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
actions/cache v2 -> v4, actions/checkout v2 -> v4, actions/setup-python v2 -> v5 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…o-work Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
checkout v4->v5, cache v4->v5, setup-python v5->v6, upload-artifact v4->v6, download-artifact v4->v7. Remove FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 workaround. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
New RAPI commands added to change additional options without recompile.
Bootlock $FF L 0|1 - Enable/Disable Bootlock
OverCurrent $FF O 0|1 - Enable/Disable OverCurrent detection
Front Button $FF B 0|1 - Enable/Disable Front Button
Over Temp Shutdown $FO 705 - RAPI set of Overtemperature Shutdown
Erase Counters $FC
Restructured Builds - EU and US builds no longer needed all EU options can now be set with GUI choices.
Standard build focuses on safety code only, freeing significant RAM and FLASH (see below). Volume of Serial RAPI traffic also reduced as text display updates are no longer necessary.
Standard Builds - for use with 3.5" TFT Display
Remove legacy display and UI options:
-RTC
-2 Line RGB LCD
-Push Button
-Button Menus
-Delay Timer
-Charge Limit
RAM: [==== ] 41.8% (used 856 bytes from 2048 bytes)
Flash: [===== ] 53.3% (used 17462 bytes from 32768 bytes)
Legacy builds - For use with 2 Line Text Display, Buton Menu and ESP32 WiFi
This is likely the last official release for legacy builds for use with 2 Line RGB LCD, RTC, etc.
RAM: [======= ] 69.0% (used 1414 bytes from 2048 bytes)
Flash: [==========] 98.9% (used 32396 bytes from 32768 bytes)
EXPERIMENTAL Port for 32bit ARM microprocessor with significantly more flash and storage.
RAM: [= ] 13.9% (used 4544 bytes from 32768 bytes)
Flash: [== ] 16.3% (used 42684 bytes from 262144 bytes)