Skip to content

Commit 2d41d9b

Browse files
authored
Merge pull request #2138 from ohagendorf/progen_correction
[target.json - progen] changing a wrong config
2 parents 8188684 + 4b94e72 commit 2d41d9b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

hal/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@
10131013
"extra_labels": ["STM", "STM32F4", "STM32F407", "STM32F407VG"],
10141014
"macros": ["LSI_VALUE=32000"],
10151015
"inherits": ["Target"],
1016-
"progen": {"target": "lpc1768"},
1016+
"progen": {"target": "arch-max"},
10171017
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
10181018
"release": true
10191019
},

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PrettyTable>=0.7.2
44
Jinja2>=2.7.3
55
IntelHex>=1.3
66
project-generator>=0.9.3,<0.10.0
7+
project_generator_definitions>=0.2.26,<0.3.0
78
junit-xml
89
pyYAML
910
requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
url='https://github.com/mbedmicro/mbed',
4141
packages=find_packages(),
4242
license=LICENSE,
43-
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.9.3,<0.10.0", "junit-xml", "requests", "pyYAML"])
43+
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.9.3,<0.10.0", "project_generator_definitions>=0.2.26,<0.3.0", "junit-xml", "requests", "pyYAML"])
4444

4545
# Restore previous mbed_settings if needed
4646
if backup:

0 commit comments

Comments
 (0)