24 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
5a82112f5a docs: fix .rst links to use Sphinx :doc: role for proper HTML generation
Co-authored-by: hathach <249515+hathach@users.noreply.github.com>
2025-10-09 05:50:55 +00:00
hathach
6d32256188 HIL add timeout for opening mtp device 2025-10-02 10:43:55 +07:00
hathach
a64e3eb0aa update board_test always output to uart regardless of LOGGER option 2025-07-02 17:27:03 +07:00
hathach
52f0427096 remove make wrapper for rp2040/espressif 2025-07-02 16:34:17 +07:00
hathach
4579b4f825 add doc for building examples with cmake build system
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-07-02 14:41:16 +07:00
Darian Leung
8f288e96a8 refactor: Fix inline literal and code blocks in .rst documents
- 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-07 21:21:33 +08:00
hathach
824793a428 move mcu supported to README.rst, separated supported boards to boards.rst 2024-12-27 11:34:35 +07:00
hathach
ab9472f584 update doc, bump up release 0.18.0
revert OPT_MCU_RAXXX value back to 1403
2024-12-25 12:23:56 +07:00
hathach
57aac432b5 add new tusb_int_handler(rhport, in_isr) as common irq handler
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2024-10-10 16:28:36 +07:00
Mengsk
35615ecb6f Update doc. 2023-12-13 17:41:54 +01:00
hathach
0e12d36531 update doc, move sponsor to top of the page 2023-11-24 19:11:28 +07:00
hathach
f80d11301e update doc and generate deps list 2023-03-23 16:33:35 +07:00
hathach
3623ba1884 fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
Bastien Nocera
8f88ff559e Fix typo in getting_started guide
Fixes: 1234111 ("add get-deps target")
2022-10-18 15:14:45 +02:00
hathach
b0b155c949 increase version for release
along with minor doc update
2022-07-19 12:28:52 +07:00
hathach
12341118e3 add get-deps target
update ci to get-deps first
2022-07-01 16:24:58 +07:00
Scott Shawcroft
8a6fe8a8f3 Merge pull request #1300 from sharpie7/master
Some platforms require SDKs and use of cmake
2022-02-22 15:03:59 -08:00
NexusXe
ada7a23ddc Fix capitalization 2022-02-16 08:33:06 -06:00
NexusXe
a72d0245fa Fix link to supported boards
It used to point to `boards.md`, which doesn't exist.
2022-02-16 08:29:20 -06:00
Iain Sharp
a80f23711e Some platforms require SDKs and use of cmake 2022-01-24 20:56:13 +00:00
hathach
5cfe293001 update changelog and increase version for 0.12.0 2021-10-13 17:32:34 +07:00
Ha Thach
b26cc2cc46 Add linkermap for size analysis (#1136)
* 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-10-13 00:57:45 +07:00
MasterPhi
b6cda41daf Add doc for IAR. 2021-09-07 12:32:27 +02:00
perigoso
106924be9a docs: port getting started doc to rst
Signed-off-by: perigoso <perigoso@riseup.net>
2021-07-30 12:46:30 +01:00