Skip to main content
Glama

FreeRTOS Embedded Development MCP

by aitersmam888
gcc_arm.yaml672 B
# GCC ARM编译器配置 compiler: name: "GCC ARM Embedded" version: "10.3.1" toolchain: "arm-none-eabi-gcc" common_flags: - "-mcpu=cortex-m4" - "-mthumb" - "-mfpu=fpv4-sp-d16" - "-mfloat-abi=hard" - "-O2" - "-g" - "-Wall" - "-Wextra" - "-Wpedantic" debug_flags: - "-O0" - "-g3" - "-DDEBUG=1" release_flags: - "-O3" - "-DNDEBUG=1" linker_flags: - "-nostartfiles" - "-nostdlib" - "-Wl,--gc-sections" - "-Wl,-Map=output.map" paths: bin_dir: "C:/msys64/mingw64/bin" include_dirs: - "./inc" - "./freertos/Source/include" library_dirs: - "./lib"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aitersmam888/freertos_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server