Marek Matej a4965b29d0 Article/esp32 memory map 101 (#88)
* assets/data: Add new author

Fill in author data and image.

Signed-off-by: Marek Matej <marek.matej@espressif.com>

* content: Add post on ESP32 memory map

Add blog post about the ESP32 family memory map.

Signed-off-by: Marek Matej <marek.matej@espressif.com>

---------

Signed-off-by: Marek Matej <marek.matej@espressif.com>
Co-authored-by: Marek Matej <marek.matej@espressif.com>
2024-09-06 18:40:08 +08:00
2024-09-06 18:40:08 +08:00
2024-09-03 16:34:17 +08:00
2024-07-16 10:47:24 +08:00
2024-02-08 09:26:57 +00:00

Developer Portal

This project stores the files for the Espressif Developer Portal website. GitHub Actions statically generate the website using Hugo and pushes it to a web server for online hosting.

Contribute and render locally

If you want to contribute to this project, it would be nice to see the rendered version. The website can be easily rendered on your local machine using the following steps:

  1. Clone this repository using git clone --recursive.
  2. Install Hugo following the instructions.
  3. In the project folder, run hugo server and open the provided local web address, usually http://localhost:1313/.

See also the Contribution Guide articles:

Use pre-commit

This project has a pre-commit hook that can perform the following checks:

  • Enforce coding standards and best practices in the project's codebase
  • Check links using lychee
    • Important: requires Docker
    • lychee also runs as a GitHub action on pushes to main

If you want to use pre-commit, in your project folder, run:

# Install requirements
pip install -r requirements.txt
# Set up git hook scripts
pre-commit install
# Remove git hook scripts (if not needed)
pre-commit uninstall
S
Description
No description provided
Readme MIT 31 MiB
Languages
CSS 51.6%
HTML 43.7%
JavaScript 2.5%
Python 2.2%