Skip to content

Commit

Permalink
Revert "Pull final code changes for v3.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzogh authored Nov 4, 2017
1 parent 298751d commit d66de12
Show file tree
Hide file tree
Showing 35 changed files with 4,185 additions and 2,612 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before_install:
- source <(curl -SLs https://raw.githubusercontent.com/Marzogh/Travis-CI/master/install.sh)
script:
- build_main_platforms
- build_platform trinket
- build_platform rtl8195a
#- build_platform uno
#- build_platform due
Expand All @@ -15,7 +16,6 @@ script:
#- build_platform mega
#- build_platform fio
#- build_platform micro
#- build_platform trinket
notifications:
email:
on_success: change
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# SPIFlash [![Build Status](https://travis-ci.org/Marzogh/SPIFlash.svg?branch=dev)](https://travis-ci.org/Marzogh/SPIFlash) [![DOI](https://zenodo.org/badge/18908/Marzogh/SPIFlash.svg)](https://zenodo.org/badge/latestdoi/18908/Marzogh/SPIFlash)
[![GitHub release](https://img.shields.io/github/release/Marzogh/SPIFlash.svg)](https://github.com/Marzogh/SPIFlash)
[![GitHub commits](https://img.shields.io/github/commits-since/Marzogh/SPIFlash/v2.7.0.svg)](https://github.com/Marzogh/SPIFlash/compare/v2.7.0...development)
[![GitHub issues](https://img.shields.io/github/issues/Marzogh/SPIFlash.svg)](https://github.com/Marzogh/SPIFlash)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/Marzogh/SPIFlash.svg)](https://github.com/Marzogh/SPIFlash)
[![license](https://img.shields.io/github/license/Marzogh/SPIFlash.svg)](https://github.com/Marzogh/SPIFlash)
# SPIFlash [![Build Status](https://travis-ci.org/Marzogh/SPIFlash.svg?branch=master)](https://travis-ci.org/Marzogh/SPIFlash) [![DOI](https://zenodo.org/badge/18908/Marzogh/SPIFlash.svg)](https://zenodo.org/badge/latestdoi/18908/Marzogh/SPIFlash)

### Arduino library for Winbond Flash Memory Chips
<sup> Download the latest stable release (v2.6.0) from <a href = "https://github.com/Marzogh/SPIFlash/releases/latest">here</a>. Please report any bugs in issues.</sup>
Expand All @@ -18,7 +13,7 @@ This Arduino library is for use with Winbond serial flash memory chips. In its c
- IDE v1.5.x
- IDE v1.6.0-v1.6.5
- IDE v1.6.9-v1.6.12
- IDE v1.8.1-v1.8.3
- IDE v1.8.2

##### Boards

Expand All @@ -33,6 +28,7 @@ This Arduino library is for use with Winbond serial flash memory chips. In its c
- Arduino Mega
- Arduino Micro
- Arduino Fio
- Attiny85 Boards

###### In BETA
- ESP32 Boards (Tested on the Adafruit Esp32 Feather) The library is known to work with the ESP32 core as of the current commit <a href = "https://github.com/espressif/arduino-esp32/tree/9618eec19ea470bb59b9a25ebeb8c0c516ca89cc">9618eec</a> on 02.08.2017. ```ESP32 support will remain in beta till the ESP32 core can be installed via the Arduino boards manager.```
Expand Down
1 change: 1 addition & 0 deletions examples/FlashDiagnostics/.trinket.test.skip
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit d66de12

Please sign in to comment.