rusefillc
4f01d63520
gen_config.sh code duplication #2451
...
docs
2021-05-09 13:16:18 -04:00
David Holdeman
9eb4698184
Fix config CI ( #2638 )
...
* add yaml to inputFiles
* add jar
2021-05-06 23:12:05 -04:00
rusefillc
166afe76bb
Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077
2021-05-06 10:44:14 -04:00
rusefillc
84441c1dcb
h64 more better error handling
2021-05-01 15:40:27 -04:00
rusefillc
c2721985b0
config definition better error handling
2021-05-01 15:12:39 -04:00
rusefillc
8ae708d68e
helping build
2021-04-30 16:05:35 -04:00
rusefillc
3c4cdb4300
Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077
2021-04-30 01:45:35 -04:00
rusefillc
c492d91c86
fresh enum2string
2021-04-30 01:32:53 -04:00
rusefillc
de72978255
Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077
2021-04-30 01:05:23 -04:00
rusefillc
9825e011ee
random clean-up
2021-04-30 00:22:40 -04:00
rusefillc
9f22f17dde
random docs
2021-04-29 22:36:21 -04:00
rusefillc
f47bac2417
code style
2021-04-29 22:36:20 -04:00
rusefillc
8bd064901c
Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077
...
moving methods
2021-04-29 21:45:35 -04:00
rusefillc
efa91e755f
Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077
...
some pretty dead code and moving methods
2021-04-29 21:30:49 -04:00
rusefillc
f97e162e04
Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077
...
only extracting methods without any changes to the logic
2021-04-29 21:15:51 -04:00
rusefillc
a577968dd9
Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077
2021-04-29 17:35:50 -04:00
rusefillc
f80f165cdb
Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077
2021-04-29 17:20:54 -04:00
rusefillc
5b02073b20
field type into header comment
2021-04-26 17:51:29 -04:00
rusefillc
8ba2658406
is gen_config invoked too often now? #2387
2021-03-12 22:25:03 -05:00
rusefillc
dbe084bd22
is gen_config invoked too often now? #2387
...
unzip is complicated
2021-03-05 21:39:26 -05:00
rusefillc
6dd6f936b6
is gen_config invoked too often now? #2387
...
how about we do not trust anyone to properly handle EOL CRLF?
2021-03-05 20:35:53 -05:00
rusefillc
99503ccb5c
cAsE of rusEFI
2021-03-02 22:14:06 -05:00
rusefi
8ce70479f6
TS does not support zero length arrays? #2366
2021-02-16 17:25:52 -05:00
rusefillc
b00283511c
refactoring
2021-02-10 20:36:56 -05:00
rusefillc
f7ad1ae8b7
code generator: better handing of array size 1
2021-02-08 23:47:48 -05:00
rusefillc
8adc54e530
trying to help kinetis by reducing RAM usage back to where it was
2021-02-08 23:21:34 -05:00
rusefillc
9e878b05d5
spaces into multiplication
2021-02-01 12:11:00 -05:00
Matthew Kennedy
f70750ca60
Remove whitespace ( #2246 )
...
* don't tab in fields
* jar
2021-01-27 15:44:52 -05:00
Matthew Kennedy
c309d1a555
normalize configuration grammar ( #2240 )
...
* modify grammar
* add missing typedefs
* these typedefs are easier to handle in the parser
* make the existing parser work with the changed format
* grumble grumble jar
* we can deal with this part later
* handle later
* deal with this later
2021-01-26 21:56:47 -05:00
David Holdeman
928b8ce70a
New board pin-mapping system ( #2231 )
...
* convert mre mapping
* convert mre mapping
* funny stuff for GPIOA_5
* move class next to id
* rough draft
* update scripts
* fix some errors
* fix some errors
* try
* check against null
* try amp
* try
* try
* fix some errors
* update scripts
* fix maybe
* fix maybe 2
* fix maybe
* fix maybe
* fix
* try
* fix
* use .equals
* use StringBuilder
* use instanceof
* use .max
* remove getMaxValue
* Suppress Warning
* major optimization
* fix maybe
* off-by-one error
* move yaml file loop
* add j2 connector
* add pads yaml
* check for null or empty
* add AV pins to pads
* forgot class
* move registerpins out of loop
* fix typo
* rebase
* check if string
* convert frankenso
* convert frankenso
* tyop
* missing class
* copy mre to skel
* remove prometheus yaml
* remove kinetis yaml
* build configDefinition
* replace var with string
* slight refactor
2021-01-22 12:03:14 -05:00
rusefillc
1bdf1f96ac
https://github.com/rusefi/KiCad-utils
2021-01-02 01:10:53 -05:00
rusefillc
32cab6f43b
https://github.com/rusefi/KiCad-utils
2021-01-02 01:01:09 -05:00
rusefillc
bf54c31e93
https://github.com/rusefi/KiCad-utils
2021-01-02 00:35:31 -05:00
rusefillc
f05da4b60d
https://github.com/rusefi/KiCad-utils
2021-01-02 00:08:12 -05:00
rusefillc
da0289fe21
https://github.com/rusefi/KiCad-utils
2021-01-02 00:04:31 -05:00
rusefillc
186ca14c19
https://github.com/rusefi/KiCad-utils
2021-01-02 00:03:08 -05:00
rusefillc
ebeec32676
Add #if/#else/#endif support to gen_config #1928
2020-11-05 08:04:04 -05:00
andreika-git
3acf0bfe14
add #if/#else/#endif support to gen_config ( #1928 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-11-05 07:59:47 -05:00
rusefi
b5894b1253
SD download panel progress
2020-10-11 17:46:51 -04:00
rusefillc
92f4e1ba22
gauge poking is needed after local application is disconnected same as before it's connected
2020-10-09 00:30:13 -04:00
rusefillc
3b139c1632
please die on close
2020-10-08 23:23:45 -04:00
rusefillc
b1c0b72aa7
SD card logs not valid for REO #1864
2020-10-08 20:17:32 -04:00
rusefillc
a3834fb9db
remote: update to release feature
2020-10-07 20:07:10 -04:00
rusefillc
acc918a1d9
remote: update to release feature
2020-10-07 19:44:06 -04:00
rusefillc
a67deb7116
helping build
2020-10-07 19:22:39 -04:00
rusefillc
c9c7533ab0
remote SD download works once proper thread synchronization added
2020-10-06 23:37:44 -04:00
rusefillc
6c165a3ad9
idle time
2020-10-06 23:05:16 -04:00
rusefillc
804d276126
L&F
2020-10-06 22:48:46 -04:00
rusefillc
100763ea7b
better logging in proxy
2020-10-05 23:41:16 -04:00
rusefillc
1b9eee0357
.ini for remote controller
2020-10-04 19:12:46 -04:00