{
  "@context": "http://schema.org/",
  "@type": "SoftwareApplication",
  "name": "esp-rtosLogger",
  "description": "printf style logging that costs the caller about a microsecond: arguments go raw into a ring of the caller's own core, a FreeRTOS task formats them later.",
  "url": "https://github.com/HamzaYslmn/esp-rtosLogger",
  "author": {
    "@type": "Person",
    "name": "Hamza Yesilmen"
  },
  "applicationCategory": "Communication",
  "operatingSystem": "Arduino",
  "downloadUrl": "https://downloads.arduino.cc/libraries/github.com/HamzaYslmn/esp_rtosLogger-0.3.0.zip",
  "softwareVersion": "0.3.0",
  "fileSize": 21,
  "datePublished": "2026-09-23",
  "license": "https://spdx.org/licenses/NOASSERTION"
}