Skip to content

Commit

Permalink
release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Apr 27, 2020
1 parent f977f68 commit 4f00c98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/tockloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Print one page of flash contents.
### erase\_apps
```py

def erase_apps(self, force=False)
def erase_apps(self)

```

Expand Down Expand Up @@ -210,7 +210,7 @@ Set a flag in the TBF header.
### uninstall\_app
```py

def uninstall_app(self, app_names, force=False)
def uninstall_app(self, app_names)

```

Expand Down Expand Up @@ -358,8 +358,9 @@ def _update_board_specific_options(self)



This uses the name of the board to update any options about how apps
should be loaded on this board that are hardcoded in Tockloader.
This uses the name of the board to update any hard-coded options about
how Tockloader should function. This is a convenience mechanism, as it
prevents users from having to pass them in through command line arguments.



2 changes: 1 addition & 1 deletion tockloader/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.0-dev'
__version__ = '1.4.0'

0 comments on commit 4f00c98

Please sign in to comment.