summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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]>
2021-07-30readme: use new svg logoperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: add readthedocs configperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: add new svg logoperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30docs: setup sphinx docsperigoso
Signed-off-by: perigoso <[email protected]>
2021-07-30Add cache clean/invalidate.MasterPhi
2021-07-30Move clock enable to BSP.MasterPhi
2021-07-29add the entry for RX72Nkkitayam
2021-07-29add RX65Nkkitayam
2021-07-29add a condition regarding OPT_MCU_RX63Nkkitayam
2021-07-29Change the accessing method of TU_FIFO from ↵kkitayam
read/write_n_const_addr_full_words to get_write/read_info and advance_write/read_pointer pairs.