Go to file
2022-08-16 18:11:03 +02:00
app Merge branch 'master' of http://82.64.196.164/git/Th3maz1ng/W801_SDK_dev_env 2022-08-16 18:11:03 +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 Updated freertos version from 7.0.2 to 8.0.0 in the project. Next step is to upgrade to 8.2.1 to have more timer features 2022-06-26 21:21:54 +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 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
.gitignore no op 2022-07-03 18:48:33 +02:00
LICENSE Initial commit 2022-05-23 14:46:20 +02:00
Makefile 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
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