Skip to content

Commit

Permalink
Anjay-mbedos-client 20.05.1
Browse files Browse the repository at this point in the history
Improvements:

    - improved compatibility with more boards - the code should now
      compile when different target is selected
  • Loading branch information
Mateusz Krawiec committed May 29, 2020
1 parent 20be94d commit e3a9eb3
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 399 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@

## Supported hardware and overview

This example project targets the STM32L496AG-DISCOVERY development kit
This example project mainly targets the STM32L496AG-DISCOVERY development kit
[P-L496G-CELL02](https://www.st.com/en/evaluation-tools/p-l496g-cell02.html)
along with the optional
[X-NUCLEO-IKS02A1](https://www.st.com/en/ecosystems/x-nucleo-iks02a1.html)
sensor board.

However, the code should run with basic functionality on any officially supported board by mbedOS:
https://os.mbed.com/platforms, having at least 512K flash and 32K of memory and additional SPI
chip for configuration persistence, with the exception that the network setup will need to be
implemented (see NetworkService class in main.cpp).

It uses [mbedOS](https://www.mbed.com/en/platform/mbed-os/) as the base
operating system.

Expand Down
266 changes: 0 additions & 266 deletions avs_qspi.cpp

This file was deleted.

54 changes: 0 additions & 54 deletions avs_qspi.h

This file was deleted.

Loading

0 comments on commit e3a9eb3

Please sign in to comment.