Skip to content

Commit

Permalink
Merge pull request #87 from Marzogh/development
Browse files Browse the repository at this point in the history
Pull final code changes for v3.0.0
  • Loading branch information
Marzogh authored Nov 4, 2017
2 parents 05074a8 + d3fb527 commit 298751d
Show file tree
Hide file tree
Showing 35 changed files with 2,615 additions and 4,188 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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 @@ -16,6 +15,7 @@ script:
#- build_platform mega
#- build_platform fio
#- build_platform micro
#- build_platform trinket
notifications:
email:
on_success: change
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 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)
# 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)

### 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 @@ -13,7 +18,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.2
- IDE v1.8.1-v1.8.3

##### Boards

Expand All @@ -28,7 +33,6 @@ 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: 0 additions & 1 deletion examples/FlashDiagnostics/.trinket.test.skip

This file was deleted.

Loading

0 comments on commit 298751d

Please sign in to comment.