| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-15 | merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & ↵ | hathach | |
| OPT_MCU_SAML22 | |||
| 2025-07-09 | add board_vbus_set() for samd21/d51 to enable usb host vbus | hathach | |
| enable host example build for samd21/d51 | |||
| 2025-07-09 | Merge branch 'refs/heads/master' into fork/ChrisDeadman/hcd-samd-support | hathach | |
| 2025-01-24 | add cmake RTOS=zephyr (default noos) for zephyr build | hathach | |
| 2025-01-22 | - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict ↵ | hathach | |
| with zephyr - change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target | |||
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach | |
| 2024-10-20 | add support for native SAMD HCD | Deadman | |
| 2024-05-06 | update flash openocd | hathach | |
| 2024-05-03 | - add cmake to samd11 | hathach | |
| - build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel | |||
| 2024-05-03 | add cmake for saml2x | hathach | |
| 2024-04-24 | update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 ↵ | hathach | |
| samd51 nrf | |||
| 2024-04-24 | clang make work for samd21 | hathach | |
| 2024-04-24 | fix samd linker with clang: cannot self-check defined symbol with lld e.g ↵ | hathach | |
| `STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0 | |||
| 2024-04-19 | clang samd21 build but has issue as samd51 | hathach | |
| 2024-03-09 | sparkfun_samd21_mini_usb board support | Deadman | |
| 2023-12-26 | tested other ports with featherwing max3421, change cs, intr pin to D10, D9 | hathach | |
| 2023-12-18 | update FreeRTOSConfig.h | hathach | |
| - remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil | |||
| 2023-12-13 | try to add samd51 to hil pool using doublereset (rpi gpio) and bossac | hathach | |
| 2023-11-23 | move tools/cmake to examples/build_system | hathach | |
| 2023-11-23 | make nanolib linking explicitly by each family/board | hathach | |
| 2023-11-20 | update example to work with featherwing max3421, set max3421 GPIO0 for vbus | hathach | |
| tested with feather nrf52840, m0, m4 | |||
| 2023-11-16 | switch freertos to static allocation only (dynamic = 0), since it is ↵ | hathach | |
| possible now with latest freertos cmake | |||
| 2023-10-04 | change tuh_max3421_spi_xfer_api() signature | hathach | |
| tested working with sam d21 and d51, not tested with nrf52, seem not working with esp32 | |||
| 2023-09-27 | Merge branch 'master' into add-max3421-esp32 | hathach | |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach | |
| change tuh_int_handler() to take in_isr as optional parameter (default = true) | |||
| 2023-09-26 | tested cdc_msc_hid_freertos with samd51 | hathach | |
| add -Wno-error=format for espressif wrap up cdc_msc_hid_freertos | |||
| 2023-09-18 | add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhz | hathach | |
| 2023-09-11 | wrap up build cmake & make support for max3421, to enable the Host driver, ↵ | hathach | |
| 'MAX3421_HOST=1' must be added as part of make/cmake command | |||
| 2023-09-09 | both samd21/d51 works perfectly with max3421e | hathach | |
| 2023-09-07 | more ci fix | hathach | |
| 2023-09-07 | fix ci | hathach | |
| 2023-09-07 | add cmake support for samd21. | hathach | |
| update ci cmake | |||
| 2023-08-04 | Merge pull request #2204 from hathach/enhance-bsp | Ha Thach | |
| Enhance bsp | |||
| 2023-08-03 | more board_api.h rename | hathach | |
| 2023-06-30 | Update support for Cynthion boards | mndza | |
| - Rename LUNA to Cynthion - Add support for newer revisions (>=0.6) - Bootloader (saturn-v) default size is now 2K | |||
| 2023-06-24 | add CPU_CORE for all family | hathach | |
| 2023-03-19 | add CFLAGS_SKIP to improve sam compile time | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-16 | rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC | hathach | |
| also fix trailing spaces | |||
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2022-06-02 | rework make freertos port handling | Rafael Silva | |
| this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <[email protected]> | |||
| 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. | |||
| 2021-12-20 | samd21: make uart_init() static | Matt Johnston | |
| Avoids a linker conflict if programs are using the same function name. | |||
| 2021-11-01 | samd21: enable SysTick only if running w/o OS | Jean Gressmann | |
| 2021-10-31 | Adds support for Adafruit Trinket M0 | Jean Gressmann | |
| 2021-10-29 | Add Adafruit QT Py board | Matt Johnston | |
| Straight copy of itsybitsy_m0/ with MCU changed to ATSAMD21E18 LED and button are disabled. LED is a neopixel so could be added later. | |||
| 2021-10-29 | samd21: Make LED_PIN and BUTTON_PIN optional | Matt Johnston | |
| Some boards don't have them, just ignore | |||
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-10-09 | Add compile option to allocate video data into flash in video_capture example | kkitayam | |
