summaryrefslogtreecommitdiff
path: root/docs/contributing
AgeCommit message (Collapse)Author
2025-11-11update dochathach
2025-03-07refactor: Fix inline literal and code blocks in .rst documentsDarian Leung
- Added missing inline literals (double backticks) to any reference of symbol names and macros - Added language specifier to "code-block" directives to enable syntax highlighting when rendered.
2025-03-07fix: Turn various .rst files from symbolic links to proper filesDarian Leung
"code_of_conduct.rst" and "contributors.rst" both contain RST include directives, but their file types are symoblic links. This commit turns them into proper files.
2024-12-27update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst ↵hathach
for docs index.rst
2023-07-10Fix documentation symlinksSzymon Janc
There were typos in symlinks target names resulting in following warrning on checkout (at least in Mynewt newt tool): * Warning: stat mynewt/repos/tinyusb/docs/contributing/code_of_conduct.rst: no such file or directory * Warning: stat mynewt/repos/tinyusb/docs/info/contributors.rst: no such file or directory
2023-04-28update osal notehathach
2023-04-14Update porting.rstslc-tl
Adds more in depth documentation of how tud_task does not need to be polled in implementations that use an RTOS / scheduler.
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-12-04more typoshathach
2022-12-04Fix typosBastien Nocera
2021-07-30docs: move contributors to info sectionperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: add structure docperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: add contributing section indexperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: port porting doc to rstperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: symbolic link to code of conduct file for use in documentationperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: symbolic link contributors file for use in documentationperigoso
Signed-off-by: perigoso <[email protected]>