| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-19 | whitespace | hathach | |
| 2021-08-19 | rename to stm32f103_bluepill | hathach | |
| 2021-08-19 | add stm32f103 mini v2.0 board | hathach | |
| 2021-08-19 | group stm32f1 board | hathach | |
| 2021-08-15 | Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb | Ha Thach | |
| [PORT] Add GD32VF103 support and Sipeed Longan Nano Board support | |||
| 2021-08-15 | change toolchain to riscv-none-embed-gcc-xpack for ci | hathach | |
| 2021-08-15 | move gd32vf103 to its own family | hathach | |
| 2021-08-09 | Update systick reload value | Stefan Kerkmann | |
| The systick timer is driven by the AHB bus divided by 4, set the correct reload value to generate a timer irq every ms. | |||
| 2021-08-07 | Minor style changes | Stefan Kerkmann | |
| 2021-08-07 | Code style changes | Stefan Kerkmann | |
| 2021-08-07 | Use functions provided by the nuclei-sdk hal | Stefan Kerkmann | |
| 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 | Update nuclei-sdk with __riscv_flen fix | Stefan Kerkmann | |
| 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-28 | update renesas rx submodule | 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-15 | add support SAML21 | sabas1080 | |
