https://github.com/sergiogasquez/libc-checks
ESP32-C6 app that compares libc and ESP-IDF source constants and structs
https://github.com/sergiogasquez/libc-checks
esp32 espressif libc rust
Last synced: 5 months ago
JSON representation
ESP32-C6 app that compares libc and ESP-IDF source constants and structs
- Host: GitHub
- URL: https://github.com/sergiogasquez/libc-checks
- Owner: SergioGasquez
- Created: 2024-09-12T12:05:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T09:04:26.000Z (over 1 year ago)
- Last Synced: 2025-04-05T05:42:57.127Z (about 1 year ago)
- Topics: esp32, espressif, libc, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `libc` checks
[](https://github.com/SergioGasquez/libc-checks/actions/workflows/rust_ci.yml)
This repository contains code for an app that compares `libc` constants and structures. ESP-IDF source is taken as source of truth, and its accessed via `esp_idf_svc::sys`, and then its compared with the [`newlib` values](https://github.com/rust-lang/libc/tree/main/src/unix/newlib)