summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2021-04-11update rp2040 to use pico-sdk externallyhathach
also try to update ci
2021-04-11remove pico-sdk as submodulehathach
2021-04-09Add support for SAM L22 familyJoey Castillo
2021-03-31add sltb009a bspRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-31added comments for JLink connection work.kkitayam
2021-03-31add a submodule of Renesas RX family to `hw/mcu/renesas/rx`kkitayam
2021-03-31removed a submodule for Renesaskkitayam
2021-03-29move rx63n into its own familyhathach
2021-03-28added a submodule dependencykkitayam
2021-03-28added a submodule for RX63Nkkitayam
2021-03-28added a setting for RX63Xkkitayam
2021-03-28added short-enums into CFLAGSkkitayam
2021-03-27Set newlib as the default librarykkitayam
2021-03-27added settings for LWIP and FreeRTOSkkitayam
2021-03-27fixed definitions for stack areaskkitayam
2021-03-26update for gr_citurskkitayam
2021-03-26added board fileskkitayam
2021-03-23added efm32gg12 family cmsisRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-23add efm32gg12 familyRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-21Merge upstream TinyUSB masterJean Gressmann
2021-03-21SAM54 Xplained Pro: update board setup documentationJean Gressmann
2021-03-21SAM54 Xplained Pro: reduce board setup code for maintenanceJean Gressmann
The board now runs off the internal oscillator at 48 MHz. This is sufficient to run the TinyUSB examples. A better performing clock setup is keep in the file as init_clock_xtal() as an example.
2021-03-21SAM 54 Xplained Pro: remove board specific defineJean Gressmann
2021-03-19Fixed case in linker script nameNed Konz
2021-03-19Removed assertsNed Konz
2021-03-19Initial commit; copied from stmf072-disco and modified for -EVAL boardNed Konz
2021-03-18use boot2_generic_03h for adafruit feather rp2040hathach
- also use boot2_generic_03h for now for itsy bitsy and qt rp2040 - change default flash target for rp2040 to flash-pyocd
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-17spaceshathach
2021-03-17move esp32s2 and rp2040 target rule to its family.mkhathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-13SAM E54 XPlained Pro: use proper defines SPI->USART for board initJean Gressmann
2021-03-13SAM E54 XPlained Pro: free up DPLL1 for applicationJean Gressmann
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