knock reaction #202
This commit is contained in:
parent
9a5556227a
commit
236d8c91ac
|
@ -54,6 +54,7 @@ jobs:
|
||||||
git add 'firmware/config/boards/*/generated_ts_name_by_pin.cpp'
|
git add 'firmware/config/boards/*/generated_ts_name_by_pin.cpp'
|
||||||
git add java_console/io/src/main/java/com/rusefi/enums
|
git add java_console/io/src/main/java/com/rusefi/enums
|
||||||
git add java_console/models/src/main/java/com/rusefi/config/generated
|
git add java_console/models/src/main/java/com/rusefi/config/generated
|
||||||
|
git add *_generated.h
|
||||||
# get the original ramdisk images back in order to not overwrite the default placeholder
|
# get the original ramdisk images back in order to not overwrite the default placeholder
|
||||||
git checkout -- firmware/hw_layer/mass_storage/ramdisk_image.h firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
|
git checkout -- firmware/hw_layer/mass_storage/ramdisk_image.h firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
|
||||||
git status
|
git status
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
# entry format, where 'key' is a unique ID:
|
# entry format, where 'key' is a unique ID:
|
||||||
# key: [NameOfJavaToGenerate.java, folder_where_key.txt_is located, (optional advanced options)]
|
# key: [NameOfJavaToGenerate.java, folder_where_key.txt_is located, (optional advanced options)]
|
||||||
# Naming convention: top level struct in .txt file should be called key_s
|
# Naming convention: top level struct in .txt file should be called key_s
|
||||||
# todo: double-check if manual git add is requited or if (both) generated files are auto-added into git
|
|
||||||
# at the moment new line would need to be added into StateDictionary.java manually todo: Add code generation of StateDictionary.java
|
# at the moment new line would need to be added into StateDictionary.java manually todo: Add code generation of StateDictionary.java
|
||||||
#
|
#
|
||||||
# see gen_live_documentation.sh which is the main generation script
|
# see gen_live_documentation.sh which is the main generation script
|
||||||
|
|
Loading…
Reference in New Issue