{"id":19338199,"url":"https://github.com/jserv/stm32f429-r3d","last_synced_at":"2025-06-26T18:32:56.384Z","repository":{"id":13676141,"uuid":"16369848","full_name":"jserv/stm32f429-r3d","owner":"jserv","description":"small software 3D rendering program on STM32F429-Discovery","archived":false,"fork":false,"pushed_at":"2014-02-21T13:54:44.000Z","size":449,"stargazers_count":27,"open_issues_count":1,"forks_count":16,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-06-24T18:59:29.086Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jserv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-30T06:09:40.000Z","updated_at":"2024-08-02T08:47:16.000Z","dependencies_parsed_at":"2022-09-05T02:21:55.925Z","dependency_job_id":null,"html_url":"https://github.com/jserv/stm32f429-r3d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jserv/stm32f429-r3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jserv%2Fstm32f429-r3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jserv%2Fstm32f429-r3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jserv%2Fstm32f429-r3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jserv%2Fstm32f429-r3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jserv","download_url":"https://codeload.github.com/jserv/stm32f429-r3d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jserv%2Fstm32f429-r3d/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262123022,"owners_count":23262516,"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-11-10T03:16:37.223Z","updated_at":"2025-06-26T18:32:56.355Z","avatar_url":"https://github.com/jserv.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\nA small software 3D rendering program on the STM32F429 Discovery evaluation\nboard. Based on Andreas Mantler's work.\n\nBuild Instructions\n==================\nBecause the STM32F429 Discovery is relatively new, we would recommend to\nprepare several recent utilities:\n\n* [OpenOCD](http://openocd.sourceforge.net/)\n```\n    git clone git://git.code.sf.net/p/openocd/code openocd\n    cd openocd\n    ./bootstrap\n    ./configure --prefix=/usr/local \\\n        --enable-stlink\n    echo -e \"all:\\ninstall:\" \u003e doc/Makefile\n    make\n    sudo make install\n```\n* [GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)\n```\n    apt-get install gcc-arm-none-eabi\n```\nIf you encounter the problems of missing packages, try to execute the\nfollowing commands in advance:\n```\n    sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded\n    sudo apt-get update\n```\n\nIn addition, you need to download [STM32F429I-Discovery firmware](http://www.st.com/web/en/catalog/tools/PF259429)\nand extract it to the toplevel directory where `stm32f429-r3d` exists.\n\n```\n    unzip stsw-stm32138.zip\n```\n\nThen, get the latest source from GitHub and then build:\n```\n    git clone https://github.com/jserv/stm32f429-r3d\n    cd stm32f429-r3d\n    make\n```\n\nPlease confirm STM32F429 Discovery is properly connected to USB, and let's flash the device:\n```\n    make flash\n```\n\nBe patient when OpenOCD is flashing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjserv%2Fstm32f429-r3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjserv%2Fstm32f429-r3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjserv%2Fstm32f429-r3d/lists"}