{"id":18477845,"url":"https://github.com/gsurkov/ucprintf","last_synced_at":"2025-06-21T23:03:52.257Z","repository":{"id":243823024,"uuid":"263378376","full_name":"gsurkov/ucprintf","owner":"gsurkov","description":"Minimal printf for microcontrollers","archived":false,"fork":false,"pushed_at":"2022-02-05T14:49:23.000Z","size":24,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T11:04:09.437Z","etag":null,"topics":["microcontroller","printf","stm32"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gsurkov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-12T15:36:32.000Z","updated_at":"2023-12-28T17:41:58.000Z","dependencies_parsed_at":"2024-06-11T11:18:43.983Z","dependency_job_id":null,"html_url":"https://github.com/gsurkov/ucprintf","commit_stats":null,"previous_names":["gsurkov/ucprintf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gsurkov/ucprintf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsurkov%2Fucprintf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsurkov%2Fucprintf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsurkov%2Fucprintf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsurkov%2Fucprintf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsurkov","download_url":"https://codeload.github.com/gsurkov/ucprintf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsurkov%2Fucprintf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261206088,"owners_count":23124834,"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":["microcontroller","printf","stm32"],"created_at":"2024-11-06T12:06:37.127Z","updated_at":"2025-06-21T23:03:47.242Z","avatar_url":"https://github.com/gsurkov.png","language":"C","readme":"# ucprintf\n## Minimal printf for microcontrollers\n\nContains a minimal printf implementation.\n\nFormat string: `%(+)(width).(precision)(size)[specifier]` \n\nSupported specifiers: `s, d, u, x, X, f, o`\n\nSupported size modifiers: `hh, h, l, ll`\n\n## Usage\nAdd `ucprintf.c` and `.h` to your project. The application must implement `void _putchar(char)` function, which is used to send characters to the output device. Additionnaly, `void _flush(void)` can be implemented to trigger buffered transfers.\n\n## TODO\n - [ ] Support for scientific float notation (`e, E`)\n - [ ] Refactoring, code cleanup \u0026 optimization (In progress)\n - [ ] scanf() counterpart\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsurkov%2Fucprintf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsurkov%2Fucprintf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsurkov%2Fucprintf/lists"}