1
0
Fork 0
Commit graph

13 commits

Author SHA1 Message Date
Adam Blair
e494eab608 Wasp A La carte
Configure wasp using a central toml file

Signed-off-by: Adam Blair <adampblair@protonmail.com>
2023-03-19 15:17:18 +00:00
Francesco Gazzetta
36bbdaff6d Add *.mpy to gitignore
.mpy files are micropython bytecode and should be ignored.
Now that user-defined apps are implemented, it's likely that .mpy files
will be present in apps/

Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
2021-12-24 09:14:03 +00:00
Daniel Thompson
ab84121d62 gitignore: Add a couple of extra temporary file types to the ignore list
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-06-20 09:28:35 +01:00
Aidan Houlihan
393dfefc86 apps: pager: notifications: Added remove all notifications dialog
Signed-off-by: Aidan Houlihan <aidandhoulihan@gmail.com>
[daniel@redfelineninja.org.uk: Minor changes to .gitignore]
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-11-29 09:12:03 +00:00
Daniel Thompson
6c7337fb1e dsd6, nitrogen: Make them build again
Fixes: 9eb9b74 ("Update preprocess to use $(BOARD)").
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-06-17 21:35:19 +01:00
Daniel Thompson
50f30616c6 gitignore: Doesn't grumble about indexer files
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-06-09 21:32:47 +01:00
Daniel Thompson
50ecff29ef wasp: Automatically generate watch.py for PineTime
This should ensure that main.py is always up to date.
2020-04-11 21:12:18 +01:00
Daniel Thompson
27e35527ff docs: Use sphinx to gather together all the wasp docs 2020-02-22 21:17:30 +00:00
Daniel Thompson
42abed4b37 gitignore: Hide the attic/ 2020-02-19 19:57:08 +00:00
Daniel Thompson
e6c44fad0c gitignore: Hide a cached Python bytecode 2020-01-31 19:21:58 +00:00
Daniel Thompson
7241fce7e4 gitignore: Ignore vim swap files 2020-01-28 21:27:02 +00:00
Daniel Thompson
2a7d892191 gitignore: Hide binary files more thoroughly 2020-01-20 08:03:36 +00:00
Daniel Thompson
88e736c9e9 Initial revision
This is a just a rather hacky combined build environment.
2020-01-14 21:32:59 +00:00