| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-28 | merge saml21 + saml22 = saml2x | hathach | |
| 2021-06-28 | rename bsp saml22 to saml2x | hathach | |
| 2021-06-28 | Merge pull request #927 from hathach/add-rx65n-board | Ha Thach | |
| Add rx65n board | |||
| 2021-06-28 | reduce esp32s2 board to ci | hathach | |
| 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-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 | 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-15 | add support SAML21 | sabas1080 | |
| 2021-06-12 | Merge pull request #889 from kilograham/master | Ha Thach | |
| Make examples standalone buildable via CMake | |||
| 2021-06-12 | set TOP to build with esp32sx | hathach | |
| 2021-06-10 | Make examples standalone buildable via CMake | graham sanderson | |
| 2021-06-10 | Merge pull request #887 from hathach/host-update | Ha Thach | |
| Host API clean up | |||
| 2021-06-10 | remove BOARD from output name | hathach | |
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-06-10 | remove hcd_edpt_stalled() | hathach | |
| 2021-06-10 | add usbh_classdriver.h | hathach | |
| 2021-06-10 | Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytes | Ha Thach | |
| fix computing transferred bytes with E4 | |||
| 2021-06-10 | Update bug_report.md | Ha Thach | |
| 2021-06-09 | Merge pull request #882 from mmosca/master | Ha Thach | |
| Add support for 32 button gamepads | |||
| 2021-06-09 | use alias for button naming | hathach | |
| 2021-06-09 | Change buttons to start from 0 | Marcelo Bezerra | |
| 2021-06-09 | Merge branch 'master' of github.com:mmosca/tinyusb | Marcelo Bezerra | |
| 2021-06-09 | fix enum overflow with msp430 | hathach | |
| 2021-06-09 | miss a helper | hathach | |
| 2021-06-09 | update gamepad helper | hathach | |
| 2021-06-09 | re-adding ifdef removed accidentally | Marcelo Bezerra | |
| 2021-06-09 | indent fix | Marcelo Bezerra | |
| 2021-06-09 | Fix comment in hid.h | Marcelo Bezerra | |
