aboutsummaryrefslogtreecommitdiff
path: root/octedit/main.s
blob: 6c471ecf4cd590a90432f1126f04e610b3bc5c44 (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 octedit

.section .stage_2_crc
.word 0x00000000