This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 25c6757  removed SUCCESS and FAIL #defines since not used in net/lora, 
but conflicting with CMSIS ErrorStatus enum typedefs of several STM32 mcus
     new 2ccc528  sys/console: Update ble_monitor console_out
     new 81bb405  sys/console: Extract common code in console
     new 13b8c65  sys/console: Cosmetic name change
     new 60447f6  sys/console: insert_char slightly updated
     new 861a7f9  sys/console: del_char function reworked
     new 6ba1d07  sys/console: console nlip state optimized
     new e431610  sys/console: Consolidate nlip code for input
     new fd714ad  sys/console: Simplify ignoring non nlip input
     new d5fb92a  sys/console: Add console_prompt_set function
     new bcf39a9  sys/shell: Whole word completion fix
     new 8958b7d  sys/shell: Fix select command completion
     new 468c457  sys/shell: Use console_prompt_set to display prompt
     new f5a14cf  sys/console: Fix usage of uart_console_blocking_mode
     new 47a6e50  sys/console: Add handling of CRTL-C
     new 2864ccb  sys/console: Add console locking on input
     new 7473afe  sys/console: Remove usage of console_printf
     new cfb3aa9  sys/console: Split terminal for logs and line editing
     new 4fa2a2f  sys/console: Add console recovery sequence
     new d9fe802  sys/console: Fix handling of home/end keys for putty
     new 8aab3bd  sys/console: Add software cursor in prompt area
     new d9f71b2  sys/shell: Use console_out for new lines

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sys/console/full/include/console/console.h    |  11 +
 sys/console/full/src/ble_monitor_console.c    |  17 +-
 sys/console/full/src/console.c                | 792 +++++++++++++++++++-------
 sys/console/full/src/rtt_console.c            |   7 -
 sys/console/full/src/uart_console.c           |   7 -
 sys/console/full/syscfg.yml                   |  19 +
 sys/console/minimal/include/console/console.h |   2 +
 sys/console/minimal/src/console.c             |   9 +
 sys/console/stub/include/console/console.h    |   5 +
 sys/shell/src/shell.c                         |  66 +--
 10 files changed, 678 insertions(+), 257 deletions(-)

Reply via email to