summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2021-07-27Added BSP for waveshare openh743i.Ben Evans
2021-07-22Merge pull request #950 from HiFiPhile/dfuHa Thach
DFU improvements
2021-07-19clean up warninghathach
2021-07-18Use USBHS_HandlerMasterPhi
2021-07-17Merge branch 'master' into dcd_same70HiFiPhile
2021-07-15skip lto for samd11 buildhathach
2021-07-02Merge branch 'master' into kkitayam-fix_rtt_for_rx_familyhathach
2021-07-02extend stack areas to enable loggingkkitayam
add dummy functions to avoid warnings when logging is enable remove codes regarding OPTLIB
2021-07-01better support for hid device set/get protocolhathach
add caplock detection for hid_composite
2021-06-29fix typohathach
2021-06-29rename rx65n cloud kit to targethathach
adding note for adding jlink support for rx65n_target board
2021-06-28merge saml21 + saml22 = saml2xhathach
2021-06-28rename bsp saml22 to saml2xhathach
2021-06-28Merge pull request #927 from hathach/add-rx65n-boardHa Thach
Add rx65n board
2021-06-28update doc and clean uphathach
2021-06-28rename rx63n to simply rxhathach
2021-06-28refactor rx6x bsphathach
2021-06-28fix rx65n with freertos buildhathach
2021-06-28update renesas rx submodulehathach
2021-06-27add options for e2lkkitayam
2021-06-26add handling for software configurable interrupts.kkitayam
2021-06-26fix baudrate settingkkitayam
2021-06-22change stdio channel to SCI5 from SCI0.kkitayam
change ports settings for LED and button. add PLL setting for 240MHz based on HOCO into HardwareSetup().
2021-06-20adding rx65nhathach
2021-06-19fix build with saml21, update microchip driver submodulehathach
2021-06-18fix build with mm32 boardhathach
2021-06-18dsp updatazhangslice
Signed-off-by: zhangslice <[email protected]>
2021-06-18add mindmotion mm32sdk as submodulehathach
remove the local copy of mm32
2021-06-18Add MM32 SDK and USB driverzhangslice
Signed-off-by: zhangslice <[email protected]>
2021-06-15add support SAML21sabas1080
2021-06-12Rename SAM7X to SAMX7XMasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-12dcd: sam7x: rename family dcd to include the whole familyRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11bsp: same70_xplained: replace template vars from makeRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11bsp: same70_xplained: fix unused variable warningRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-10Make examples standalone buildable via CMakegraham sanderson
2021-06-07Add MM32 SDK and USB driver (#869)zhangslice
* Add MM32 SDK and USB driver * add mindmotion mm32sdk as submodule remove the local copy of mm32 * mit license Signed-off-by: zhangslice <[email protected]> Co-authored-by: hathach <[email protected]>
2021-06-02undo search replace errorgraham sanderson
2021-06-02minor comment change to force rebuildgraham sanderson
2021-06-02move core definition of source file includes from SDK into family.cmakegraham sanderson
only build webserver example if lwip submodule initialized
2021-06-01remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD settinggraham sanderson
2021-06-01damn submodules!graham sanderson
2021-06-01rename family.cmake to family_common.cmakegraham sanderson
2021-06-01fix rp2040 examples build from local tinyusb treegraham sanderson
2021-05-31restore unintentionally modified submodulesgraham sanderson
2021-05-31guard stdio_uart_init_full with LIB_PICO_STDUI_UART as the function doesn't ↵graham sanderson
exist otherwise
2021-05-31set PICO_TINYUSB_PATH for when building from within tinyusb without ↵graham sanderson
pico-sdk/tinyusb submodule
2021-05-31Fix up build_family style builds:graham sanderson
- added back pre-existing board directories which now just select PICO_BOARD - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py
2021-05-30Rework rp2040 examples and CMake build:graham sanderson
- Examples should be CMake buildable from their own subdirectory; such a build will error out based on matching .skip.MCU_xxx or a mismatched .only.MCU_ - It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which examples get built - The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have everything encapsulated in the FAMILY/family.cmake - pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they also build correctly when included from there. Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
2021-05-26fix dfu example buildhathach
2021-05-26fix board test example build with nrfhathach