| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-18 | use boot2_generic_03h for adafruit feather rp2040 | hathach | |
| - also use boot2_generic_03h for now for itsy bitsy and qt rp2040 - change default flash target for rp2040 to flash-pyocd | |||
| 2021-03-18 | add example specific DEPS_SUBMODULES | hathach | |
| 2021-03-18 | clean up some examples | hathach | |
| 2021-03-17 | Revert "Add Linux support to tmc example" | Jeremiah McCarthy | |
| This reverts commit dc2f00cca157dc2279f917f59f9607fcd17b3fdb. | |||
| 2021-03-17 | move esp32s2 and rp2040 target rule to its family.mk | hathach | |
| 2021-03-17 | explicitly add dcd source file without vendor/family | hathach | |
| 2021-03-16 | Add Linux support to tmc example | Jeremiah McCarthy | |
| Replaces visa include with pyvisa, as visa use with PyVISA is being deprecated. | |||
| 2021-03-13 | Add new line at end of python script | Reinhard Panhuber | |
| 2021-03-13 | Add python script to plot audio sample data. | Reinhard Panhuber | |
| 2021-03-13 | move AUDIO_SAMPLE_RATE to example main.c | hathach | |
| 2021-03-10 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-03-10 | Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-03-10 | Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams | Reinhard Panhuber | |
| Extending capabilities of support FIFOs Removing copy from to FIFO Adjusting audio examples Remove peek/read into other FIFO | |||
| 2021-03-10 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-03-10 | Update pico sdk 1.1.0 (#712) | Ha Thach | |
| * update pico-sdk to 1.1.0 also correct fetch_submodule_if_empty behavior | |||
| 2021-03-10 | clean up | hathach | |
| 2021-03-10 | update doc for BOARD name, add note for udev on Linux | hathach | |
| 2021-03-04 | rename FAMILY_SUBMODULES to DEPS_SUBMODULES | hathach | |
| 2021-03-03 | group h743eval and h743nucleo into stm32h7 | hathach | |
| tested and work well | |||
| 2021-03-02 | update pico-sdk to more recent commit | hathach | |
| - move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset | |||
| 2021-03-02 | Merge pull request #684 from hathach/rp2040-host-example | Ha Thach | |
| add rp2040 to host example build | |||
| 2021-03-02 | move fomu to its own family, update ci with build risv | hathach | |
| 2021-03-02 | update ci for msp430 family | hathach | |
| 2021-03-02 | remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5 | hathach | |
| 2021-03-01 | fix freeRTOS config symbol warning with latest kernel | hathach | |
| 2021-03-01 | add submodule lib/FreeRTOS-Kernel | hathach | |
| 2021-03-01 | try to fetch needed mcu submodule while running make | hathach | |
| 2021-02-26 | add rp2040 to host example build | hathach | |
| 2021-02-24 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-24 | fix ci | hathach | |
| 2021-02-24 | add itf argument to hid API to support multiple instances | hathach | |
| following API signature is changed: - tud_hid_descriptor_report_cb() - tud_hid_get_report_cb() - tud_hid_set_report_cb() - tud_hid_boot_mode_cb() - tud_hid_set_idle_cb() | |||
| 2021-02-23 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| Conflicts: src/common/tusb_fifo.h src/osal/osal_none.h | |||
| 2021-02-24 | remove obsolete host example | hathach | |
| 2021-02-23 | move ehci and ohci to portable folder | hathach | |
| 2021-02-23 | enable host example ci build for imxrt | hathach | |
| 2021-02-23 | host msc: call read_capacity as part of enumeration | hathach | |
| - add tuh_msc_get_block_count(), tuh_msc_get_block_size() - rename tuh_msc_mounted_cb/tuh_msc_unmounted_cb to tuh_msc_mount_cb/tuh_msc_unmount_cb to match device stack naming - change tuh_msc_is_busy() to tuh_msc_ready() - add CFG_TUH_MSC_MAXLUN (default to 4) to hold lun capacities - add host msc configured to for state check. | |||
| 2021-02-23 | rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry() | hathach | |
| 2021-02-22 | rename hcd_lpc18_43 to hcd_transdimension | hathach | |
| 2021-02-19 | make midi example less ambigous for cable and channel | hathach | |
| 2021-02-12 | Fix a ; in #define definition | Reinhard Panhuber | |
| 2021-02-12 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-02-11 | rename examples folder dfu_rt to dfu_runtime | hathach | |
| 2021-02-11 | rename dfu_rt to dfu_runtime for easy reading | hathach | |
| also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb | |||
| 2021-02-11 | Merge pull request #645 from ipopov/webserial-fix | Ha Thach | |
| Fix unintended control transfers in webserial example. | |||
| 2021-02-10 | Address review comments: | Ivo Popov | |
| - every switch must have a default - revert formatting of unchanged lines | |||
| 2021-02-10 | Fix unintended control transfers in webserial example. | Ivo Popov | |
| 2021-02-10 | Set -DCMAKE_BUILD_TYPE=Debug when building in debug for rp2040. | Ivo Popov | |
| This ensures that the Pico SDK, too, is built in debug mode and with nice debugging symbols. | |||
| 2021-02-09 | update hid_composite_freertos example | hathach | |
| 2021-02-09 | tud_hid_report_complete_cb() API | hathach | |
| update hid composite to make use of tud_hid_report_complete_cb() for sending reports when possible. | |||
