{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":561922328,"defaultBranch":"main","name":"pico-usb-host-msc-demo","ownerLogin":"rppicomidi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-11-04T20:02:19.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/94197396?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1680876721.0","currentOid":""},"activityList":{"items":[{"before":"acfbba4bb8be2d0ca0cb766ef974d1520c276974","after":"7379d0017e7cb94a2c0d18952bce7db9b0cd4316","ref":"refs/heads/main","pushedAt":"2023-04-12T02:39:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Update README.md\n\nFix formatting and add information about performance and building.","shortMessageHtmlLink":"Update README.md"}},{"before":"fb9abc14eac280d6fa08dcdf839023fca39653b8","after":"acfbba4bb8be2d0ca0cb766ef974d1520c276974","ref":"refs/heads/main","pushedAt":"2023-04-09T23:22:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"make core 1 wait for core 0 to boot\n\nIt is also necessary to make the *_booting flags\nvolatile because they are executing in different\ncontexts. In release modes, these flags get optimized\nout.","shortMessageHtmlLink":"make core 1 wait for core 0 to boot"}},{"before":"f807f22bb81e57f93b67cd4014e38bcf8dcf4063","after":"fb9abc14eac280d6fa08dcdf839023fca39653b8","ref":"refs/heads/main","pushedAt":"2023-04-07T19:53:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Fix build for native USB on Pico W","shortMessageHtmlLink":"Fix build for native USB on Pico W"}},{"before":"7826883dbdce34747b256ee517231ed927883429","after":"f807f22bb81e57f93b67cd4014e38bcf8dcf4063","ref":"refs/heads/main","pushedAt":"2023-04-07T18:37:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Make RPPICOMIDI_PIO_HOST either ENV or CMake variable","shortMessageHtmlLink":"Make RPPICOMIDI_PIO_HOST either ENV or CMake variable"}},{"before":"978eccc38f755a5bc926b349313cd5ccff0b6614","after":null,"ref":"refs/heads/pio-usb","pushedAt":"2023-04-07T14:12:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"}},{"before":"e202033f4a12f586657d5f5a2152a54d229c56e8","after":"7826883dbdce34747b256ee517231ed927883429","ref":"refs/heads/main","pushedAt":"2023-04-07T14:08:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Support PIO USB Host by environment variable","shortMessageHtmlLink":"Support PIO USB Host by environment variable"}},{"before":"d3824bcc1f1cc42bc0dd428d0a8bc5b699a3e94d","after":"e202033f4a12f586657d5f5a2152a54d229c56e8","ref":"refs/heads/main","pushedAt":"2023-04-04T21:57:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Reference the pio-usb branch in README.md","shortMessageHtmlLink":"Reference the pio-usb branch in README.md"}},{"before":null,"after":"978eccc38f755a5bc926b349313cd5ccff0b6614","ref":"refs/heads/pio-usb","pushedAt":"2023-04-04T21:52:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Update instructions for the PIO-USB host","shortMessageHtmlLink":"Update instructions for the PIO-USB host"}},{"before":"78cf942682db1ccefb60ae889f38428247d7e4a5","after":"d3824bcc1f1cc42bc0dd428d0a8bc5b699a3e94d","ref":"refs/heads/main","pushedAt":"2023-04-04T15:34:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Fix coding bug #2","shortMessageHtmlLink":"Fix coding bug #2"}},{"before":"8e84594d55f9ea10cf65acc8fcda99a5e7c2b6e9","after":"78cf942682db1ccefb60ae889f38428247d7e4a5","ref":"refs/heads/main","pushedAt":"2023-03-23T18:45:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"make sure NDEBUG is not defined\n\nThe NDEBUG macro is defined by default for all pico builds except\nDEBUG. Defining NDEBUG makes the assert() macro generate no code.\nEach function call that adds a CLI command is wrapped in an assert\nmacro to make sure it did not fail, usually because there is no\nspace for it in the array that holds the CLI commands.","shortMessageHtmlLink":"make sure NDEBUG is not defined"}},{"before":"ffb420a11b61514c20014953dcdf8bb28936456b","after":"8e84594d55f9ea10cf65acc8fcda99a5e7c2b6e9","ref":"refs/heads/main","pushedAt":"2023-03-20T18:55:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Mention the msc_file_explorer example in tinyusb","shortMessageHtmlLink":"Mention the msc_file_explorer example in tinyusb"}},{"before":"b6bb0b92d54ae6cd2c9612034ba51983ca8b8287","after":"ffb420a11b61514c20014953dcdf8bb28936456b","ref":"refs/heads/main","pushedAt":"2023-03-13T00:08:53.872Z","pushType":"push","commitsCount":2,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"allow LED to blink for Pico W boards","shortMessageHtmlLink":"allow LED to blink for Pico W boards"}},{"before":"8e3df0b7c2e4bbba23f4ca248a2d2505bdb7f328","after":"b6bb0b92d54ae6cd2c9612034ba51983ca8b8287","ref":"refs/heads/main","pushedAt":"2023-03-11T05:28:15.581Z","pushType":"push","commitsCount":1,"pusher":{"login":"rppicomidi","name":null,"path":"/rppicomidi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94197396?s=80&v=4"},"commit":{"message":"Update README.md\n\nFix path name typo and add `cd pico-usb-host-msc-demo` before updating submodules step.","shortMessageHtmlLink":"Update README.md"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADFsW0gQA","startCursor":null,"endCursor":null}},"title":"Activity ยท rppicomidi/pico-usb-host-msc-demo"}