| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-08 | added support for building uf2 file | Greg Steiert | |
| 2021-12-08 | adding support for KUIIC board | Greg Steiert | |
| 2021-12-09 | Merge pull request #1221 from kasjer/kasjer/fix-nrf5x-vbus-race-condition | Ha Thach | |
| nrf5x: Fix race condition during startup | |||
| 2021-12-08 | nrf5x: Fix race condition during startup | Jerzy Kasenberg | |
| When NRF5x device is reset by software (after DFU for example), power event is ready from the beginning. When power interrupt is triggered before tud_init() finished USBD_IRQn is enabled before it would be enabled in tud_init(). This in turn may result in BUS RESET event being sent from USB interrupt to USB task when queue is not initialized yet. This scenario often happens in Mynewt build where queue creation takes more time. To prevent this scenario USBD_IRQn is not enabled in power event interrupt handler before dcd_init() was called. | |||
| 2021-12-07 | Merge pull request #1222 from scoudreau/swo_logger | Ha Thach | |
| Remove unused-parameter errors when LOGGER=swo | |||
| 2021-12-07 | Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401y | Ha Thach | |
| Add a HCD driver for MSP-EXP432E401Y | |||
| 2021-12-07 | skip host ci for tm4c due to sram overflow | hathach | |
| 2021-12-07 | change uart baudrate for tm4c123 to 115200 | hathach | |
| 2021-12-07 | move hcd_musb.c include to family.mk | hathach | |
| 2021-12-06 | Merge pull request #1227 from kkitayam/fix_dcd_musb_buffer_overrun | Ha Thach | |
| Fix buffer overrun in dcd_musb driver | |||
| 2021-12-04 | Fix buffer overrun at pipe_read_packet() | kkitayam | |
| 2021-12-04 | Fix memory overrun at pipe_read_packet() | kkitayam | |
| 2021-12-03 | Merge branch 'master' into add_hcd_for_msp_exp432e401y | Ha Thach | |
| 2021-12-03 | Merge pull request #1225 from perigoso/doc-requirements | Ha Thach | |
| after commit: eae4132 this dependency is no longer required | |||
| 2021-12-02 | after commit: eae4132 this dependency is no longer required | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-12-02 | Merge pull request #1224 from hathach/chipidea-controller | Ha Thach | |
| rename transdimension to chipidea | |||
| 2021-12-02 | minor doc update | hathach | |
| 2021-12-02 | Merge pull request #1223 from hathach/fix-s3-ci | Ha Thach | |
| temporarily skip s3 build on ci | |||
| 2021-12-02 | temporarily skip s3 build on ci | hathach | |
| 2021-12-02 | fix ci | hathach | |
| 2021-12-02 | update supported doc | hathach | |
| 2021-12-02 | more chipidea | hathach | |
| 2021-12-01 | more work to abstract chipidea driver | hathach | |
| 2021-12-01 | more ci abstract | hathach | |
| 2021-12-01 | Remove unused-parameter errors when LOGGER=SWO | Sebastien COUDREAU | |
| 2021-12-01 | add chipidea highspeed controller | hathach | |
| add warning to transdimension for the rename | |||
| 2021-11-30 | Merge pull request #1193 from rppicomidi/implement_usbh_replug_on_pico | Ha Thach | |
| Implement usbh replug on pico | |||
| 2021-11-30 | Add register settings to handle a HUB | kkitayam | |
| 2021-11-30 | improve hcd_device_close() for rp2040 | hathach | |
| 2021-11-30 | on unplug release device endpoints | rppicomidi | |
| 2021-11-30 | implement hcd device close | rppicomidi | |
| 2021-11-30 | Merge pull request #1216 from hathach/update-doc | Ha Thach | |
| Update doc | |||
| 2021-11-30 | remove warnings | hathach | |
| 2021-11-30 | update supported doc | hathach | |
| 2021-11-29 | Merge pull request #1215 from hathach/fix-esp-stack | Ha Thach | |
| use 4k stack for example with esp32sx | |||
| 2021-11-29 | Merge pull request #1214 from hathach/fix-gamepad-comment | Ha Thach | |
| correct 32 button in gamepad hid descriptor template | |||
| 2021-11-29 | use 4k stack for example with esp32sx | hathach | |
| 2021-11-29 | correct 32 button in gamepad hid descriptor template | hathach | |
| 2021-11-29 | Fix build errors | kkitayam | |
| 2021-11-29 | Add musb driver | kkitayam | |
| 2021-11-29 | Add initialization sequence as a HOST | kkitayam | |
| 2021-11-29 | Add hcd_musb.c | kkitayam | |
| 2021-11-27 | Add a compile condition for dcd | kkitayam | |
| 2021-11-26 | Merge pull request #1209 from HiFiPhile/iar_update | Ha Thach | |
| Update iar project template. | |||
| 2021-11-26 | Merge pull request #1208 from hathach/fix-nrf-easydma-race | Ha Thach | |
| fix nrf easy dma race condition | |||
| 2021-11-25 | Update iar project template. | Mengsk | |
| 2021-11-23 | more clean up | hathach | |
| 2021-11-23 | clean up | hathach | |
| 2021-11-23 | fix nrf easy dma race condition | hathach | |
| 2021-11-22 | Merge pull request #1207 from hathach/update-issue-tempate | Ha Thach | |
| Update bug_report.yml | |||
