stm32cube-database VS linux-on-litex-vexriscv

Compare stm32cube-database vs linux-on-litex-vexriscv and see what are their differences.

stm32cube-database

STM32Cube database mirror/history tracking repository (by esden)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
stm32cube-database linux-on-litex-vexriscv
1 13
7 535
- 2.8%
7.3 5.4
8 months ago 20 days ago
FreeMarker Python
- BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stm32cube-database

Posts with mentions or reviews of stm32cube-database. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-10.
  • FPGA dev board that's cheap, simple and supported by OSS toolchain
    8 projects | news.ycombinator.com | 10 Jan 2021
    There's probably no guarantees but in my experience if two devices link to the same version xml file their peripheral registers at least will be identical. Quirks and silicon bugs, you are on your own of course... but then the ref manual doesn't help with that either!

    [1] https://github.com/esden/stm32cube-database/tree/master/db/m...

linux-on-litex-vexriscv

Posts with mentions or reviews of linux-on-litex-vexriscv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-23.
  • Need help to build a RISC-V Processor on Artix-7 FPGA: Final Year Engineering Project Guide
    4 projects | /r/RISCV | 23 Oct 2023
    With LiteX you can synthesize a VexRiscV processor. You can run Linux on it. The toolchain is pretty easy to use, as long as you use Xilinx Vivado to compile to gateware.
  • Education board tips
    1 project | /r/RISCV | 14 Jun 2023
    Hello, we are planning to rebuild a computer architectures course at uni and the idea is to teach the basics using the riscv architecture. We are looking for an affordable development board that could be used to demonstrate both bare-metal programming as well as interfacing hardware via mmap from OS to build up the experience with accessing the registers directly, and then introducing virtual memory, memory hierarchy, etc. So far it seems like a best option to utilize some compatible FPGA development board and the litex ( https://github.com/litex-hub/linux-on-litex-vexriscv ) project to achieve the afforementioned. Would you have any comment on that or perhaps some other recommendation for an affordable development board? Thanks for any tips.
  • RISC-V Business: Testing StarFive's VisionFive 2 SBC
    3 projects | news.ycombinator.com | 3 Mar 2023
    The repo below has support for building a 32bit RISC-V CPU for de10nano. It also includes information about booting Linux.

    https://github.com/litex-hub/linux-on-litex-vexriscv

    The CPU will likely have a clock speed around 100Mhz, far slower than the 1.5Ghz 64bit cores on the VisionFive 2 or Pi4. The FPGA might still be useful if you want to customize the CPU or integrate other custom hardware.

  • Linux on LiteX
    1 project | news.ycombinator.com | 30 Jan 2023
  • Building RISCV that can eventually run Linux OS
    1 project | /r/RISCV | 7 Sep 2022
  • CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
    2 projects | news.ycombinator.com | 26 Jul 2022
    You can run linux even on an entirely open source from hardware to software toolchain: https://github.com/litex-hub/linux-on-litex-vexriscv
  • FPGA
    1 project | /r/RISCV | 12 Mar 2022
    On the other hand, if you really want a budget FPGA board under 100 USD that can implement a Linux-capable RISC-V SoC, you will need to implement a simple 32-bit one but indeed possible. See https://github.com/litex-hub/linux-on-litex-vexriscv for instance. You will get additional frequencies (still an order of 100 MHz though), I/O ports and such if you can spend 200 to 300 USD.
  • Best fpga for making multicore linux-capable SoC?
    2 projects | /r/FPGA | 7 Mar 2022
    An Artix 7 100k (like in the 'big' Arty A7 board) will comfortably fit 4 VexRiscv @ 100 MHz in a Litex SoC with all the bells and whistles; you can already fit a SoC with 2 Vex in the smaller 35k. Running Linux on that is very easy.
  • Is it possible to build a RISCV Core on FPGA which runs Linux on top of it?
    3 projects | /r/RISCV | 26 Feb 2022
  • Why has the barrier to entry for hardware design in general reduced so slowly?
    1 project | /r/FPGA | 27 Sep 2021
    Accessibility has improved significantly over the last few years. You can now buy any of the Lattice iCE40 or ECP5 boards from this page and use the yosys open-source workflow to upload real designs to the cores, including soft cores capable of running real, unmodified Linux. These tools are actively developed and are used by the open-source FPGA community at large (with the iCE40 and ECP5 receiving massive upticks in mindshare as a result).