Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c17fd70d
Commit
c17fd70d
authored
May 10, 2014
by
Damien George
Browse files
stm: Reorder mpconfig.h header inclusion to get stm building.
parent
3417bc2f
Changes
6
Hide whitespace changes
Inline
Side-by-side
stm/adc.c
View file @
c17fd70d
#include <stdio.h>
#include <stm32f4xx.h>
#include "mpconfig.h"
#include "misc.h"
#include "nlr.h"
#include "mpconfig.h"
#include "qstr.h"
#include "obj.h"
#include "adc.h"
...
...
stm/audio.c
View file @
c17fd70d
...
...
@@ -3,9 +3,9 @@
#include "stm32f4xx_dac.h"
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "parse.h"
#include "obj.h"
...
...
stm/gpio.c
View file @
c17fd70d
...
...
@@ -16,9 +16,9 @@
#include <usbd_storage_msd.h>
#include <stm_misc.h>
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "misc.h"
#include "parse.h"
...
...
stm/lcd.c
View file @
c17fd70d
#include <string.h>
#include <stm32f4xx_gpio.h>
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#if MICROPY_HW_HAS_LCD
...
...
stm/pyexec.c
View file @
c17fd70d
...
...
@@ -2,9 +2,9 @@
#include <string.h>
#include <stdio.h>
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "misc.h"
#include "lexer.h"
...
...
stm/timer.c
View file @
c17fd70d
...
...
@@ -6,9 +6,9 @@
#include "stm32f4xx_rcc.h"
#include "stm32f4xx_tim.h"
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "parse.h"
#include "obj.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment