{"id":20382152,"url":"https://github.com/nilsherzig/msp430_linux","last_synced_at":"2026-05-28T20:31:12.642Z","repository":{"id":167382986,"uuid":"642999551","full_name":"nilsherzig/msp430_linux","owner":"nilsherzig","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-19T22:56:32.000Z","size":2703,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T08:57:14.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nilsherzig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-19T20:52:46.000Z","updated_at":"2023-05-19T21:29:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"948bf24a-c3cb-4f00-9d78-dc9fa5e43b76","html_url":"https://github.com/nilsherzig/msp430_linux","commit_stats":null,"previous_names":["nilsherzig/msp430_linux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nilsherzig/msp430_linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsherzig%2Fmsp430_linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsherzig%2Fmsp430_linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsherzig%2Fmsp430_linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsherzig%2Fmsp430_linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nilsherzig","download_url":"https://codeload.github.com/nilsherzig/msp430_linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsherzig%2Fmsp430_linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33626136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T02:16:43.553Z","updated_at":"2026-05-28T20:31:12.591Z","avatar_url":"https://github.com/nilsherzig.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"I've used Fedora, but other distros have the same packages (at least ubuntu, nix and arch have them).\n\nYou can find a preconfigured fedora (38) docker container in this repo. See step #7.\n\n## important \n\nTo establish a connection with your msp430 serial connection, it is necessary to cross the rx and tx jumpers.\n\n![jumper](./jumper.png)\n\n## setup \n\n### manual install \n\n1) clone this repo\n\n```bash \ngit clone https://github.com/nilsherzig/msp430_linux\n```\n\n2) Install needed packages (or find the right ones for your distro)\n\n```bash\n# install base dev tools and libs\nsudo dnf groupinstall -y \"Development Tools\" \"Development Libraries\"\n\n# msp430 tools\nsudo dnf copr enable nielsenb/msp430-development-tools -y\nsudo dnf install -y msp430-elf-gcc msp430-elf-binutils msp430-elf-gdb mspds msp430flasher msp430-gcc-support-files dos2unix libusb readline mspdebug\n```\n\n3) compile\n\n```bash\nmake\n```\n\n4) flash to msp430\n\n```bash\nmake run\n```\n\n5) optional - generate clangd `compile-commands.json` for lsp autocompletion in your editor\n\n```bash\nbear -- make\n```\n\n### using docker\n\n1) use docker to compile and flash the your code\n\n```bash \ndocker build . -t mspflash\ndocker run --privileged -v $(pwd):/msp430_linux mspflash # or configure udev rules instead of privleged\n```\n\n## connect to your msp serial console\n\n1) connect to `/dev/ttyACM1` via screen with baudrate 9600\n\n```bash\nTERM=xterm sudo screen /dev/ttyACM1 9600\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilsherzig%2Fmsp430_linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnilsherzig%2Fmsp430_linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilsherzig%2Fmsp430_linux/lists"}