Questions tagged [rio]

A modern and safe standard library for Haskell, aimed at industrial use.

The goal of the rio library is to make it easier to adopt Haskell for writing production software. It is intended as a cross between:

  • Collection of well designed, trusted libraries
  • Useful Prelude replacement
  • A set of best practices for writing production quality Haskell code

GitHub link

18 questions
0
votes
0 answers

How make available in Linux a Serial RapidIo device implemented in FPGA

I have to develop a Linux Serial RapidIo Device Driver that runs on the ARM of Zynq7000 that uses as HW SRIO the FW loaded in the FPGA section of Zynq7000. I was inspired by the source ..../linux-xilinx-v2020.1/drivers/rapidio/devices/tsi721.c which…
Pax to You
  • 71
  • 7
0
votes
1 answer

Combining Persistent with RIO logging to dump a table

I'm writing a toy example to learn Haskell database access with the Persistent library. To play around, I want to see what's in the DB (SQLite in Memory): import qualified Database.Persist.Sql as PSQL import qualified Data.Conduit.List …
Ulrich Schuster
  • 1,670
  • 15
  • 24
1
2