312 Commits

Author SHA1 Message Date
ec2d1d7cff Removed readme and modified the getting started doc 2026-03-31 12:39:16 +03:00
d8994a3018 Revert "Make driver init() function optional" 2026-03-23 11:46:16 +07:00
ebd18f5efa Update documentation 2026-03-22 14:20:37 +01:00
b4e92f63c6 fix windows build
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-03-14 09:19:24 +01:00
c5e3098c37 update rx65n_target: correct pin configuration and remove unused USB interrupt definitions 2026-03-14 12:58:41 +07:00
e2ead60107 add ft9xx-gcc toolchain support to CI 2026-03-13 23:07:46 +07:00
7ce1e78204 actual build make/cmake for ft9xx 2026-03-13 18:11:59 +07:00
5794e50c37 rename and migrate kinetis_k32l to new mcux-devices 2026-03-13 11:46:53 +07:00
0427fcfd02 Merge branch 'master' into fork/armusin/threadx_osal 2026-03-05 13:00:45 +07:00
7b934efa0d Merge branch 'refs/heads/master' into copilot/improve-build-steps-rp2040-esp32 2026-02-10 11:43:32 +07:00
e7c71fefa7 update getting_started.rst and get_deps.py for clarity and improved dependency handling 2026-02-10 11:25:46 +07:00
6e675da608 Merge branch 'hathach:master' into threadx_osal 2026-02-09 12:22:20 +04:00
320d0f88bf remove sdk setup instruction for rp2040 and espressif 2026-02-07 21:53:51 +07:00
7a4e3d0821 bsp: add STM32H747-DISCO
Signed-off-by: HiFiPhile <admin@hifiphile.com>
Signed-off-by: Zixun LI <admin@hifiphile.com>
2026-01-14 09:51:11 +01:00
104d3f2545 bsp: add TI EK-TM4C1294XL
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-14 00:21:52 +01:00
239e20ba73 support for the AT32F45X series 2025-12-30 10:44:03 +08:00
db08f5f3fe Fix trailing whitespace in getting_started.rst
- Removed trailing whitespace from line 37 as detected by pre-commit check
- Documentation builds successfully

Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
2025-12-28 14:26:06 +00:00
1bb1efa820 Use appropriate syntax highlighting for Windows commands
- Changed Windows Command Prompt blocks from bash to bat for proper highlighting
- Changed PowerShell blocks from bash to powershell for proper highlighting
- Improves documentation readability and accuracy

Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
2025-12-28 14:19:52 +00:00
83542ce912 Add detailed build instructions for rp2040 and esp32 to getting_started.rst
- Added dedicated "Building for RP2040" section with pico-sdk installation steps
- Added dedicated "Building for ESP32" section with esp-idf installation steps
- Included platform-specific instructions for Linux/macOS and Windows
- Added PICO_SDK_PATH export steps before cmake for rp2040
- Added esp-idf source/export steps before cmake for esp32
- Updated note section to reference new detailed sections
- Documentation builds successfully without errors

Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
2025-12-28 14:18:17 +00:00
003d6ebac7 ThreadX OSAL header is added. Docs are updated. 2025-12-22 15:16:09 +04:00
308bb956bf Use role TUSB_ROLE_HOST in host stack initialization 2025-12-11 09:05:06 +01:00
e1c218f648 Merge branch 'master' into xfer-fifo
# Conflicts:
#	src/common/tusb_fifo.h
2025-11-26 14:03:56 +07:00
c9b623aa63 edpt stream support xfer_fifo for device CFG_TUD_EDPT_DEDICATED_HWFIFO
cdc device omit ep buffer when hwfifo is supported
2025-11-21 17:02:56 +07:00
a85f29b2ae Doc: Typo in docs/integration.rst
Signed-off-by: Thomas Rubin <tr@andav.de>
2025-11-20 10:26:41 +01:00
551520ddb8 update changelog.rst 2025-11-20 00:09:39 +07:00
f6a77b87f0 Bump version to 0.20.0 2025-11-19 23:23:49 +07:00
6b28a4478c make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future. 2025-11-17 12:09:30 +07:00
a1ae5b20cc update doc 2025-11-11 10:53:39 +07:00
989acc1528 use CMake in getting_started examples 2025-10-21 14:09:00 +02:00
3cb248f2e5 add note about CMake 2025-10-20 21:14:28 +02:00
418239a216 add missing class driver callbacks 2025-10-20 21:14:28 +02:00
9dd67b19e2 revert unnecessary Sphinx config changes 2025-10-20 21:14:28 +02:00
fa599e3ff4 streamlined getting_started 2025-10-20 21:14:20 +02:00
1f908d88ce getting_started structure 2025-10-20 21:08:34 +02:00
82aa46d8ea more consolidation 2025-10-20 21:08:13 +02:00
39e2e5167c improved getting_started, integrated "first device/host" 2025-10-20 21:07:31 +02:00
a332acf5ea rearrage TOC 2025-10-20 21:07:06 +02:00
75f2a8451e improve flow 2025-10-20 21:07:06 +02:00
e7b851d9ac Naming conventions, buffer handling 2025-10-20 21:07:06 +02:00
e4ff88f364 WIP improved docs (feat. LLM) 2025-10-20 21:07:04 +02:00
38255ffc38 Merge pull request #3299 from hathach/initial-nrf54h20
Initial nrf54h20 support
2025-10-14 14:22:45 +07:00
84f0cda013 rename pca10056 to nrf52840dk, pca10059 to nrf52840dongle 2025-10-13 14:53:28 +07:00
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
8d7e8a11f6 update docs 2025-10-04 12:19:51 +07:00
8832d22df9 update docs 2025-10-03 22:13:59 +07:00
b18a8fbcd5 update for release 0.19.0 2025-10-03 22:12:11 +07:00
6d32256188 HIL add timeout for opening mtp device 2025-10-02 10:43:55 +07:00
8206002dba update docs
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-09-30 16:23:58 +02:00
ba36df6233 fix warnings, update docs 2025-09-12 11:27:31 +07:00
9135977074 rename stm32wba eval to nucleo
use local linker to fix READONLY keyword with clang
add wba to ci build
2025-09-12 11:27:07 +07:00