summaryrefslogtreecommitdiff
path: root/docs/reference/getting_started.rst
AgeCommit message (Collapse)Author
2025-10-20WIP improved docs (feat. LLM)c1570
2025-10-09docs: fix .rst links to use Sphinx :doc: role for proper HTML generationcopilot-swe-agent[bot]
Co-authored-by: hathach <[email protected]>
2025-10-02HIL add timeout for opening mtp devicehathach
2025-07-02update board_test always output to uart regardless of LOGGER optionhathach
2025-07-02remove make wrapper for rp2040/espressifhathach
2025-07-02add doc for building examples with cmake build systemhathach
change ci matrix build: - github build make/cmake one per family on push only - circicle do full cmake build for all toolchain (missing rx-gcc)
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.
2024-12-27move mcu supported to README.rst, separated supported boards to boards.rsthathach
2024-12-25update doc, bump up release 0.18.0hathach
revert OPT_MCU_RAXXX value back to 1403
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2023-12-13Update doc.Mengsk
2023-11-24update doc, move sponsor to top of the pagehathach
2023-03-23update doc and generate deps listhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-10-18Fix typo in getting_started guideBastien Nocera
Fixes: 1234111 ("add get-deps target")
2022-07-19increase version for releasehathach
along with minor doc update
2022-07-01add get-deps targethathach
update ci to get-deps first
2022-02-22Merge pull request #1300 from sharpie7/masterScott Shawcroft
Some platforms require SDKs and use of cmake
2022-02-16Fix capitalizationNexusXe
2022-02-16Fix link to supported boardsNexusXe
It used to point to `boards.md`, which doesn't exist.
2022-01-24Some platforms require SDKs and use of cmakeIain Sharp
2021-10-13update changelog and increase version for 0.12.0hathach
2021-10-13Add linkermap for size analysis (#1136)Ha Thach
* add NO_LTO option to make * add linkermap submodule and linkermap target * add linkermap to ci build * linkermap doesn't work with esp32sx map file yet * add note for linkermap target
2021-09-07Add doc for IAR.MasterPhi
2021-07-30docs: port getting started doc to rstperigoso
Signed-off-by: perigoso <[email protected]>