Vipul Rahane
Vipul Rahane
Upstreaming changes made by mynewt and carrying over fixes - Bring tinycbor up to date with mynewt tinycbor - Changing implementation of cbor_encoder_get_extra_bytes_needed() and cbor_encoder_get_buffer_size() as part of cbor_buf_writer APIs...
stats: `static STATS_NAME_START()` keeps static qualifier as is when statistics names are disabled. There are couple of ways of solving this: 1. Remove static qualifier for all stat names 2....
Currently `OS_CLI` just pulls in the shell, `OS_CLI` needs to enable/disable OS CLI commands. cc: @pshah111
The HALs for other MCUs do not allow compiling out SPI, they always expect that SPI and I2C code would always be compiled in. The drivers are written w.r.t. that...
`hal_i2c_master_read()` and `hal_i2c_master_write()` out of date in `hw/mcu/nordic/nrf52xxx-compat/src/hal_i2c.c` as compared to ` hw/mcu/nordic/nrf52xxx/src/hal_i2c.c`
Currently this does not work, `spi0` needs to be made a `choice` for it to work or a workaround is to use it as a value and use the `#`...
This is specially useful in the case of nrf5340: A syscfg/dependency needs to be overriden or migrated to the netcore target build from the appcore build.
``` ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS) ld: warning: ignoring file /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libm.tbd, missing required architecture i386 in file /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libm.tbd ld:...
Please check email on the dev list for more information: - This adds support for logging number of entries since a given index of the log, it is optional, so...
This adds support for pulling number of entries from individual logs given the index. This change is backwards compatible and does not break anything. Related mynewt-core PR: https://github.com/apache/mynewt-core/pull/3168 Related mynewt-newtmgr...