summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-02extend stack areas to enable loggingkkitayam
add dummy functions to avoid warnings when logging is enable remove codes regarding OPTLIB
2021-07-01Merge pull request #940 from HiFiPhile/fifo_fixHa Thach
Fix fifo overflow correction.
2021-06-30Add test CI.MasterPhi
2021-06-30Force unsigned compare on advance_pointer.MasterPhi
2021-06-30Fix fifo overflow correction.Mengsk
2021-06-29Merge pull request #905 from HiFiPhile/uac_fixHa Thach
UAC fixes
2021-06-29Merge pull request #934 from hathach/poison-obsolete-callbackHa Thach
add tud_vendor_control_request_cb() to poisoned list
2021-06-29add tud_vendor_control_request_cb() to poisoned listhathach
2021-06-29Merge pull request #933 from hathach/update-rx65n-bspHa Thach
rename rx65n cloud kit to target
2021-06-29fix typohathach
2021-06-29rename rx65n cloud kit to targethathach
adding note for adding jlink support for rx65n_target board
2021-06-29Fix IAR compile error on pointer type.MasterPhi
Clean up warnings. Signed-off-by: MasterPhi <[email protected]>
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
RP2040 double buffer
2021-06-28Merge pull request #928 from hathach/house-keepingHa Thach
House keeping
2021-06-28bug form updatehathach
2021-06-28more bug form templatehathach
2021-06-28more bug form updatehathach
2021-06-28more fixinghathach
2021-06-28fixing bug formhathach
2021-06-28comment out esp32s3 ci due to USB0 not defined in IDF linkerhathach
2021-06-28Use bug report formhathach
2021-06-28merge saml21 + saml22 = saml2xhathach
2021-06-28rename bsp saml22 to saml2xhathach
2021-06-28Merge pull request #927 from hathach/add-rx65n-boardHa Thach
Add rx65n board
2021-06-28reduce esp32s2 board to cihathach
2021-06-28update doc and clean uphathach
2021-06-28rename rx63n to simply rxhathach
2021-06-28refactor rx6x bsphathach
2021-06-28fix rx65n with freertos buildhathach
2021-06-28update renesas rx submodulehathach
2021-06-28Merge pull request #922 from kkitayam/add-rx65n-boardHa Thach
Update some settings for rx65n board
2021-06-27add options for e2lkkitayam
2021-06-27Merge pull request #923 from DuMaM/patch-1Ha Thach
GCC 11 build fix for nrf5x
2021-06-26GCC 11 build fix DuMaM
During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project. ``` c inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13: lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized] 792 | return (is_running ? true : false); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ```
2021-06-26add the entry for RX65Nkkitayam
2021-06-26add handling for software configurable interrupts.kkitayam
2021-06-26fix baudrate settingkkitayam
2021-06-22change stdio channel to SCI5 from SCI0.kkitayam
change ports settings for LED and button. add PLL setting for 240MHz based on HOCO into HardwareSetup().
2021-06-21Merge pull request #907 from salkinium/fix/tuh_config_typoHa Thach
Fix typo in TUH configuration define
2021-06-21Fix typo in TUH configuration defineNiklas Hauser
2021-06-21Merge pull request #906 from hathach/fix-midiHa Thach
fix issue when calling midi API when not enumerated yet
2021-06-21fix issue when calling midi API when not enumerated yethathach
2021-06-20Add bracket to switch case, fix warning.MasterPhi
2021-06-20adding rx65nhathach
2021-06-20Merge pull request #895 from ElectronicCats/masterHa Thach
add support SAML21
2021-06-19fix build with saml21, update microchip driver submodulehathach
2021-06-19Merge pull request #899 from Product-Creation-Studio/ned-pcs/fix-initializerHa Thach
Changed order of struct initializer to avoid compiler error
2021-06-18Changed order of struct initializer to avoid compiler errorNed Konz
2021-06-19Merge pull request #898 from hathach/fix-nrf-control-bulk-race-conditionHa Thach
fix nrf52 race condition with TASKS_EP0RCVOUT
2021-06-19fix race condition with control since TASKS_EP0RCVOUT also require EasyDMAhathach