| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-30 | Merge pull request #544 from hathach/use-stm-driver-repo | Ha Thach | |
| Use stm driver repo | |||
| 2020-10-30 | remove st_driver submodule | hathach | |
| 2020-10-30 | use cmsis 5 for all stm32 | hathach | |
| 2020-10-30 | add CMSIS_5 submodule | hathach | |
| 2020-10-30 | add more stm mcu | hathach | |
| 2020-10-30 | l4 use offical st driver repo | hathach | |
| 2020-10-30 | l0 use offical st driver repo | hathach | |
| 2020-10-30 | h7 use offical st driver repo | hathach | |
| 2020-10-30 | f7 use offical st driver repo | hathach | |
| 2020-10-30 | f3 use offical st driver repo | hathach | |
| 2020-10-30 | f2 use offical st driver repo | hathach | |
| 2020-10-30 | f1 use offical st driver repo | hathach | |
| 2020-10-30 | random clean up | hathach | |
| 2020-10-30 | f0 use offical st driver repo | hathach | |
| 2020-10-30 | f4 use offical st driver repo | hathach | |
| 2020-10-26 | Merge pull request #543 from majbthrd/net_tweaks | Ha Thach | |
| net_device: re-factor code so as to not be specific to lwIP | |||
| 2020-10-25 | Merge pull request #541 from j4cbo/internal-phy | Ha Thach | |
| Allow use of internal FS PHY on OTG_HS interface | |||
| 2020-10-24 | net_device: re-factor code so as to not be specific to lwIP | Peter Lawrence | |
| 2020-10-24 | Move into if statement | Jacob Potter | |
| 2020-10-24 | CR feedback: compare CFG_TUSB_RHPORT1_MODE instead of using new macro | Jacob Potter | |
| 2020-10-24 | net_device: tweak 'pbuf chain' implementation | Peter Lawrence | |
| 2020-10-18 | Allow use of internal FS PHY on OTG_HS interface | Jacob Potter | |
| Some ST parts (like STM32F74xxx / STM32F75xxx) allow the USB_OTG_HS core to be used with either an external high-speed ULPI PHY or an internal full-speed-only (12mbps) PHY. Currently the code assumes than an ULPI PHY is used unless the chip has an internal high-speed PHY (`#if defined(USB_HS_PHYC)`), with no provision to use the internal FS PHY. | |||
| 2020-10-16 | Merge pull request #538 from kasjer/kasjer/uac2 | Ha Thach | |
| audio: Add headset example | |||
| 2020-10-16 | audio: Add headset example | Jerzy Kasenberg | |
| This example code creates USB Audio 2.0 headset device. Device has two audio interfaces first stereo speaker with 48kHz stereo stream. Second interface for microphone with 48kHz mono stream. This example can be used to start working on audio device. It can be also used to verify ISO endpoints for boards. Speaker adaptive clock (bound to SOF). Microphone for now has asynchronous clock. Volume and mute control while present are not used for data stream modification. | |||
| 2020-10-16 | Merge pull request #539 from majbthrd/nettweaks | Ha Thach | |
| net_lwip_webserver: efficiency tweaks | |||
| 2020-10-15 | audio: Add two channel feature unit descriptor | Jerzy Kasenberg | |
| Feature unit descriptor size depends on number of channels. So far only single channel feature unit was present. This change adds feature unit descriptor for two channels. | |||
| 2020-10-15 | add samd21 xplained pro to boards.md doc | hathach | |
| 2020-10-15 | Merge pull request #534 from majbthrd/atsamd21_xpro | Ha Thach | |
| bsp: add ATSAMD21-XPRO eval board | |||
| 2020-10-14 | net_lwip_webserver: efficiency tweaks | Peter Lawrence | |
| 2020-10-14 | bsp: atsamd21_xpro: removed no longer needed workaround | Peter Lawrence | |
| 2020-10-13 | Merge pull request #536 from kasjer/kasjer/fix-osal-queue-definition | Ha Thach | |
| osal_none: Fix queue definition | |||
| 2020-10-13 | osal_none: Fix queue definition | Jerzy Kasenberg | |
| OSAL_QUEUE_DEF was not updated while FIFO was changed to use unmasked pointers. Two fields that are crucial to new functionality were left uninitialized resulting in FIFO slowing down in time. | |||
| 2020-10-11 | bsp: add ATSAMD21-XPRO eval board | Peter Lawrence | |
| 2020-10-11 | Merge pull request #525 from kasjer/kasjer/da1469x-iso | Ha Thach | |
| da1469x iso support | |||
| 2020-10-11 | Merge pull request #520 from salkinium/feature/misc_enhancements | Ha Thach | |
| STM32F3 IRQ remap option and some minor improvements | |||
| 2020-10-11 | Remap USB IRQs on STM32F303 BSP | Niklas Hauser | |
| 2020-10-11 | Merge pull request #535 from hathach/update-microchip-driver | Ha Thach | |
| update microchip driver | |||
| 2020-10-11 | update microchip driver | hathach | |
| also skip audio_test for same5x for now due to assert() macro conflict | |||
| 2020-10-11 | Merge pull request #533 from majbthrd/netsmartphone | Ha Thach | |
| net_lwip_webserver: tweak main.c comments with smartphone suggestions | |||
| 2020-10-10 | net_lwip_webserver: tweak main.c comments with smartphone suggestions | Peter Lawrence | |
| 2020-10-10 | Merge pull request #521 from PanRe/uac2 | Ha Thach | |
| Uac2 | |||
| 2020-10-10 | Dynamically check STM32F3 IRQ remap option | Niklas Hauser | |
| 2020-10-09 | Fix unused parameter in audio test. | Reinhard Panhuber | |
| 2020-10-09 | Fix minor issue in audio example. | Reinhard Panhuber | |
| 2020-10-09 | Extend example s.t. a saw tooth is sent. | Reinhard Panhuber | |
| 2020-10-09 | Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP | Reinhard Panhuber | |
| Add tud_audio_set_itf_close_EP_cb() | |||
| 2020-10-09 | Merge pull request #532 from hathach/house-keeping | Ha Thach | |
| House keeping | |||
| 2020-10-09 | fix ci build | hathach | |
| 2020-10-09 | try GITHUB_PATH for ci | hathach | |
| 2020-10-09 | update tud_hid_boot_mode_cb/tud_hid_set_idle_cb support mul interfaces | hathach | |
| also clean up code | |||
