Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

33 lines (29 loc) · 1.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2022-10-13

Added

  • Added module crc.rs
  • Added module error.rs
  • Added module gpio.rs
  • Added module hif.rs
  • Added module macros.rs
  • Added module registers.rs
  • Added module socket.rs
  • Added module spi.rs
  • Added module types.rs
  • Added module wifi.rs
  • Added some tests for spi module
  • Added notice from the Atmel Atwinc1500 host driver
  • Implemented read/write data, read/write register spi methods
  • Roughly implemented several host interface methods
  • Implemented read mac address
  • Implemented read firmware version
  • Implemented gpio control (direction/logical value)
  • Implemented connect to station with WPA2
  • Implemented disconnect from station
  • Implemented default connect (last successful network)