schinken / Flash

An Arduino library for smoother, easier access to Flash data.
11 stars 6 forks source link

Add library to official Library Manager #2

Closed schinken closed 8 years ago

mvhconsult commented 8 years ago

This seems to only require opening an issue at arduino, following https://www.arduino.cc/en/Guide/Libraries#toc3

eg https://github.com/arduino/Arduino/issues/5213 Need to fix issue #3 first, adding the required files.

schinken commented 8 years ago

Suggestion for library.properties:

name=Flash
version=1.0
author=Mikal Hart <mikal.n.hart@intel.com>
maintainer=Christopher Schirner <schinken@bamberg.ccc.de>, Michel V <mvhconsult@users.noreply.github.com>
sentence=A library to wrap accessing and writing to flash
category=Data Storage
url=http://github.com/schinken/Flash
architectures=avr
includes=Flash.h

@mvhconsult Do you want to publish your real mailaddress here? @nohorbee I need some details if you want to be listed at "maintainer"

mvhconsult commented 8 years ago

I'm ok with you as maintainer. I am currently not actively using this library, but don't mind doing some docs and upgrades. On the content: is it truly AVR limited, or could it work wider?

schinken commented 8 years ago

About the AVR stuff: I actually don't know, but I know it works on AVR :)

mvhconsult commented 8 years ago

ok, so let's be safe for now, until someone can test other hardware

nohorbee commented 8 years ago

Sure, which details would you need?

Norberto L. Herz [image: https://www.linkedin.com/pub/norberto-herz/5/887/177] https://www.linkedin.com/pub/norberto-herz/5/887/177 https://twitter.com/nohorbee https://www.facebook.com/nohorbee *"Peace cannot be kept by force. It only can be achieved by understanding"

On Tue, Aug 9, 2016 at 1:50 PM, Michel V. notifications@github.com wrote:

ok, so let's be safe for now, until someone can test other hardware

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/schinken/Flash/issues/2#issuecomment-238615813, or mute the thread https://github.com/notifications/unsubscribe-auth/ACKvmzlMA6SbQboersu6vsTmq7F-ad_hks5qeK_HgaJpZM4Jf9MJ .

mvhconsult commented 8 years ago

Another resource https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

schinken commented 8 years ago

Opened issue: https://github.com/arduino/Arduino/issues/5229

mvhconsult commented 8 years ago

Congrats!

schinken commented 8 years ago

Added :)