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

zephyr: Remove hardware init dependencies from HAL #354

Open
wants to merge 1 commit into
base: zephyr
Choose a base branch
from

Conversation

LucasTambor
Copy link
Collaborator

Move some hardware initialization to Zephyr's code base.

Move some hardware initialization to Zephyr's code base.

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
@@ -34,7 +34,8 @@
#include "esp_private/periph_ctrl.h"
#include "bootloader_common.h"
#include "esp_rom_gpio.h"
#include "bootloader_flash_config.h"
// #include "bootloader_flash_config.h"
Copy link
Collaborator

Choose a reason for hiding this comment

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

does the commented code need to be kept?

#endif // CONFIG_IDF_TARGET_ESP32S3
}
}
// esp_err_t IRAM_ATTR spi_flash_init_chip_state(void)
Copy link
Collaborator

Choose a reason for hiding this comment

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

commented code, probably can be sacked

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