7 buildPythonPackage rec {
8 pname = "freertos-gdb";
12 inherit pname version;
13 hash = "sha256-5rkB01OdbD5Z4vA6dbqhWp5pGwqI1IlE4IE1dSdT1QE=";
16 # Project has no tests
20 description = "User-friendly view of FreeRTOS kernel objects in GDB";
21 homepage = "https://github.com/espressif/freertos-gdb";
22 license = licenses.asl20;
23 maintainers = with maintainers; [