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

Running GitHub CI on another PR #2

Closed
wants to merge 22 commits into from
Closed

Running GitHub CI on another PR #2

wants to merge 22 commits into from

Conversation

jdoubleu
Copy link
Owner

Just for testing.

See vroland#168

mickeprag and others added 22 commits March 9, 2022 21:49
Instead of using defines to set the board hardware definitions each
board get its own file with the routines to access the hardware
functions. This way also third party boards can be implemented
without being required to modify the epdiy source.

So far only logic from display_ops.c has been ported. Work still
also exists to optimize duplicated code.

Care has been taken to not break existing code bases. If a board is
defined in menuconfig this will still be used.
The goal is to get rid of the config_reg_v*.h files
This should not be done for individual boards.
Boards specific code should be marked as such.
Move signals oe, mode and stv to this
Implement start_frame using the ctrl interface
Instead of requiring the user to create a wifi_config.h file, this will use the recommended way to add user-specific configurations from ESP-IDF.

At the same time this has the benefit, that the example even compiles when the user did not set the WiFi settings. The settings simply default to empty strings.
Create a separate task, which installs the arduino-esp32 component first.

Also set to use the custom partition table in sdkconfig defaults of the weather example. Otherwise the example would not successfully build by default.
@jdoubleu jdoubleu mentioned this pull request May 10, 2022
2 tasks
@jdoubleu jdoubleu closed this Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants