Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CSA-CP] BaseApplication common LCD Init #356

Conversation

lpbeliveau-silabs
Copy link
Contributor

Moved all LCD init into BaseApplication to reduce code duplication.

Added the recent BaseApp change in the dishwasher app.

Standardized BLE_ADV naming with app display naming.

Testing

Compile & Flash app with app name on display such as: light app, dishwasher app, etc.

@lpbeliveau-silabs lpbeliveau-silabs requested a review from a team as a code owner March 17, 2025 21:10
@jmartinez-silabs
Copy link
Contributor

@lpbeliveau-silabs Reminder to put the SL TAG in your title minimally and Label as a plus

@jmartinez-silabs jmartinez-silabs changed the title BaseApplication common LCD Init [CSA-CP] BaseApplication common LCD Init Mar 17, 2025
@jmartinez-silabs jmartinez-silabs added the csa-cp This TAG indicates that this commit is a cherry-pick from a CSA commit. label Mar 17, 2025
@jmartinez-silabs jmartinez-silabs merged commit e74907f into SiliconLabsSoftware:release_2.6-1.4 Mar 18, 2025
53 checks passed

#define BLE_DEV_NAME "SiLabs-EVSE"
#define BLE_DEV_NAME "SL-" APP_TASK_NAME
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we standardize this, it could be an idea to move this to a common configuration

#ifndef BLE_DEV_NAME
#error APP_TASK_NAME missing app task name
#define BLE_DEV_NAME "SL-" APP_TASK_NAME
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
csa-cp This TAG indicates that this commit is a cherry-pick from a CSA commit.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants