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

There should be an esp32s3-direct-boot-example #14

Open
3 tasks done
Joebeazelman opened this issue Jan 21, 2025 · 0 comments
Open
3 tasks done

There should be an esp32s3-direct-boot-example #14

Joebeazelman opened this issue Jan 21, 2025 · 0 comments

Comments

@Joebeazelman
Copy link

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Described the feature in detail and justified the reason for the request.
  • Provided specific use cases and examples.

Feature description

I am trying to port a bare metal runtime for Ada over to the ESP32s3. It has proven unreasonably difficult. It requires a monumental reverse engineering effort to peel aways all the layers of tools, scripts and configurations in order to understand the underlying SOC. The FreeRTOS adds yet another layer obscuring it.

It would be great if there was a similar barebones direct boot example for the ESP32s3 SoC to make bare metal development easier. Currently, the lack of bare metal makes third-party support for the SoC difficult.

Use cases

It would allow third-party runtime environments, including new languages and runtimes. It would enable customers to maximize the performance of their applications by circumventing the FREERTOS overhead.

Alternatives

STM32, RP2040 and many others. Many engineering departments I've worked for are interested in the ESP32s3 for its performance and efficiency, but are reluctant to not having full control of its firmware.

Additional context

No response

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

No branches or pull requests

1 participant