summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2021-03-10Update pico sdk 1.1.0 (#712)Ha Thach
* update pico-sdk to 1.1.0 also correct fetch_submodule_if_empty behavior
2021-03-05clean uphathach
some how lpc55 ci cannot build without pre-checkout lib/sct_neopixel
2021-03-05nrf add lib/CMSIS_5 to DEPS_SUBMODULEShathach
2021-03-05update DEPS_SUBMODULES to optimize cihathach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-04merge no-family example buildhathach
specify FAMILY_SUBMODULES for all boards
2021-03-04fix enum walkaround forever check for SE0 when pull up is disabledhathach
2021-03-03clean uphathach
2021-03-03add h745disco to family grouphathach
2021-03-03group h743eval and h743nucleo into stm32h7hathach
tested and work well
2021-03-03mcb1800 and lpc18s37 work well with both device and host demohathach
2021-03-03add lpc18 familyhathach
2021-03-02rp2040 able to get log with rtthathach
add note for segger rtt block search range
2021-03-02update pico-sdk to more recent commithathach
- move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset
2021-03-02Merge pull request #684 from hathach/rp2040-host-exampleHa Thach
add rp2040 to host example build
2021-03-02move fomu to its own family, update ci with build risvhathach
2021-03-02update ci for msp430 familyhathach
2021-03-02move msp430 into familyhathach
2021-03-02remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5hathach
2021-03-01fix ci build for same boardhathach
2021-03-01update microchip_driverhathach
2021-03-01update family submodulehathach
temporarily disable other orphaned and esp32s2 build
2021-03-01try to fetch needed mcu submodule while running makehathach
2021-03-01added lpcxpresso 55s28hathach
2021-03-01move lpc55 into its own familyhathach
2021-02-28SAM E54 Xplained Pro: applies reviewer feedbackJean Gressmann
2021-02-28SAM 54 Xplained Pro: fix inverted logic for board ledJean Gressmann
2021-02-26fix indenthathach
2021-02-26add rp2040 to host example buildhathach
2021-02-24clean uphathach
2021-02-23rt1011 msc host workhathach
2021-02-23nxp tdi: hcd_init() reset and set host modehathach
2021-02-20Adds support for Microchip SAM E54 Xplained ProJean Gressmann
2021-02-19Merge pull request #660 from hathach/fix-typo-midi-write24Ha Thach
Fix typo midi write24
2021-02-19update adafruit rp2040 board definehathach
2021-02-18rp2040/family.c: allow LED_PIN to be undefinedAndrew Scheller
2021-02-08add basic support for rt-threadtfx2001
2021-02-03bsp: rename SAMD21 LUNA variant to luna_d21Katherine Temkin
We now have SAMD21 and SAMD11 variants of LUNA; so we'll rename the existing LUNA BSP to be more specific / reflect its version.
2021-02-03add BSP for SAMD11 variant of Great Scott Gadgets' LUNA boards (SAMD11)Katherine Temkin
2021-02-03added pyportalhathach
2021-02-03add pybadgehathach
also correct other samd51 tx,rx pin (not used yet)
2021-02-03update pico-sdk to 1.0.1hathach
2021-02-01add adafruit esp32s2 boardshathach
- metro esp32s2 - feather esp32s2 - magtag 29" gray
2021-02-01added enumerate walkaround for RP2040-E5hathach
- PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1 - target linke pico_fix_rp2040_usb_device_enumeration
2021-01-29add support for LOG=2hathach
LOGGER=rtt is not tested since jlink doesn't support rp2040 just yet
2021-01-27rp2040 move uart id to board specifichathach
2021-01-26add copy-artifact target, and add uf2 for all family boardhathach
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-25Merge pull request #604 from kamtom480/spresense-sdk-2.0.2Ha Thach
Update Spresense SDK and fix dcd issues
2021-01-25add adafruit feather, itsy bitsy and qt rp2040hathach
not tested, purely based on schematic