| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-19 | Merge pull request #1283 from kasjer/kasjer/olimex-pic32-board-fixes | Ha Thach | |
| olimex pic32 board fixes | |||
| 2022-01-18 | Merge pull request #1274 from kasjer/kasjer/nrf5x-request-clock-in-mynewt | Ha Thach | |
| nrf5x: Request HFXO via OS | |||
| 2022-01-18 | nrf5x: Request HFXO via OS | Jerzy Kasenberg | |
| Mynewt (similar to Soft Device) has its own reference counting for HFXO oscillator. So far TinyUSB requested HFXO when VBUS was detected and stopped when VBUS was removed. But with Mynewt running HFXO can be stopped when other interested parties don't require HFXO anymore. This results in very difficult to track USB transmission errors. This change enables Mynewt specific HFXO management in Soft Device fashion. | |||
| 2022-01-17 | pic32/olimex boards: Fix active state of button | Jerzy Kasenberg | |
| Buttons for olimex_emz64 and olimex_hmz144 should be set to active low in board configuration. | |||
| 2022-01-17 | pic32mz: Fix remote_wakeup without OS | Jerzy Kasenberg | |
| Remote wakeup requires 10ms of delay when RESUME bit is toggled. It was covered for OS build. For non-OS build simple delay based on board_millis() is used to wait required amount of time. Without this remote wakup may not work. | |||
| 2022-01-17 | Merge pull request #1276 from kkitayam/fix_video_capture_frame_interval | Ha Thach | |
| Fix video_capture example fails enumeration when 8FPS | |||
| 2022-01-17 | Merge pull request #1284 from kasjer/kasjer/ft9xx-mynewt | Ha Thach | |
| ft9xx: Fix Mynewt build | |||
| 2022-01-17 | ft9xx: Fix Mynewt build | Jerzy Kasenberg | |
| Includes were moved few lines down to restore build with Mynewt build system. | |||
| 2022-01-17 | Merge pull request #1277 from liamfraser/fix-cmake-skip | Ha Thach | |
| Fix family_support.cmake to use new skip.txt and only.txt files | |||
| 2022-01-17 | Merge pull request #1238 from ftdigdm/port-ft90x | Ha Thach | |
| Port ft90x | |||
| 2022-01-17 | Merge pull request #1269 from mysterywolf/master | Ha Thach | |
| [rt-thread] add rt-thread os in readme | |||
| 2022-01-17 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2022-01-17 | correct link in rst | hathach | |
| 2022-01-16 | Merge pull request #1270 from kasjer/kasjer/pic32mz | Ha Thach | |
| Driver for Microchip PIC32MZ family | |||
| 2022-01-16 | change OPT_MCU_PIC32MZ to value of 1900 | hathach | |
| 2022-01-16 | Merge pull request #1282 from hathach/fix-esp-ci | Ha Thach | |
| Fix esp ci | |||
| 2022-01-16 | update for s3 | hathach | |
| 2022-01-16 | more ci fix | hathach | |
| 2022-01-16 | fix esp ci build with IDF version 5 | hathach | |
| 2022-01-16 | Merge pull request #1235 from vmilea/feature/feedback_format | Ha Thach | |
| Support disabling feedback format correction #1234 | |||
| 2022-01-16 | update format correction with actual bus speed | hathach | |
| 2022-01-13 | Fix family_support.cmake to use new skip.txt and only.txt files for skipping ↵ | Liam Fraser | |
| mcus | |||
| 2022-01-13 | Fix dwFrameIntervalStep and dwMaxFrameInterval | kkitayam | |
| dwMaxFrameInterval minus dwMinFrameInterval should be evenly divisible by dwFrameIntervalStep. | |||
| 2022-01-07 | Add BSPs for Microchip PIC32MZ MCUs | Jerzy Kasenberg | |
| Two boards from Olimex are added: olimex_hmz144 with PIC32MZ2048EFM144 olimex_emz64.c with PIC32MZ2048EFH064 Both can be programmed with Segger JLINK probe using ICSP interface. (JTAG not tested but could also work but header is not mounted). | |||
| 2022-01-07 | Add driver for PIC32MZ MCUs | Jerzy Kasenberg | |
| Device-only driver for PIC32MZ MCUs. | |||
| 2022-01-07 | Merge branch 'master' into feature/feedback_format | Valentin Milea | |
| 2022-01-07 | Disable feedback format correction by default #1234 | Valentin Milea | |
| 2022-01-06 | Update README.rst | Man, Jianting (Meco) | |
| 2022-01-06 | Merge pull request #1272 from EmergReanimator/cortex-m33 | Ha Thach | |
| Enable breakpoints for ARM8M (e.g. cortex-m33) | |||
| 2022-01-06 | Enable breakpoints for ARM8M (e.g. cortex-m33) | EmergReanimator | |
| 2022-01-06 | Merge pull request #1271 from tannewt/rpi_zero | Ha Thach | |
| Add Raspberry Pi Zero W and Zero 2 W | |||
| 2022-01-05 | Skip dfu and usbtmc on pi zero | Scott Shawcroft | |
| 2022-01-05 | No exceptions on broadcom. Add parens to if | Scott Shawcroft | |
| 2022-01-05 | Unify skip and only logic for build scripts | Scott Shawcroft | |
| And switch to a single file that can include mcu, family or board. | |||
| 2022-01-05 | Skip net and freertos examples | Scott Shawcroft | |
| 2022-01-05 | Split by compiler for testing | Scott Shawcroft | |
| 2022-01-05 | Add Raspberry Pi Zero W and Zero 2 W | Scott Shawcroft | |
| These are different Broadcom chips. The peripherals are essentially the same. The main differences are: * The CPU(s) * The interrupt controller * The peripheral base address (but not the peripherals that we use) | |||
| 2022-01-02 | [rt-thread] add rt-thread os in readme | Meco Man | |
| 2021-12-31 | Add register file for Microchip PIC32MZ | Jerzy Kasenberg | |
| 2021-12-31 | Merge pull request #1264 from kasjer/kasjer/make-files-for-xc32 | Ha Thach | |
| build system: Changes for xc32 compiler | |||
| 2021-12-30 | Merge pull request #1263 from kasjer/kasjer/mynewt-eptri | Ha Thach | |
| Fix Mynewt build for Microchip PIC32MZ devices. | |||
| 2021-12-27 | Fix Mynewt build for Microchip PIC32MZ devices. | Jerzy Kasenberg | |
| definition of DEBUG breaks Microchip pic32 builds for Mynewt. When MCU is not VALENTYUSB_EPTRI there is no need to have any preprocessor definitions. It may not look like a big deal but for xc32 builds, compiler automatically force-includes some file that have structure with field name DEBUG that result in build error in dcd_eptri.c when this file is not really needed. Moving DEBUG and LOG_USB few lines down should not break eptri builds. | |||
| 2021-12-27 | build system: Changes for xc32 compiler | Jerzy Kasenberg | |
| Three changes are needed to accommodate xc32 compiler build: - optimized build flag other than -Os added CFLAGS_OPTIMIZED that defaults to -Os but can be overridden in boards - build without -lnosys added LIBS_GCC with default libraries that can be changed in boards - build without LD_FILE specification if LD_FILE is empty -Wl,-T options is not added to LDFLAGS | |||
| 2021-12-23 | Merge pull request #1260 from leptun/patch-1 | Ha Thach | |
| Fix typo | |||
| 2021-12-22 | Fix typo | Alex Voinea | |
| Oops. Made a typo in 6de423606fc9d512efb830b198c76f095a182a1c | |||
| 2021-12-22 | Merge pull request #1258 from leptun/nucleo-f439zi | Ha Thach | |
| nucleo-f439zi support | |||
| 2021-12-21 | nucleo-f439zi support | Alex Voinea | |
| 2021-12-21 | Merge pull request #1255 from hathach/add-s3-devkitm | Ha Thach | |
| Add s3 devkitm & devkitc | |||
| 2021-12-21 | add s3 devkitc | hathach | |
| 2021-12-21 | skip ci for s3 | hathach | |
