summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-05add html extra for webusb examplehathach
2021-08-05rename to .readthedocs.yamlhathach
exclude all submodules for docs
2021-08-04Merge pull request #997 from hathach/perigoso-readme-patchRafael Silva
readme: fix link to online documentation
2021-08-04readme: fix link to online documentationRafael Silva
2021-08-04Merge pull request #983 from perigoso/docsHa Thach
Docs
2021-08-03Add stm32 license headerStefan Kerkmann
2021-08-03Revert "Disable -Werror for now"Stefan Kerkmann
This reverts commit 5e0c2e122300e7a6289b3bd08044f9cf1dbdef05.
2021-08-03Update nuclei-sdk with __riscv_flen fixStefan Kerkmann
2021-08-03Set FreeRTOS to RISC-V (doesn't compile)Stefan Kerkmann
2021-08-03Use JTAG for jlink flashingStefan Kerkmann
2021-08-03Minor clean upsStefan Kerkmann
2021-08-03Use https github as submoduleStefan Kerkmann
2021-08-03Disable -Werror for nowStefan Kerkmann
Without having __riscv_flen defined we get multiple warinings. But defining it causes the startup code to contain floating point instructions. This results in a exception right after booting. See startup_gd32vf103.S lines 289-294 should open a PR at nuclei sdk
2021-08-03Add board support for gd32vf103 longan nanoStefan Kerkmann
2021-08-03Add hacky GD32VF103 supportStefan Kerkmann
2021-08-03add back info to readme, use stack.svghathach
2021-08-02net_lwip_webserver: utilize pbuf_copy_partial()Peter Lawrence
2021-08-02Add @HiFiPhile in CONTRIBUTORS.rstHiFiPhile
2021-08-02Merge pull request #991 from hathach/fix-midi-availableHa Thach
correct midi available with already stream read
2021-08-02fix warninghathach
2021-08-02correct midi available with already stream readhathach
2021-08-02Merge pull request #874 from kkitayam/add_xfer_fifo_for_rx63Ha Thach
Add dcd_edpt_xfer_fifo() for RX63N
2021-07-31fix: D0FIFOSEL setting was incorrectly when big-endian is selected.kkitayam
In pipe_xfer_in(), the endianness setting of D0FIFOSEL was lacking due to refactoring. And add type cast operation to avoid warnings by CCRX.
2021-07-30Move register define to separate header.MasterPhi
2021-07-30docs/supported: add Waveshare OpenH743I-C to board support listperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30readme: add local links to documentationperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30readme: convert md readme to rstperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs/contributors: add credit for docsperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30readme: added docs status badgeperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: remove doxygen filesperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30readme: remove redundant info, and point to new docsperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: update main indexperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: add local copy of stackup image, with added backroundperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: add info section indexperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: add list of projects that use Tusbperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: add supported devices listperigoso
Signed-off-by: perigoso <[email protected]>
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: add reference section indexperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: port getting started doc to rstperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: port concurrency doc to rstperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30changelog: move from root to docs subdirectoryperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: symbolic link to changelog file for use in documentationperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30changelog: create changelog file and import from releaseperigoso
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-30code_of_conduct: refactor file from markdown to restructuredtextperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: symbolic link contributors file for use in documentationperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30contributors: refactor contributors file from markdown to restructuredtextperigoso
Signed-off-by: perigoso <[email protected]>