Re: [PATCH v1 0/4] semihosting read console support

2019-12-18 Thread Keith Packard
Alex Bennée writes: > Hi, > > This series introduces a new "blocking" console read function for > semihosting and plumbs it in to the ARM semihosting code. The main bit > of work is Keith's patch (with a few tweaks by me). The other > preparatory patches make sure the PC is updated after semihost

[PATCH v1 0/4] semihosting read console support

2019-12-18 Thread Alex Bennée
Hi, This series introduces a new "blocking" console read function for semihosting and plumbs it in to the ARM semihosting code. The main bit of work is Keith's patch (with a few tweaks by me). The other preparatory patches make sure the PC is updated after semihosting succeeds and a little bit of