summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)Author
2025-07-24Add nanoch32v305Jie Feng
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-06-12Merge branch 'master' into fork/james-advatek/stm32n657nucleohathach
2025-06-11Merge branch 'master' into fork/HiFiPhile/h7rshathach
2025-06-04doc: remove reference to stm32n657_dk boardJames Sandison
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-04-28- spelling fixes to pass ciEli Hughes
- added mca156 the list in boards.rst. - Fixup to family.cmake for mcxa156 to pass ci
2025-04-12Merge remote-tracking branch 'upstream/master' into h7rsHiFiPhile
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-01-24Add NUCLEO-H7S3L8 BSP.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-22Update deps.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2024-12-27update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst ↵hathach
for docs index.rst
2024-12-27move mcu supported to README.rst, separated supported boards to boards.rsthathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-12-25update doc, bump up release 0.18.0hathach
revert OPT_MCU_RAXXX value back to 1403
2024-11-27Add support for the STM32C0 and the NUCLEO-C071RB.David (Pololu)
2024-11-07hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave ↵hathach
it enumerate device but has issue with msc bulk in
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
2024-09-13prepare for 0.17.0 releasehathach
2024-08-19update doc, re-enable metro m7 for hil, only build make windows/macos on PRhathach
2024-06-21Update for OTG_FS devicesOkarss
2024-06-21Fix the legendOkarss
2024-06-18Fix the tableOkarss
2024-06-18Update Host mode information for FSDEV devicesOkarss
2024-06-14Update the STM32 documentationOkarss
2024-05-24increase version as pre-releases, still need more clean up before actual relesaehathach
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-03-26update doc index.rst to match readme.rst (duplicated)hathach
2023-12-13Update doc.Mengsk
2023-11-24update doc, move sponsor to top of the pagehathach
2023-11-24minor dochathach
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-10-31update doc to add supported mcushathach
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-06-30Update support for Cynthion boardsmndza
- Rename LUNA to Cynthion - Add support for newer revisions (>=0.6) - Bootloader (saturn-v) default size is now 2K
2023-03-23update doc and generate deps listhathach
2023-03-18more update to kinetis bsphathach
2023-03-18Document that support for the FRDM-K32L2A4S has been added.Bob Paddock
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-16add ra4m1_ek boardhathach
2023-03-16rename symbolshathach
2023-03-08Merge branch 'master' into renesas-rahathach
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2022-10-18Fix typo in getting_started guideBastien Nocera
Fixes: 1234111 ("add get-deps target")
2022-08-19more docs updatehathach
2022-07-25update dochathach
2022-07-19increase version for releasehathach
along with minor doc update
2022-07-01add get-deps targethathach
update ci to get-deps first