Commit Graph

26651 Commits

Author SHA1 Message Date
Andrey G e298348981
Artery AT_START_F435 board support (#5662)
* AT32: port directory and files

* at_start_f435: reuse board.h from ChibiOS

* at_start_f435: fix LEDs

* at_start_f435: fix usb

* at_start_f435: fix compilation

* at_start_f435: add to workflow

* at_start_f435: add to workflow fix

* ports: at32: cleanup and comments
2023-10-29 19:13:31 -04:00
GitHub gen-configs Action 6fc951ed95 Auto-generated configs and docs 2023-10-29 18:55:48 -04:00
rusefi bc1cc1b446 https://github.com/rusefi/rusefi-hardware/issues/253 2023-10-29 18:55:48 -04:00
rusefi 2051a41c4d docs 2023-10-29 17:24:56 -04:00
rusefi d12bb15f8d only:refactoring 2023-10-29 17:24:56 -04:00
rusefillc 8c4a06bc10
getBackupSram neven null (#5663) 2023-10-29 15:46:15 -04:00
Andrey G a7a6f4fcee
subaru_eg33: LEDs are still active low (#5658)
Fix bug introduced in f7e6ccd9e2
2023-10-29 15:35:58 -04:00
GitHub gen-configs Action e89adc52bf Auto-generated configs and docs 2023-10-29 19:29:57 +00:00
rusefi 5bf610596c only:hellen-112-17 2023-10-29 15:26:09 -04:00
GitHub gen-configs Action b004948262 Auto-generated configs and docs 2023-10-29 17:30:50 +00:00
rusefi f64a01913e fix https://github.com/rusefi/rusefi/pull/5660 2023-10-29 13:27:04 -04:00
rusefi 2708114905 HW CI instability: handleShaftSignal unexpected loop fix #5661
shoot from the hip?
2023-10-29 13:26:21 -04:00
rusefi 3c97e62e28 https://github.com/rusefi/ChibiOS/pull/37 2023-10-29 12:54:03 -04:00
Andrey G 80a370088e
hw_layer: ICU helper: fix clocks (#5659) 2023-10-29 12:29:09 -04:00
rusefi 8852959aaa https://github.com/rusefi/hellen-112-17/issues/26
only:hellen-112-17
2023-10-29 11:15:17 -04:00
rusefillc 3d2761d76a STATIC_BOARD_ID_PROTEUS_HARLEY 2023-10-29 10:17:24 -04:00
GitHub gen-configs Action 76f0bf215a Auto-generated configs and docs 2023-10-29 13:52:48 +00:00
rusefillc 6afe2fe7a4 https://github.com/rusefi/hellen-112-17/issues/26
only:hellen-112-17
2023-10-29 09:48:59 -04:00
GitHub set-date Action e120d07107 Update date 2023-10-29 00:43:31 +00:00
rusefillc 7b25477ddf CodeQL says Potentially uninitialized local variable 2023-10-27 23:41:55 -04:00
b4yuan 41aab72c8d
Add CodeQL Workflow for Code Security Analysis (#5656)
* Add CodeQL Workflow for Code Security Analysis

Add CodeQL Workflow for Code Security Analysis

This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.

We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
- Runs on every push and pull request to the main branch.
- Excludes queries with a high false positive rate or low-severity findings.
- Does not display results for third-party code, focusing only on our own codebase.

Testing:
To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.

Deployment:
Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
1. Under the repository name, click on the Security tab.
2. In the left sidebar, click Code scanning alerts.

Additional Information:
- You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
- For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation.

Signed-off-by: Brian <bayuan@purdue.edu>

* Add CodeQL Workflow for Code Security Analysis

Add CodeQL Workflow for Code Security Analysis

This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.

We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
- Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).
- Runs daily.
- Excludes queries with a high false positive rate or low-severity findings.
- Does not display results for git submodules, focusing only on our own codebase.

Testing:
To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.

Deployment:
Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
1. Under the repository name, click on the Security tab.
2. In the left sidebar, click Code scanning alerts.

Additional Information:
- You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
- For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/).

Signed-off-by: Brian <bayuan@purdue.edu>

* Add CodeQL Workflow for Code Security Analysis

Add CodeQL Workflow for Code Security Analysis

This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.

We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
- Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).
- Runs daily.
- Excludes queries with a high false positive rate or low-severity findings.
- Does not display results for git submodules, focusing only on our own codebase.

Testing:
To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.

Deployment:
Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
1. Under the repository name, click on the Security tab.
2. In the left sidebar, click Code scanning alerts.

Additional Information:
- You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
- For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/).

Signed-off-by: Brian <bayuan@purdue.edu>

---------

Signed-off-by: Brian <bayuan@purdue.edu>
2023-10-27 23:38:34 -04:00
GitHub gen-configs Action 4cedb6c26a Auto-generated configs and docs 2023-10-28 01:11:30 +00:00
rusefi 87b78313c5 only:hellen-112-17 2023-10-27 21:06:26 -04:00
GitHub set-date Action c396099903 Update date 2023-10-28 00:37:49 +00:00
rusefillc c98963a991 only: dead commands 2023-10-27 11:35:15 -04:00
Matthew Kennedy 9d271b42d4 console commands cleanup 2023-10-26 23:14:30 -04:00
Matthew Kennedy 0396659939 missed one 2023-10-26 23:11:03 -04:00
Matthew Kennedy d80ff6b438 no (void) 2023-10-26 23:10:59 -04:00
rusefillc bbab25a378 only: docs 2023-10-26 22:42:21 -04:00
GitHub gen-configs Action f93fa3ab3b Auto-generated configs and docs 2023-10-26 23:05:57 +00:00
rusefillc bcd41c0df1 only: CAM sensor simulator #5640
one step back
2023-10-26 18:17:02 -04:00
rusefillc c091270d19
T2 5 (#5650)
* fix

* add cam/vvt support to trigger_emulator

---------

Co-authored-by: andreika-git <andrei.home@gmail.com>
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2023-10-26 16:06:50 -04:00
rusefillc df44f4480c blind F7 nucleo fix attempt 2023-10-26 15:03:34 -04:00
rusefillc 9c54180bf6
T2 (#5647)
* fix unit-tests

* add cam/vvt support to trigger_emulator

---------

Co-authored-by: andreika-git <andrei.home@gmail.com>
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2023-10-26 14:10:51 -04:00
rusefillc 2507d4e467
tiny refactoring (#5646)
Co-authored-by: andreika-git <andrei.home@gmail.com>
2023-10-26 13:04:30 -04:00
rusefillc 46c5923f25 only: better validation 2023-10-26 13:02:15 -04:00
rusefi 198609ecaf Non-square dimension maps #5641
copy/paste bad
2023-10-25 23:50:28 -04:00
GitHub gen-configs Action 13b17ec8b9 Auto-generated configs and docs 2023-10-26 02:59:17 +00:00
rusefillc 0f1e1811cb only:uaefi 2023-10-25 22:54:50 -04:00
GitHub gen-configs Action 36ea0a4165 Auto-generated configs and docs 2023-10-26 02:49:18 +00:00
Andrey f1c32b52e9 only: Non-square dimension maps #5641 2023-10-25 22:44:48 -04:00
GitHub gen-configs Action 2e24c9178a Auto-generated configs and docs 2023-10-26 00:50:44 +00:00
rusefillc 80ee662bed Non-square dimension maps #5641 2023-10-25 20:32:44 -04:00
rusefillc 5223298df7 only:Non-square dimension maps #5641 2023-10-25 20:15:31 -04:00
GitHub gen-configs Action adf31716c2 Auto-generated configs and docs 2023-10-25 23:38:30 +00:00
rusefillc 9d0eac561e Non-square dimension maps #5641 2023-10-25 19:33:32 -04:00
GitHub gen-configs Action b22e41ee0b Auto-generated configs and docs 2023-10-25 19:33:32 -04:00
rusefillc ef1266b924 CAM sensor simulator #5640 2023-10-25 19:33:32 -04:00
rusefillc 77b7cd683d Non-square dimension maps #5641 2023-10-25 18:08:05 -04:00
rusefillc 33f4f39b6d CAM sensor simulator #5640 2023-10-25 18:05:48 -04:00