From 9f7344b987d1a792cec10d43608afda549dc2e14 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Sat, 10 May 2025 02:23:47 -0600 Subject: [PATCH] prerelease version 1.0-2 --- CHANGELOG.txt | 9 +++++- README.md | 3 +- test-scratch.sh | 28 ------------------- todo.txt | 73 ------------------------------------------------- version.txt | 2 +- 5 files changed, 11 insertions(+), 104 deletions(-) delete mode 100755 test-scratch.sh delete mode 100644 todo.txt diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a886505..d212dbf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,4 +16,11 @@ 1.0-prerelease versioning number reset - cleaned up and updated README \ No newline at end of file + cleaned up and updated README + +1.0-prerelease-2 + testing completed + updated README + various spelling and appearance fixes + various bug fixes + cleaned up the repo \ No newline at end of file diff --git a/README.md b/README.md index e86e8a5..058be34 100644 --- a/README.md +++ b/README.md @@ -118,4 +118,5 @@ Some take optional [branch] paramater reinstall from master everyday at 4am, logging out users with warn delays and rebooting after * `crontab -e` add below to bottom of file: -* `0 4 * * * bash $HOME/esp/esp-install-custom/esp-idf-tools-cmd.sh cron` \ No newline at end of file +( just replace the path with your own) +* `0 4 * * * bash /home/username/esp/esp-install-custom/esp-idf-tools-cmd.sh cron` \ No newline at end of file diff --git a/test-scratch.sh b/test-scratch.sh deleted file mode 100755 index a4a15f9..0000000 --- a/test-scratch.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash -# function subprocess() { -# targets=$(idf.py --list-targets) -# out='' -# -# for target in $targets; do -# out="$out $target" -# done -# -# eval "$1=$out" -# -# return 0 -# } - -function getTargets() { - tmpFile='/tmp/targets.tmp' - idf.py --list-targets > "$tmpFile" - tr '\n' ' ' < "$tmpFile" - rm "$tmpFile" -} - -targs=$(getTargets) - -echo $targs -# ret='' -# subprocess ret - -# echo "$ret" \ No newline at end of file diff --git a/todo.txt b/todo.txt deleted file mode 100644 index 266b86c..0000000 --- a/todo.txt +++ /dev/null @@ -1,73 +0,0 @@ -x export [with and without uart in dmesg] -x changeport [/dev/ttyX] -x erase-flash -x setup -x build -x espinfo -x changeesp [esp chip] -x changebaud [baud] -x clean -x fullclean -x flashmonitor -x monitor -x step-flash-monitor -x menuconfig -x imagesize -x create-project -x rebuildfull -x chipinfo -x esp-install-monitor -x esp-install-logs -x help-esp-tools -x run-esp-cmd [help h -h --help] -x run-esp-cmd [t test] -x run-esp-cmd [n nuke] -x run-esp-cmd [i interactive install] -x run-esp-cmd [c cron] -fresh install from nothing - -next: -remove unneeded code -add new stuff to error checking - esp device -parse chipinfo to be pretty -support bashhhh (experimental) - -x text export and changeesp -x test help on cmd, help-esp-tools -x test sourced scrips changebaud, changeesp, changeport -x test menuconfig, monitor, flashmonitor, exit-esp-tools -x test / fix / remove esp-idf-tools-cmd.sh options -x reboot immediately when reset is set to 0 mins -x check header on install version lo - -x add error handling to changeesp, changeport, and export on esp and port functions - -figure out esp32 disable sanity check - create blank project as master - add Kconfig.projbuild sample - add notes to CMakelists.txt - compiler flags: -zmuldefs - set_source_files_properties(ieee80211_raw_frame_sanity_check.c - PROPERTIES COMPILE_FLAGS - -zmuldefs - ) - - ieee80211_raw_frame_sanity_check.c - ``` -// function to make the esp32 buildin rom function ieee80211_raw_frame_sanity_check always return 0 to kill it -// requires -zmuldefs in compiler flags -extern "C" int ieee80211_raw_frame_sanity_check(int32_t arg, int32_t arg2, int32_t arg3) { - return 0; -} - ``` - function: extern "C" int ieee80211_raw_frame_sanity_check(int32_t arg, int32_t arg2, int32_t arg3) { return 0; } - -mayhaps support bash? - # mayhaps it already works mayhaps? test - -verbosity levels? - less verbose on git commands and installers? - esp_install_logs - -possibly upgrade step-flash-monitor with better resets \ No newline at end of file diff --git a/version.txt b/version.txt index d1cee4e..6414517 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0-prerelease \ No newline at end of file +1.0-prerelease-2 \ No newline at end of file