aboutsummaryrefslogtreecommitdiff
path: root/hexedit/main.s
blob: a12b4b35e4795f816b578476c3ccdd1b884fc859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.syntax unified
.cpu cortex-m0plus
.thumb

.section .entry, "ax"

.type main, %function
.global main

main:
  bl start_xosc
  bl setup_clocks
  bl setup_gpio
  bl setup_uart
  b hexedit

.section .stage_2_crc
.word 0x00000000