summaryrefslogtreecommitdiff
path: root/hw/bsp
AgeCommit message (Collapse)Author
2021-08-07Correctly initialize and handle the system tickStefan Kerkmann
Forgot to reload the systick timer in the irq handler
2021-08-07Remove unsuitable clock configurations from init codeStefan Kerkmann
Only 48MHz, 72MHz, 96MHz and 120 MHz system clocks derived from an external crystal are suitable for the usb peripheral, as the internal oscillator is not stable enough. Also the usb-prescaler only supports division by 1 (48MHZ), 1.5(72MHz), 2(96MHz) and 2.5(120Mhz). 120Mhz is also out of spec and not added here.
2021-08-07Use nuclei-sdk functions for init codeStefan Kerkmann
Instead of using the HAL functions we can just use the defines from the board support for the longan nano that comes with the nuclei-sdk. Also we move some includes and defines to the header file.
2021-08-07Cleanup include paths and use linker files from nuclei-sdkStefan Kerkmann
2021-08-07Remove redundant linker filesStefan Kerkmann
We use the linker files provided by nuclei-sdk instead
2021-08-06Merge pull request #985 from HiFiPhile/same70Ha Thach
SAMx7x improvements
2021-08-03Set FreeRTOS to RISC-V (doesn't compile)Stefan Kerkmann
2021-08-03Use JTAG for jlink flashingStefan Kerkmann
2021-08-03Minor clean upsStefan Kerkmann
2021-08-03Add board support for gd32vf103 longan nanoStefan Kerkmann
2021-07-30Move clock enable to BSP.MasterPhi
2021-07-27Small tidy up for waveshare openh743i BSP.Ben Evans
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-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-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-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-01rename family.cmake to family_common.cmakegraham sanderson
2021-06-01fix rp2040 examples build from local tinyusb treegraham sanderson