summaryrefslogtreecommitdiff
path: root/hw/bsp/same70_xplained
AgeCommit message (Collapse)Author
2025-10-14refactor same7x using codexhathach
2025-07-02remove legacy DEPS_SUBMODULES in makehathach
2025-02-14Add full/high speed compile flag for Microchip SAME70 examplesDevin Auclair
Default is still high speed, but setting SPEED=high|full work as expected. `make BOARD=same70_xplained SPEED=full` Tested with examples/device/cdc_msc ```preformatted lsusb -v ... TinyUSB Device: Product ID: 0x4003 Vendor ID: 0xcafe Version: 1.00 Serial Number: 0123456789ABCDEF Speed: Up to 12 Mb/s <------ full speed here Manufacturer: TinyUSB Location ID: 0x03142130 / 12 Current Available (mA): 500 Current Required (mA): 100 Extra Operating Current (mA): 0 Media: Mass Storage: Capacity: 8 KB (8,192 bytes) Removable Media: Yes BSD Name: disk5 Logical Unit: 0 Partition Map Type: Unknown S.M.A.R.T. status: Verified USB Interface: 2 ```
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-08-03more board_api.h renamehathach
2023-03-19add CFLAGS_SKIP to improve sam compile timehathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-08Merge branch 'master' into renesas-rahathach
2022-06-29fix buid_board.py scripthathach
2022-06-02rework make freertos port handlingRafael 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]>
2021-10-17more -Wcast-qualhathach
2021-07-30Move clock enable to BSP.MasterPhi
2021-07-19clean up warninghathach
2021-07-18Use USBHS_HandlerMasterPhi
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-03-18add example specific DEPS_SUBMODULEShathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-04merge no-family example buildhathach
specify FAMILY_SUBMODULES for all boards
2021-01-26change output filename to BOARD-Directoryhathach
2020-11-09fix cihathach
2020-11-09same70 xplained uart via edbg work with board_testhathach
2020-11-09same70 xplained led and button works wiht board_test examplehathach