summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/include/bsp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Remove uses of BSP-specific interrupt APISebastian Huber2023-06-161-6/+0
| | | | Update #3269.
* Add networking support for griscv bspJiri Gaisler2020-11-091-0/+14
| | | | | | | * Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
* imfs: Replace devfs with an IMFS specializationSebastian Huber2020-03-091-3/+0
| | | | | | | | | | | | | | | | Add a simplified path evaluation function IMFS_eval_path_devfs() for a device only IMFS configuration. The code size can be further reduced by the application if it disables the support for legacy IO drivers via: #define CONFIGURE_IMFS_DISABLE_MKNOD #define CONFIGURE_IMFS_DISABLE_MKNOD_DEVICE Obsolete CONFIGURE_MAXIMUM_DEVICES. Remove BSP_MAXIMUM_DEVICES. Update #3894. Update #3898.
* bsps: Adjust bsp.h Doxygen groupsSebastian Huber2019-03-081-0/+21
| | | | Update #3706.
* riscv: add griscv bspJiri Gaisler2019-01-221-0/+66
Update #3678.