Skip to content

Commit 44838e8

Browse files
v2.0
1 parent 969ffe0 commit 44838e8

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ add_compile_options(-Wall -pedantic -D_FILE_OFFSET_BITS=64) # -Wextra -fanalyze
55
#add_compile_options(-fsanitize=address -O0 -fno-inline)
66
#add_compile_options(-fsanitize=undefined -O0 -fno-inline)
77

8-
SET(VERSION "1.1")
8+
SET(VERSION "2.0")
99

1010
add_definitions(-DVERSION=\"${VERSION}\")
1111

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,22 @@ test tools
9090

9191
test methodology
9292
----------------
93-
Tested with "test-blockdevice.py" and 'FSX' by Apple (using the rust version from https://github.com/asomers/fsx-rs the original version is at https://github.com/apple/fstools/ ).
94-
For this:
93+
Tested with "test-blockdevice.py", 'FSX' by Apple (using the rust version from https://github.com/asomers/fsx-rs the original version is at https://github.com/apple/fstools/ ) and the 'test-tool' from libiscsi.
94+
95+
For FSX:
9596
* a disk-image is created on a ramdisk
9697
* that disk-image is given as a backend to iesp
9798
* in a virtual machine, a multipath setup (2 paths) is created
98-
* in the virtual machine, the resulting iSCSI target is mounted under a mountpoint (ext4 filesyste with journal and discard-mountoption)
99+
* in the virtual machine, the resulting iSCSI target is mounted under a mountpoint (ext4 filesystem with journal and discard-mountoption)
99100
* 2 instances of FSX(-rs) are started and monitored for error messages
100101
* 1 instance of test-blockdevice.py with 3 threads is started with trim/discard/unmap and deduplication-support set to 81% and trim to 9%
101102

103+
For test-blockdevice.py:
104+
* a disk-image is created on a ramdisk
105+
* that disk-image is given as a backend to iesp
106+
* test-blockdevice.py is ran as: ./test-blockdevice.py -d <devicename> -b 4096 -u 75 -n 6 -T 10
107+
* any errors? then failed
108+
102109

103110
license
104111
-------

microcontrollers/RP2040W/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ board = rpipicow
1111
framework = arduino
1212
lib_deps = carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico
1313
extra_scripts = pre:prepare.py
14-
build_flags = -DRP2040W=1 -DPIO_FRAMEWORK_ARDUINO_ENABLE_EXCEPTIONS -DARDUINO_RASPBERRY_PI_PICO_W -DPICO_STDIO_USB=1 -DVERSION=\"1.1\"
14+
build_flags = -DRP2040W=1 -DPIO_FRAMEWORK_ARDUINO_ENABLE_EXCEPTIONS -DARDUINO_RASPBERRY_PI_PICO_W -DPICO_STDIO_USB=1 -DVERSION=\"2.0\"

microcontrollers/platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lib_deps = greiman/SdFat@^2.2.2
1818
bblanchon/ArduinoJson@^6.19.4
1919
sstaub/NTP@^1.6
2020
robtillaart/TM1637_RT@^0.4.0
21-
build_flags = -std=gnu++17 -O2 -D WEMOS32 -DVERSION=\"1.1\"
21+
build_flags = -std=gnu++17 -O2 -D WEMOS32 -DVERSION=\"2.0\"
2222
lib_ldf_mode = deep+
2323
build_unflags = -std=gnu++11 -Os
2424
extra_scripts = pre:prepare.py
@@ -36,7 +36,7 @@ lib_deps = greiman/SdFat@^2.2.2
3636
sstaub/NTP@^1.6
3737
tobozo/ESP32-ENC28J60@^1.0.1
3838
robtillaart/TM1637_RT@^0.4.0
39-
build_flags = -std=gnu++17 -O2 -D WEMOS32_ETH -DVERSION=\"1.1\"
39+
build_flags = -std=gnu++17 -O2 -D WEMOS32_ETH -DVERSION=\"2.0\"
4040
lib_ldf_mode = deep+
4141
build_unflags = -std=gnu++11 -Os
4242
extra_scripts = pre:prepare.py
@@ -58,7 +58,7 @@ build_src_filter = -<com-arduino.cpp>
5858
lib_deps = greiman/SdFat@^2.2.2
5959
bblanchon/ArduinoJson@^6.19.4
6060
sstaub/NTP@^1.6
61-
build_flags = -std=gnu++17 -O2 -DVERSION=\"1.1\"
61+
build_flags = -std=gnu++17 -O2 -DVERSION=\"2.0\"
6262
lib_ldf_mode = deep+
6363
build_unflags = -std=gnu++11 -Os
6464
extra_scripts = pre:prepare.py
@@ -75,7 +75,7 @@ board_build.filesystem = littlefs
7575
lib_deps = greiman/SdFat@^2.2.2
7676
bblanchon/ArduinoJson@^6.19.4
7777
sstaub/NTP@^1.6
78-
build_flags = -std=gnu++17 -O2 -D CONFIG_ETH_ENABLED -D WT_ETH01 -DVERSION=\"1.1\"
78+
build_flags = -std=gnu++17 -O2 -D CONFIG_ETH_ENABLED -D WT_ETH01 -DVERSION=\"2.0\"
7979
lib_ldf_mode = deep+
8080
build_unflags = -std=gnu++11 -Os
8181
extra_scripts = pre:prepare.py
@@ -95,7 +95,7 @@ lib_deps = bblanchon/ArduinoJson@^6.19.4
9595
sstaub/NTP@^1.6
9696
https://github.com/ssilverman/QNEthernet
9797
robtillaart/TM1637_RT@^0.4.0
98-
build_flags = -std=gnu++17 -D TEENSY_OPT_FASTER_LTO -D TEENSY4_1 -DVERSION=\"1.1\"
98+
build_flags = -std=gnu++17 -D TEENSY_OPT_FASTER_LTO -D TEENSY4_1 -DVERSION=\"2.0\"
9999
#lib_ldf_mode = deep+
100100
extra_scripts = pre:prepare.py
101101
build_unflags = -std=gnu++14

0 commit comments

Comments
 (0)