summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-18This closes #86.Marko Kiiskila
2016-08-03fcb; fix endless loop on corrupted FCB area.Marko Kiiskila
2016-07-30sys/config: Fix returning long config values to newtmgrSimon Ratner
2016-07-27log; fix the use of image scratch when rotating logs. Need to eraseMarko Kiiskila
2016-07-27fcb; calling fcb_rotate() when there is only one flash sector in FCBMarko Kiiskila
2016-07-18MYNEWT-334 log_append() not checking for log validVipul Rahane
2016-07-18MYNEWT-266 Newtmgr over BLEVipul Rahane
2016-07-12mn_socket; replace socket pointer with a user-defined void * inMarko Kiiskila
2016-07-11MYNEWT-314; First take on the socket interface.Marko Kiiskila
2016-06-27sys/id; package which exports hw id, bsp name, app name andMarko Kiiskila
2016-06-27sys/config; change export function prototype.Marko Kiiskila
2016-06-24config; allow CLI to display max size variable value.Marko Kiiskila
2016-06-20coredump; package depends on bootutil header files and imgmgr.Marko Kiiskila
2016-06-17sys/reboot; package depends on log.Marko Kiiskila
2016-06-10config; remote save start/save end callbacks, as they do nothingMarko Kiiskila
2016-06-09config; bug fix - was not detecting duplicate empty values whenMarko Kiiskila
2016-06-09config; configurable number of lines of config before compression.Marko Kiiskila
2016-06-09config; remove conf_handler ptr argument from conf_save_XXX apis.Marko Kiiskila
2016-06-09This closes #62.Vipul Rahane
2016-06-09Making reboot log optional for platformsVipul Rahane
2016-06-09Reboot log commitVipul Rahane
2016-06-09Clean reboot log and fix a few issuesVipul Rahane
2016-06-09Fix reboot cntVipul Rahane
2016-06-09Reboot log changesVipul Rahane
2016-06-09Fix reboot_log bugVipul Rahane
2016-06-09reboot_log: address review commentsVipul Rahane
2016-06-09Initial changes for reboot logVipul Rahane
2016-06-07config; use define instead of hardcoded value for max variable name.Marko Kiiskila
2016-05-20coredump; rename dump_core -> coredump_dump.Marko Kiiskila
2016-05-20Add LOG_MODULE_PERUSER; temporariliy fix apps.Christopher Collins
2016-05-19This closes #55.Marko Kiiskila
2016-05-19coredump; use bsp_core_dump() to figure out memory areas to dump.Marko Kiiskila
2016-05-19coredump; add C++ protection around the API.Marko Kiiskila
2016-05-19hal/bsp; add hal_bsp.h, which exports common BSP APIs.Marko Kiiskila
2016-05-19sys/coredump; initial coredumping. Intermediate commit.Marko Kiiskila
2016-05-17Making changes as per review(add/remove spaces)Vipul Rahane
2016-05-17Making indices secondary keys for log entriesVipul Rahane
2016-05-17Fix logs read requestVipul Rahane
2016-05-17Adding Stats List command and LED toggle statsVipul Rahane
2016-05-17Cleaning up and adding commentsVipul Rahane
2016-05-17Send logs after timestamp and indexVipul Rahane
2016-05-17Adding log list command supportVipul Rahane
2016-05-17Fix json encodingVipul Rahane
2016-05-17Removing PERUSER levels/modules and simpliyingVipul Rahane
2016-05-17log changesVipul Rahane
2016-05-09fcb; use actual CRC8 for checksumming.Marko Kiiskila
2016-04-18config; don't write value to storage if it's not changing.Marko Kiiskila
2016-04-18config; for safaety null terminate the line created of name and value.Marko Kiiskila
2016-04-18config; fix typo in comment.Marko Kiiskila
2016-04-18config; error if val_str is NULL when calling conf_value_from_str().Marko Kiiskila