Re: [Qemu-devel] [PATCH 3/7] tests: Add bbc:microbit / nRF51 test suite

2018-08-09 Thread Stefan Hajnoczi
On Wed, Aug 8, 2018 at 10:46 AM, Julia Suvorova wrote: > On 08.08.2018 12:09, Stefan Hajnoczi wrote: >> >> On Mon, Aug 6, 2018 at 11:01 AM, Steffen Görtz >> wrote: >>> >>> +#define PAGE_SIZE 1024 >>> +#define FLASH_SIZE (256 * PAGE_SIZE) >>> +#define FLASH_BASE

Re: [Qemu-devel] [PATCH 3/7] tests: Add bbc:microbit / nRF51 test suite

2018-08-08 Thread Julia Suvorova via Qemu-devel
On 08.08.2018 12:09, Stefan Hajnoczi wrote: On Mon, Aug 6, 2018 at 11:01 AM, Steffen Görtz wrote: +#define PAGE_SIZE 1024 +#define FLASH_SIZE (256 * PAGE_SIZE) +#define FLASH_BASE 0x +#define UICR_BASE 0x10001000 +#define UICR_SIZE 0x100

Re: [Qemu-devel] [PATCH 3/7] tests: Add bbc:microbit / nRF51 test suite

2018-08-08 Thread Stefan Hajnoczi
On Mon, Aug 6, 2018 at 11:01 AM, Steffen Görtz wrote: > +#define PAGE_SIZE 1024 > +#define FLASH_SIZE (256 * PAGE_SIZE) > +#define FLASH_BASE 0x > +#define UICR_BASE 0x10001000 > +#define UICR_SIZE 0x100 > +#define NVMC_BASE

[Qemu-devel] [PATCH 3/7] tests: Add bbc:microbit / nRF51 test suite

2018-08-06 Thread Steffen Görtz
The microbit-test includes tests for the nRF51 NVMC peripheral and will host future nRF51 peripheral tests and board-level bbc:microbit tests. Signed-off-by: Steffen Görtz --- tests/Makefile.include | 2 + tests/microbit-test.c | 126 + 2 files