| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-07 | Correctly initialize and handle the system tick | Stefan Kerkmann | |
| Forgot to reload the systick timer in the irq handler | |||
| 2021-08-07 | Remove unsuitable clock configurations from init code | Stefan 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-07 | Use nuclei-sdk functions for init code | Stefan 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-07 | Cleanup include paths and use linker files from nuclei-sdk | Stefan Kerkmann | |
| 2021-08-07 | Remove redundant linker files | Stefan Kerkmann | |
| We use the linker files provided by nuclei-sdk instead | |||
| 2021-08-06 | Merge pull request #985 from HiFiPhile/same70 | Ha Thach | |
| SAMx7x improvements | |||
| 2021-08-03 | Set FreeRTOS to RISC-V (doesn't compile) | Stefan Kerkmann | |
| 2021-08-03 | Use JTAG for jlink flashing | Stefan Kerkmann | |
| 2021-08-03 | Minor clean ups | Stefan Kerkmann | |
| 2021-08-03 | Add board support for gd32vf103 longan nano | Stefan Kerkmann | |
| 2021-07-30 | Move clock enable to BSP. | MasterPhi | |
| 2021-07-27 | Small tidy up for waveshare openh743i BSP. | Ben Evans | |
| 2021-07-27 | Added BSP for waveshare openh743i. | Ben Evans | |
| 2021-07-22 | Merge pull request #950 from HiFiPhile/dfu | Ha Thach | |
| DFU improvements | |||
| 2021-07-19 | clean up warning | hathach | |
| 2021-07-18 | Use USBHS_Handler | MasterPhi | |
| 2021-07-17 | Merge branch 'master' into dcd_same70 | HiFiPhile | |
| 2021-07-15 | skip lto for samd11 build | hathach | |
| 2021-07-02 | Merge branch 'master' into kkitayam-fix_rtt_for_rx_family | hathach | |
| 2021-07-02 | extend stack areas to enable logging | kkitayam | |
| add dummy functions to avoid warnings when logging is enable remove codes regarding OPTLIB | |||
| 2021-07-01 | better support for hid device set/get protocol | hathach | |
| add caplock detection for hid_composite | |||
| 2021-06-29 | fix typo | hathach | |
| 2021-06-29 | rename rx65n cloud kit to target | hathach | |
| adding note for adding jlink support for rx65n_target board | |||
| 2021-06-28 | merge saml21 + saml22 = saml2x | hathach | |
| 2021-06-28 | rename bsp saml22 to saml2x | hathach | |
| 2021-06-28 | Merge pull request #927 from hathach/add-rx65n-board | Ha Thach | |
| Add rx65n board | |||
| 2021-06-28 | update doc and clean up | hathach | |
| 2021-06-28 | rename rx63n to simply rx | hathach | |
| 2021-06-28 | refactor rx6x bsp | hathach | |
| 2021-06-28 | fix rx65n with freertos build | hathach | |
| 2021-06-27 | add options for e2l | kkitayam | |
| 2021-06-26 | add handling for software configurable interrupts. | kkitayam | |
| 2021-06-26 | fix baudrate setting | kkitayam | |
| 2021-06-22 | change 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-20 | adding rx65n | hathach | |
| 2021-06-19 | fix build with saml21, update microchip driver submodule | hathach | |
| 2021-06-18 | fix build with mm32 board | hathach | |
| 2021-06-18 | dsp updata | zhangslice | |
| Signed-off-by: zhangslice <[email protected]> | |||
| 2021-06-15 | add support SAML21 | sabas1080 | |
| 2021-06-12 | Rename SAM7X to SAMX7X | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-12 | dcd: sam7x: rename family dcd to include the whole family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-11 | bsp: same70_xplained: replace template vars from make | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-11 | bsp: same70_xplained: fix unused variable warning | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-10 | Make examples standalone buildable via CMake | graham sanderson | |
| 2021-06-02 | undo search replace error | graham sanderson | |
| 2021-06-02 | minor comment change to force rebuild | graham sanderson | |
| 2021-06-02 | move core definition of source file includes from SDK into family.cmake | graham sanderson | |
| only build webserver example if lwip submodule initialized | |||
| 2021-06-01 | remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD setting | graham sanderson | |
| 2021-06-01 | rename family.cmake to family_common.cmake | graham sanderson | |
| 2021-06-01 | fix rp2040 examples build from local tinyusb tree | graham sanderson | |
