This commit adds a devmem load command for shell that allows users to easily load arbitrary data into the device memory. Signed-off-by: Mateusz Sierszulski <msierszulski@internships.antmicro.com> Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
11 lines
122 B
C
11 lines
122 B
C
/*
|
|
* Copyright (c) 2021 Antmicro <www.antmicro.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
void main(void)
|
|
{
|
|
|
|
};
|