Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wahlencraft committed Aug 9, 2021
1 parent 74e39e0 commit 5605062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [1.0.0] - 2021-08-09
### Added
- You can now delete an alarm directly from the alarm edit menu.
- You can now listen to a song directly from the alarm edit menu.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ hardware and implement what I can from scratch. For example, I wrote my own
library for the display and I use real hardware interrupts for button clicks and
time based events.

I made a short [YouTube video](https://youtu.be/I4LGKX7zu-I) showing some of the
functionallity of the clock.

## Dependencies
* [Raspberry Pi Pico SDK](https://github.com/raspberrypi/pico-sdk): The
standard library for working with Pico.
Expand Down Expand Up @@ -42,7 +45,7 @@ A .elf and .uf2 binary can be downloaded for 1.0 or later. You can also clone th
Hold down the bootsel button and plug Rasperry Pi Pico into a USB port on your computer (Windows or Linux). The Pico will mount as a USB Mass Storage
Device. Drag and droop the .uf2 file on the Pico.

### ELF
#### ELF
The .elf file can be loaded to the pico over UART. This is most easily done from a Rasperry Pi (computer), but can also be done with another Pico using Picoprobe. See [Getting started with Raspberry Pi Pico: Appendix A](https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf)

If loading code over UART (from for example a Raspberry Pi) some unexpected
Expand Down

0 comments on commit 5605062

Please sign in to comment.