An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `libc` checks
[![Continuous Integration](https://github.com/SergioGasquez/libc-checks/actions/workflows/rust_ci.yml/badge.svg)](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)