-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Hi all,
I was trying to implement my MRF24j40 on my raspberry without the need to slip the radio nor making all the routing set up myself as it is found here
So I stumbled upon this fork. Unfortunatly it didn't compile on my raspberry and was outdated. Moreover Riot has been having reworking of the main spi handler, netdev and folder organization
I used some part of the files of yschroed and some part of the files of native and rewote some spi/gpio handler into the current version of riot of my pc
It compiles (with WERROR=0) and run, using the MRF24j40 connect to the raspberry via spi but it is not clean and does not follow completely RIOT's way of coding.
So, if somebody having a knowledge advanced enough on RIOT (not me unfortunatly) can spend an hour making it clean and merging the code, that would be great for the community, especially as raspberry is widely used, I find that it's a shame having to use a slip instead of the gpio
The board and cpu files are attached
riot.zip