Go to file
2022-09-11 19:01:08 +02:00
app Finished to port the NRF24L01P library in C on the W801 board 2022-09-11 19:01:08 +02:00
app_include Reworked file tree + added new header and source file for the NRF driver that i'll eventually write one day when I get to it ^^ 2022-08-16 18:06:29 +02:00
doc First commit 2022-06-10 07:20:18 +02:00
include Finished to port the NRF24L01P library in C on the W801 board 2022-09-11 19:01:08 +02:00
ld/w800 First commit 2022-06-10 07:20:18 +02:00
lib/w800 no op 2022-07-03 18:48:33 +02:00
platform Changed SPI pins 2022-08-16 18:10:43 +02:00
src Added missing freertos function needed with nimble + added function to stop echoing from client during telnet session 2022-07-05 14:32:16 +02:00
tools/w800 Finished to port the NRF24L01P library in C on the W801 board 2022-09-11 19:01:08 +02:00
.gitignore no op 2022-07-03 18:48:33 +02:00
LICENSE Initial commit 2022-05-23 14:46:20 +02:00
Makefile Finished to port the NRF24L01P library in C on the W801 board 2022-09-11 19:01:08 +02:00
README.md Mise à jour de 'README.md' 2022-05-23 14:54:03 +02:00

W801_SDK_dev_env

What does this repository contain ?

This repository contains a working dev environment for the W801 MCU.
It is a test platforme where I can try and learn the provided SDK API.
So the software doesn't serve a particular purpose, it's more of a playing field.

Getting started:

TODO