Go to file
2022-07-01 00:37:09 +02:00
app Modified the behaviour of deleted tasks in freeRTOS, started to add a new task to have the shell remotely, changed the way the status led blinks, now it pulses with a fading effect 2022-07-01 00:37:09 +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 Added needed libs 2022-06-11 11:25:22 +02:00
platform Modified the behaviour of deleted tasks in freeRTOS, started to add a new task to have the shell remotely, changed the way the status led blinks, now it pulses with a fading effect 2022-07-01 00:37:09 +02:00
src Modified the behaviour of deleted tasks in freeRTOS, started to add a new task to have the shell remotely, changed the way the status led blinks, now it pulses with a fading effect 2022-07-01 00:37:09 +02:00
tools/w800 Added the BLE bluetooth demo in the cli. Disabled nimble to make it work 2022-06-26 21:23:06 +02:00
.gitignore Initial commit 2022-05-23 14:46:20 +02:00
LICENSE Initial commit 2022-05-23 14:46:20 +02:00
Makefile Added missing root Makefile ... 2022-06-11 10:21:24 +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