summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-17ft9xx: Fix Mynewt buildJerzy Kasenberg
Includes were moved few lines down to restore build with Mynewt build system.
2022-01-17Merge pull request #1277 from liamfraser/fix-cmake-skipHa Thach
Fix family_support.cmake to use new skip.txt and only.txt files
2022-01-17Merge pull request #1238 from ftdigdm/port-ft90xHa Thach
Port ft90x
2022-01-17Merge pull request #1269 from mysterywolf/masterHa Thach
[rt-thread] add rt-thread os in readme
2022-01-17Merge branch 'master' into port-ft90xHa Thach
2022-01-17correct link in rsthathach
2022-01-16Merge pull request #1270 from kasjer/kasjer/pic32mzHa Thach
Driver for Microchip PIC32MZ family
2022-01-16change OPT_MCU_PIC32MZ to value of 1900hathach
2022-01-16Merge pull request #1282 from hathach/fix-esp-ciHa Thach
Fix esp ci
2022-01-16update for s3hathach
2022-01-16more ci fixhathach
2022-01-16fix esp ci build with IDF version 5hathach
2022-01-16Merge pull request #1235 from vmilea/feature/feedback_formatHa Thach
Support disabling feedback format correction #1234
2022-01-16update format correction with actual bus speedhathach
2022-01-13Fix family_support.cmake to use new skip.txt and only.txt files for skipping ↵Liam Fraser
mcus
2022-01-07Add BSPs for Microchip PIC32MZ MCUsJerzy 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-07Add driver for PIC32MZ MCUsJerzy Kasenberg
Device-only driver for PIC32MZ MCUs.
2022-01-07Merge branch 'master' into feature/feedback_formatValentin Milea
2022-01-07Disable feedback format correction by default #1234Valentin Milea
2022-01-06Update README.rstMan, Jianting (Meco)
2022-01-06Merge pull request #1272 from EmergReanimator/cortex-m33Ha Thach
Enable breakpoints for ARM8M (e.g. cortex-m33)
2022-01-06Enable breakpoints for ARM8M (e.g. cortex-m33)EmergReanimator
2022-01-06Merge pull request #1271 from tannewt/rpi_zeroHa Thach
Add Raspberry Pi Zero W and Zero 2 W
2022-01-05Skip dfu and usbtmc on pi zeroScott Shawcroft
2022-01-05No exceptions on broadcom. Add parens to ifScott Shawcroft
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
And switch to a single file that can include mcu, family or board.
2022-01-05Skip net and freertos examplesScott Shawcroft
2022-01-05Split by compiler for testingScott Shawcroft
2022-01-05Add Raspberry Pi Zero W and Zero 2 WScott 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 readmeMeco Man
2021-12-31Add register file for Microchip PIC32MZJerzy Kasenberg
2021-12-31Merge pull request #1264 from kasjer/kasjer/make-files-for-xc32Ha Thach
build system: Changes for xc32 compiler
2021-12-30Merge pull request #1263 from kasjer/kasjer/mynewt-eptriHa Thach
Fix Mynewt build for Microchip PIC32MZ devices.
2021-12-27Fix 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-27build system: Changes for xc32 compilerJerzy 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-23Merge pull request #1260 from leptun/patch-1Ha Thach
Fix typo
2021-12-22Fix typoAlex Voinea
Oops. Made a typo in 6de423606fc9d512efb830b198c76f095a182a1c
2021-12-22Merge pull request #1258 from leptun/nucleo-f439ziHa Thach
nucleo-f439zi support
2021-12-21nucleo-f439zi supportAlex Voinea
2021-12-21Merge pull request #1255 from hathach/add-s3-devkitmHa Thach
Add s3 devkitm & devkitc
2021-12-21add s3 devkitchathach
2021-12-21skip ci for s3hathach
2021-12-20change ci to s3 to espressif_s3_devkitmhathach
2021-12-20add s3 devkitmhathach
2021-12-20Merge pull request #1252 from mkj/staticuartHa Thach
samd21: make uart_init() static
2021-12-20samd21: make uart_init() staticMatt Johnston
Avoids a linker conflict if programs are using the same function name.
2021-12-16Merge pull request #1244 from nxf58843/feature-kuiicHa Thach
Feature kuiic
2021-12-15Merge branch 'feature-kuiic' of https://github.com/nxf58843/tinyusb into ↵Greg Steiert
feature-kuiic
2021-12-15added KUIIC to supported boards listGreg Steiert
2021-12-15Update midi_test endpoints and FT9xx codeGordon McNab