{"id":16558153,"url":"https://github.com/jaredsburrows/msp-430","last_synced_at":"2025-10-28T20:32:04.146Z","repository":{"id":7892359,"uuid":"9270504","full_name":"jaredsburrows/msp-430","owner":"jaredsburrows","description":"Here are some examples of how to use the MSP430","archived":false,"fork":false,"pushed_at":"2024-10-28T23:36:57.000Z","size":29,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-01T18:11:13.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jaredsburrows.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":"2013-04-07T03:10:21.000Z","updated_at":"2024-10-08T00:21:26.000Z","dependencies_parsed_at":"2022-09-03T10:20:07.710Z","dependency_job_id":"09ae939a-d2ce-40fe-9435-ad26205471c9","html_url":"https://github.com/jaredsburrows/msp-430","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fmsp-430","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fmsp-430/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fmsp-430/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fmsp-430/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredsburrows","download_url":"https://codeload.github.com/jaredsburrows/msp-430/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238719865,"owners_count":19519286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-11T20:09:44.648Z","updated_at":"2025-10-28T20:31:58.835Z","avatar_url":"https://github.com/jaredsburrows.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MSP430 Examples\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Build](https://github.com/jaredsburrows/msp-430/actions/workflows/build.yml/badge.svg)](https://github.com/jaredsburrows/msp-430/actions/workflows/build.yml)\n[![Twitter Follow](https://img.shields.io/twitter/follow/jaredsburrows.svg?style=social)](https://twitter.com/jaredsburrows)\n\nHere are some examples of how to use the MSP430\n\n### How to compile and run your code\n\nBasic Compilation:\n\nFilename: msp.c\n\n```bash\nmsp430-gcc -mmcu=msp430g2231 -o msp.elf msp.c\n\nmspdebug rf2500 \ndebug\u003e 'erase all' \ndebug\u003e 'prog msp.elf' \ndebug\u003e 'run'\n```\n\nHere is a one-liner that will compile, show extra warnings, stop on warnings and compile the code and then push it your device:\n\n```bash\nmsp430-gcc -Wall -Wextra -Werror -Os -O2 -mmcu=msp430g2231 -o msp.elf msp.c \u0026\u0026 mspdebug rf2500 'erase all' 'prog msp.elf' 'run'\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Fmsp-430","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredsburrows%2Fmsp-430","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Fmsp-430/lists"}