| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-28 | update doc and clean up | hathach | |
| 2021-06-28 | rename rx63n to simply rx | hathach | |
| 2021-06-28 | refactor rx6x bsp | hathach | |
| 2021-06-28 | fix rx65n with freertos build | hathach | |
| 2021-06-28 | update renesas rx submodule | hathach | |
| 2021-06-28 | Merge pull request #922 from kkitayam/add-rx65n-board | Ha Thach | |
| Update some settings for rx65n board | |||
| 2021-06-27 | add options for e2l | kkitayam | |
| 2021-06-27 | Merge pull request #923 from DuMaM/patch-1 | Ha Thach | |
| GCC 11 build fix for nrf5x | |||
| 2021-06-26 | GCC 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-26 | add the entry for RX65N | kkitayam | |
| 2021-06-26 | add handling for software configurable interrupts. | kkitayam | |
| 2021-06-26 | fix baudrate setting | kkitayam | |
| 2021-06-24 | Merge branch 'local' of https://github.com/HiFiPhile/tinyusb into dcd_same70 | MasterPhi | |
| 2021-06-24 | fix warning | Mengsk | |
| 2021-06-24 | Add fifo helper function to CDC class for DMA transfer. | Mengsk | |
| 2021-06-23 | Add dfu function memory access protection | Jeremiah McCarthy | |
| Adds TU_VERIFY to dfu internal buffer access from host. Adds TU_ASSERT to dfu internal buffer access by application. | |||
| 2021-06-23 | Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into CCRX_Port | Wini-Buh | |
| 2021-06-22 | final clean up | Wini-Buh | |
| 2021-06-22 | Merge remote-tracking branch 'upstream/master' into CCRX_Port | Wini-Buh | |
| 2021-06-22 | Merge branch 'hathach:master' into CCRX_Port | Wini-Buh | |
| 2021-06-22 | change 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-21 | Merge pull request #907 from salkinium/fix/tuh_config_typo | Ha Thach | |
| Fix typo in TUH configuration define | |||
| 2021-06-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 2021-06-21 | Merge pull request #906 from hathach/fix-midi | Ha Thach | |
| fix issue when calling midi API when not enumerated yet | |||
| 2021-06-21 | fix issue when calling midi API when not enumerated yet | hathach | |
| 2021-06-20 | Add bracket to switch case, fix warning. | MasterPhi | |
| 2021-06-20 | adding rx65n | hathach | |
| 2021-06-20 | Merge pull request #895 from ElectronicCats/master | Ha Thach | |
| add support SAML21 | |||
| 2021-06-19 | fix build with saml21, update microchip driver submodule | hathach | |
| 2021-06-19 | Merge pull request #899 from Product-Creation-Studio/ned-pcs/fix-initializer | Ha Thach | |
| Changed order of struct initializer to avoid compiler error | |||
| 2021-06-18 | Changed order of struct initializer to avoid compiler error | Ned Konz | |
| 2021-06-19 | Merge pull request #898 from hathach/fix-nrf-control-bulk-race-condition | Ha Thach | |
| fix nrf52 race condition with TASKS_EP0RCVOUT | |||
| 2021-06-19 | fix race condition with control since TASKS_EP0RCVOUT also require EasyDMA | hathach | |
| 2021-06-18 | add saml21 to CI | sabas1080 | |
| 2021-06-18 | fix build with mm32 board | hathach | |
| 2021-06-18 | remove duplicate mm32 dcd | hathach | |
| 2021-06-18 | dsp updata | zhangslice | |
| Signed-off-by: zhangslice <[email protected]> | |||
| 2021-06-18 | remove the keil zip | hathach | |
| 2021-06-18 | mit license | zhangslice | |
| Signed-off-by: zhangslice <[email protected]> | |||
| 2021-06-18 | add mindmotion mm32sdk as submodule | hathach | |
| remove the local copy of mm32 | |||
| 2021-06-18 | add keil projrct | zhangslice | |
| Signed-off-by: zhangslice <[email protected]> | |||
| 2021-06-18 | Add MM32 SDK and USB driver | zhangslice | |
| Signed-off-by: zhangslice <[email protected]> | |||
| 2021-06-17 | force single buffered for device mode, out endpoint | hathach | |
| 2021-06-16 | Revert "Use byte copy.", add barrier after buffer write. | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-15 | Default use dual bank for FS, use dcd irq switch. | MasterPhi | |
| 2021-06-15 | Prevent buffer overflow. | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-15 | Use byte copy. | MasterPhi | |
| 2021-06-15 | Fix resume, always init FS clock. | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-15 | add support SAML21 | sabas1080 | |
| 2021-06-13 | fix calculating xferred bytes with double buffer with short packet on buffer0 | hathach | |
