Skip to content

Commit

Permalink
apps/slinky: Dependency issue
Browse files Browse the repository at this point in the history
- fcb2 and config_fcb2 and log_fcb2 should be selectable via the target
  using syscfgs, it does not need to be specific to the app
  • Loading branch information
vrahane committed Jun 4, 2024
1 parent df10d9e commit 73d13af
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/slinky/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,3 @@ pkg.deps:
pkg.deps.I2C_0: test/i2c_scan
pkg.deps.I2C_1: test/i2c_scan
pkg.deps.I2C_2: test/i2c_scan

pkg.deps.CONFIG_NFFS:
- "@apache-mynewt-core/fs/nffs"

pkg.deps.CONFIG_LITTLEFS:
- "@apache-mynewt-core/fs/littlefs"

pkg.deps.CONFIG_FCB:
- "@apache-mynewt-core/fs/fcb"

pkg.deps.REBOOT_LOG_FCB:
- "@apache-mynewt-core/fs/fcb"

0 comments on commit 73d13af

Please sign in to comment.