Skip to content

Commit

Permalink
Update buildscripts to 1.13.0 to run bundle step
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc committed Jul 25, 2023
1 parent d73c9de commit d067fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .workbench/manifest.json
Expand Up @@ -6,7 +6,7 @@
"firmware": "deviceOS@source",
"compilers": "gcc-arm@10.2.1",
"tools": "buildtools@1.1.1",
"scripts": "buildscripts@1.11.0",
"scripts": "buildscripts@1.13.0",
"debuggers": "openocd@0.11.0-particle.4"
}
]
Expand Down
1 change: 1 addition & 0 deletions hal/src/nRF52840/littlefs/filesystem_impl.h
Expand Up @@ -24,6 +24,7 @@
#define FILESYSTEM_READ_SIZE (256)

#define FILESYSTEM_BLOCK_SIZE (sFLASH_PAGESIZE)

/* XXX: Using half of the external flash for now */
#define FILESYSTEM_BLOCK_COUNT (sFLASH_PAGECOUNT / 2)
#define FILESYSTEM_FIRST_BLOCK (0)
Expand Down

0 comments on commit d067fc1

Please sign in to comment.