mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
Changes in this commit: - Change MICROPY_HW_BOARD_NAME definition to match the product name. - Rename board folder's name to match the product name style. - Change related files like Makefile, document descriptions, test cases, CI and tools. Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
7 lines
119 B
C
7 lines
119 B
C
/* generated main source file - do not edit */
|
|
#include "hal_data.h"
|
|
int main(void) {
|
|
hal_entry();
|
|
return 0;
|
|
}
|