Skip to content

Commit

Permalink
Merge branch 'main' into Devel
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Jun 3, 2022
2 parents 1c26db0 + e06aa25 commit c250f29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ Version 2.00 in Progress
* (From V1.11) Fix depreciation warning with latest versions of libftdi
* (From V1.11) Fix bitrot in documentation URL (master -> main transition, Jan Christoph Bernack)

3rd June 2022 (Version 1.13)

* Fix -v missing parameter
* Allow orbcat sockets to reconnect on loss of connection
* Add SAM5X SWO support
* Prevent segfault in orbtop when elf changes
* Fix assert when fpga has no data to deliver
* Add pyocd to list of trace sources
*Complete fix for specified length integers on 32 bit platforms (Rasbian support)
* Compatability with languages other than C family (specifically Rust)

23rd October 2020 (Version 1.10)

* Replace `master` with `main`.
Expand Down
2 changes: 2 additions & 0 deletions Src/orbcat.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ struct

char *file; /* File host connection */
bool endTerminate; /* Terminate when file/socket "ends" */

} options = {.forceITMSync = true, .tpiuChannel = 1, .port = NWCLIENT_SERVER_PORT, .server = "localhost"};

struct
Expand Down Expand Up @@ -613,6 +614,7 @@ int socketFeeder( void )

close( sockfd );
return -2;

}

// ====================================================================================================
Expand Down
2 changes: 0 additions & 2 deletions Support/gdbtrace.init
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,6 @@ enableSTM32SWO Configure output pin on STM32 for SWO use.
end
# ====================================================================
define enableSAMD5XSWD

_setAddressesSAM
# Enable peripheral channel clock on GCLK#0
# GCLK->PHCTRL[47] = GCLK_PCHCTRL_GEN(0)
set *(unsigned char *)0x40001D3C = 0
Expand Down

0 comments on commit c250f29

Please sign in to comment.