rusefillc
382b6afac5
progress?
2021-05-20 19:06:50 -04:00
BeerMoneyMotorsports
9c50380af9
Update main.yaml ( #2722 )
...
More pins added but no work has been done to the pin XY coordinates.
2021-05-20 21:31:25 +03:00
BeerMoneyMotorsports
9108676379
Update main.yaml ( #2720 )
...
initial addition of some pins from 121vag.
2021-05-19 20:34:51 +03:00
rusefillc
0cb4705a7e
Improve default H64 tune #2709
2021-05-19 03:50:28 -04:00
rusefillc
bba4588e47
Hellen GDI
2021-05-14 11:00:18 -04:00
BeerMoneyMotorsports
eaa46454c1
Update main.yaml ( #2690 )
...
fixes for mixed IO naming.
2021-05-12 18:51:58 -04:00
BeerMoneyMotorsports
ed24ca8429
Update main.yaml ( #2688 )
2021-05-11 20:40:17 -04:00
BeerMoneyMotorsports
67bc1325aa
Update main.yaml ( #2686 )
...
Added Boost control, Flex input and knock input to options connector.
2021-05-11 18:35:05 -04:00
BeerMoneyMotorsports
35117fad14
Update main.yaml ( #2685 )
...
Major pinout update.
2021-05-11 17:35:54 -04:00
BeerMoneyMotorsports
386b9ac39b
Update main.yaml ( #2682 )
...
update to fix tachout. Testing a change to GPIO pin
2021-05-11 11:50:49 -04:00
rusefillc
28a84669d2
spaces are evil
2021-05-06 15:26:08 -04:00
BeerMoneyMotorsports
e37d45fc10
intMAP fix ( #2630 )
...
intMAP a15 fix
2021-05-06 14:34:34 -04:00
BeerMoneyMotorsports
70aa6eb23b
Update main.yaml ( #2626 )
...
CLT pin fix
2021-05-06 09:38:53 -04:00
Matthew Kennedy
3e4674500b
hellen na6 yaml tweaks ( #2625 )
...
* cleanup
* all pins have pin number
2021-05-06 08:05:02 -04:00
rusefillc
59c8ef582f
2021 is the year of Hellen
2021-05-02 19:02:30 -04:00
rusefillc
247ff18c04
https://github.com/rusefi/hellen72/issues/40
2021-05-02 11:30:13 -04:00
rusefillc
bfaad4c1b2
code duplication between hellen boards #2611
...
it has to get worse before it gets better
2021-05-01 19:45:09 -04:00
rusefillc
88a1389af8
code duplication between hellen boards #2611
...
it has to get worse before it gets better
2021-05-01 19:15:23 -04:00
rusefillc
84441c1dcb
h64 more better error handling
2021-05-01 15:40:27 -04:00
rusefillc
e0e92a29e4
h64 actually vbatt an analog input
2021-05-01 15:23:04 -04:00
rusefillc
0fa93d4ae7
h64 progress
2021-05-01 15:18:59 -04:00
BeerMoneyMotorsports
03c98e2504
Update main.yaml ( #2612 )
2021-05-01 14:49:34 -04:00
rusefillc
fce1497c51
h64 progress
2021-05-01 14:46:26 -04:00
rusefillc
dfd4ba2b5f
http://www.yamllint.com/ is our friend
2021-04-29 21:49:02 -04:00
BeerMoneyMotorsports
f0b961bde0
Update main.yaml ( #2608 )
2021-04-29 21:40:52 -04:00
rusefillc
33d17be8aa
hellen wbo
2021-04-28 19:14:02 -04:00
rusefillc
82b821ce83
EFI_SOFTWARE_KNOCK for hellen
2021-04-21 09:56:46 -04:00
rusefillc
9cd73caaf5
EFI_SOFTWARE_KNOCK for hellen
2021-04-20 22:07:09 -04:00
rusefillc
305d38dabf
hellen64 scripts and pinout #2565
2021-04-18 22:03:43 -04:00
rusefillc
3c0a9ebd5e
hellen64 scripts and pinout #2565
2021-04-18 10:15:06 -04:00
rusefillc
d7087ccdb1
let's see if Jesse BeerMoneyMotorsports is the winner
2021-04-14 20:18:55 -04:00
rusefillc
3849725586
MAP3 (A15) Not available for input in TS #27
2021-04-13 21:16:44 -04:00
rusefi
c3ec4a940e
MAP3 (A15) Not available for input in TS #27
2021-04-12 00:00:21 -04:00
andreika-git
56375c88ee
Set the default pin states to input-pulldown instead of input-pullup for Hellen72 ( #2525 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-04-04 10:29:05 -04:00
rusefillc
d5a3f70ac3
https://github.com/rusefi/hellen72/issues/19
2021-04-02 14:08:59 -04:00
rusefi
a1018cf269
engineConfiguration->vbattAdcChannel = EFI_ADC_5; // 4T
2021-04-01 16:47:20 -04:00
Matthew Kennedy
761e65c710
make board config override actually usable ( #2508 )
...
* new function
* hellen
* MRE
* proteus
* put those function declarations in a reasonable place
* put the comment back
* weak
* move that to a reasonable place
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-31 14:46:50 -04:00
Matthew Kennedy
72dac58f9b
fix multi-serial-port insanity ( #2476 )
...
* carve out UART specific
* implement channel
* config cleanup
* use new config
* bootloader
* dead code
* s
* h7 inherits f7
* oops
* ok now it's right
* tests
* cleanup
* call setup
* put that in its own file
* cleanup
* format
* guard
* not needed
* improve guarding
* portable
* allow override of uart mode
* fixes for bootloader
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-28 09:06:36 -04:00
Matthew Kennedy
92d249918b
rename setBoardConfigurationOverrides ( #2479 )
...
* rename
* proteus
* comments
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-22 14:15:09 -04:00
Matthew Kennedy
72214b8b77
default config, UI tweaks ( #2444 )
...
* s
* fix this while we're at it
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-12 00:16:24 -05:00
Matthew Kennedy
243ecdf3dd
prep proteus config for h7 ( #2413 )
...
* prep for h7
* weak link that
* make those weak
* remove other stubs
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-28 16:57:57 -05:00
Matthew Kennedy
6e41aeb165
deduplication in halconf ( #2377 )
...
* rusefi_halconf
* h7 gpt
* don't redefine that
* maybe this was necessary
* format
* no usb in cypress
* flags for bl
* cypress
* maybe bootloader
* no smart build for cypress/kinetis
* no smart build
* no really, disable smart build
* don't need to clean that env var
* cypress
* format
2021-02-24 14:08:03 -05:00
rusefillc
ee13021dee
hellen
2021-02-20 00:45:48 -05:00
rusefillc
aa3157fbb0
a lot of Hellen
2021-02-19 22:23:58 -05:00
rusefillc
571f18e2c2
hellen64
2021-02-19 17:40:32 -05:00
rusefillc
f9d75db87b
let's start somewhere!
2021-02-19 17:00:30 -05:00
rusefillc
369d68d464
would this give me h72 SD?
2021-02-18 17:04:51 -05:00
rusefillc
14e8ebd034
would this give me h72 SD?
2021-02-18 16:16:45 -05:00
rusefillc
32cdd1dcea
h72
2021-02-17 19:25:49 -05:00
andreika-git
9b5a266d59
Hellen72 more defaults ( #2369 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-02-17 11:20:03 -05:00
rusefi
483bee389b
https://github.com/andreika-git/hellen-one/issues/3
2021-02-17 10:18:46 -05:00
rusefi
79deda97ac
https://github.com/andreika-git/hellen-one/issues/3
2021-02-17 10:16:21 -05:00
rusefi
07bafa81fb
h72 might require this
2021-02-17 09:50:28 -05:00
rusefi
cffd7964ef
h72 wants control
2021-02-16 16:08:45 -05:00
rusefillc
c2147799bc
USB mass storage tweaking #2352
2021-02-16 14:59:54 -05:00
Matthew Kennedy
adff68748c
move chconf/mcuconf/halconf in to hw_ports ( #2321 )
...
* move f4 config files
* don't need this
* f7
* f7
* h7
* this was duplicated
* turn off smart build
* loader too
* update prometheus paths
* bootloader should include confdir
* fix the flash size while we're at it
* move chconf_common
* use wait
* normalize board.mk
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-10 19:38:24 -05:00
Matthew Kennedy
3412d8fe64
move f4 board.h ( #2313 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-08 15:29:07 -05:00
Matthew Kennedy
37fa81b5d0
include board.c from hw_ports.mk ( #2311 )
...
* set mcu type in hw_ports
* move f4 linker script
* move f7 linker script
* don't set default linker file in makefiles
* extra line
* prometheus actually didn't depend on anything special for f469
* dead line
* h7
* dead
* move board.c
* set explicit cpu type for simulator
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-08 07:52:31 -06:00
Matthew Kennedy
c0757a7d13
simplify MCU selection ( #2308 )
...
* set mcu type in hw_ports
* move f4 linker script
* move f7 linker script
* don't set default linker file in makefiles
* extra line
* prometheus actually didn't depend on anything special for f469
* dead line
* h7
* dead
2021-02-08 02:11:44 -05:00
David Holdeman
3ae34637b8
add info to 4S ( #2300 )
2021-02-06 16:06:25 -06:00
rusefillc
660b8e319d
H7 compilation #2284
2021-02-06 00:07:05 -05:00
rusefillc
2b2c020582
hellen72b
2021-02-05 19:20:04 -05:00
David Holdeman
2a6efec24f
Pinouts Improvements ( #2263 )
...
* redo pinout generation in ci script
* missing operand
* fix some errors
* copy yaml
* more bugs
* fix bug
* wait for image to load
* set background color for hover in dark theme
* add feature: click on rows to select pin
* change cursor to pointer
* undo accidental submodule bump
* oops
2021-02-01 17:31:36 -06:00
David Holdeman
46ac46f171
Connector images, hellen128 mapping ( #2255 )
...
* add some connector images
* proteus black23
* add script
* add black23 to script
* remove redirect to send to stdout
* copy img
* black35
* rotate white35
* white35
* forgot last row of black35
* rename
* create in subdir
* hellen72 main
* connectors subdir stupid
* undo submodule update
* remove hash signs
* add hellen128 image
* cd to script dir first
* hellen128 rough draft
* gen hellen128
* fix paths
2021-01-31 08:11:18 -05:00
rusefillc
d5f914f96a
Hellen mapping #2235
...
fixing CLT mis-mapping
2021-01-27 22:58:06 -05:00
rusefillc
0ae7eed5be
knock-knock
2021-01-23 00:00:34 -05:00
David Holdeman
8e2f6e57d8
Hellen mapping ( #2235 )
...
* convert hellen mapping.yaml
* remove mapping.yaml as it is not used
2021-01-22 16:51:02 -05:00
rusefillc
7f893c6159
Hellen72
2021-01-22 02:02:16 -05:00
andreika-git
5fbb1c6b5d
hellen72 trigger PAL mode ( #2233 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-01-21 10:22:29 -05:00
Andrey G
d134fabc51
Simplify Makefile, unify board.mk files ( #2229 )
...
* Proper way to add lis302 driver
* Proper way to add license directory to includes
* Makefile: simplify
All ChibiOS stuff is accumulated in ALLCSRC, ALLINC and so on.
* board.mk: append sources and includes to ALLSRC, ALLCPPSRC, ALLINC
* Cypress: fix CANv2 includence into build
2021-01-17 09:32:06 -05:00
andreika-git
3dac7599c4
Hellen72 config ( #2200 )
...
* Hellen72 config
* Hellen72 files
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-01-08 12:50:13 -05:00
David Holdeman
0f7b91861a
move cd statements to common_make.sh ( #1830 )
...
* move cd to compile.sh
* rel path
* undo changes to compile.sh and move cd to common_make
2020-09-28 18:25:15 -04:00
andreika-git
3db4d3a56f
Hellen says fix gen_config for Cypress ( #1824 )
...
* Hellen says merge #1772 hardware.cpp
* Hellen says merge #1772 adc.h
* Hellen says fix gen_config for Cypress
* Hellen says fix gen_config actions for Cypress
* Hellen says reset .h files
Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-27 09:56:44 -04:00
rusefi
15cb74bbf8
cypress into GHA #1819
...
code style match
2020-09-27 07:07:01 -04:00
rusefi
940086ee34
cypress into GHA #1819
2020-09-27 06:43:32 -04:00
rusefi
5d3ded340b
cypress into GHA #1819
2020-09-27 06:27:50 -04:00