Cruz Monrreal
1a3dae763c
Merge pull request #5858 from yangkunming99/relocate-image-header
...
RTL8195AM - move region headers to 0xb000 and 0xc000
2018-01-18 11:32:49 -06:00
chrisyang
c9fc52166a
rtl8195am - reorder some defines properly in ota header file
2018-01-16 13:52:16 +08:00
chrisyang
a1b4b8f10a
rtl8195am - move region headers to 0xb000 and 0xc000
...
The new layout is as follows:
0x000000 - 0x008000 => bootloader
0x008000 - 0x00b000 => system sectors
0x00b000 - 0x00c000 => region1 header
0x00c000 - 0x00d000 => region2 header
0x00d000 - 0x010000 => reserved
0x010000 - 0x040000 => mbed file system
0x040000 - 0x120000 => region1 image
0x120000 - 0x200000 => region2 image
This is to ensure when daplink erases sections, both regions' headers
are erased properly.
2018-01-15 15:08:13 +08:00
Senthil Ramakrishnan
47390e62d6
ESP8266 test config and tcp_echo test fix for ESP8266
2018-01-08 14:18:06 -06:00
Jimmy Brisson
e301a5b746
Merge pull request #5775 from theotherjimmy/pathsep-memap
...
Correct memap path handling on windows
2018-01-08 10:37:25 -06:00
Jimmy Brisson
31f7ea7688
Merge pull request #5708 from SeppoTakalo/debug_info
...
Add minimal debug info to release and develop profiles.
2018-01-08 10:36:30 -06:00
Jimmy Brisson
737f75a68f
Merge pull request #5608 from productize/nucleo-f413zh
...
NUCLEO_F413ZH: Add support for the NUCLEO-F413ZH board
2018-01-08 10:35:27 -06:00
Jimmy Brisson
d94776f909
Assert that reduce depth works and parameterize over path sep
2018-01-02 14:36:10 -06:00
Jimmy Brisson
3db03a77d5
Test gcc memap parser with compiler provided .o's
2018-01-02 14:35:17 -06:00
Jimmy Brisson
bfd39bdccb
Test memap IAR for multiple arguments per line
2018-01-02 14:34:10 -06:00
Jimmy Brisson
6a8be65904
Use non-scoped imports in memap
2018-01-02 14:19:00 -06:00
Jimmy Brisson
0c08fabbae
Correct Gcc builtin module naming
2018-01-02 13:37:25 -06:00
Jimmy Brisson
527c0a2554
Rework parsing dispatch
...
Parsing dispatch now uses a metaclass as a Trait and a series of classes
that implement the trait for dispatching parsing. This structure gives
each parser it's own namespace, avoiding tacking on suffixes to each
attribute indicating which parser uses it.
2018-01-02 13:11:38 -06:00
Jimmy Brisson
fc9bd60d4c
Format memap
2018-01-02 10:43:10 -06:00
Jimmy Brisson
003913b22f
Use os.sep and os.join instead of string ops
2018-01-02 10:31:00 -06:00
Jimmy Brisson
23c7af799f
Handle multiple args per line in IAR cmd parser
2018-01-02 10:29:53 -06:00
Martin Kojtal
e07b3c7ac6
tools: cmsis and hal are build together
...
Build api used to build cmsis separately (how mbed 2 is being build). This is
currently not how cmsis is being defined. As there target dependencies in some
cases, we should include paths from targets when building cmsis
2018-01-02 11:48:56 +00:00
Martin Kojtal
038324a7e5
Travis: add RZ_A1H target
...
Travis: dsp only for cortex-m
2018-01-02 11:48:47 +00:00
Adam Heinrich
da81229186
NUCLEO_F413ZH: Add support for the NUCLEO-F413ZH board
...
Merged from the existing TARGET_DISCO_F413ZH code (which has the same MCU)
and TARGET_NUCLEO_F412ZG code (which has the same Nucleo-144 board and
pinout).
2017-12-29 15:30:10 +01:00
Cruz Monrreal II
65dd31489a
Merge pull request #5755 from jorisa/fix-make-paths
...
Fix for #5676 make.py generates duplicate file entries in link_files.txt
2017-12-28 20:57:20 +00:00
Cruz Monrreal II
2b718feba3
Merge pull request #5628 from TomoYamanaka/master
...
Reregistration GR-PEACH as mbed support board
2017-12-28 20:20:31 +00:00
Cruz Monrreal II
b8de0f299a
Merge pull request #5693 from li-ho/ev-cog-iar-export
...
Enable IAR export for EV_COG_AD3029LZ and EV_COG_AD4050LZ
2017-12-28 18:27:01 +00:00
Cruz Monrreal II
0cb4fcd341
Merge pull request #5756 from adbridge/master
...
Add mbed-os-example-filesystem to examples list
2017-12-28 18:18:17 +00:00
adbridge
533657fa9c
Add mbed-os-example-filesystem to examples list
2017-12-21 17:09:49 +00:00
Joris Aerts
d3f6ea4ed2
Fix for #5676 make.py generates duplicate file entries in link_files.txt
2017-12-21 13:53:19 +01:00
TomoYamanaka
8e854b1c89
Add Cortex-A9 for ARMCC and ARMC6
...
I added the definition of "Cortex-A9" for core support of ARMCC and ARMC6 in arm.py.
2017-12-21 14:09:24 +09:00
TomoYamanaka
8f42cf7ef5
Revert "Remove Cortex-A mbed OS 5 support"
...
I changed the python and json files to re-registering GR-PEACH to Mbed OS 5.
2017-12-21 14:09:24 +09:00
Deepika
6804361d76
Build failed as code section was not included in map.
...
Fix by Jimmy
2017-12-20 09:49:43 -06:00
Martin Kojtal
9ebefcd63d
Merge pull request #5470 from ashok-rao/master
...
Add device_name for TB_SENSE_12.
2017-12-20 14:54:48 +00:00
Martin Kojtal
203fc36157
Merge pull request #5559 from yennster/tools-config-fix
...
Fix for default test config file
2017-12-20 14:54:11 +00:00
Martin Kojtal
2e6f24518b
Merge pull request #5707 from adustm/stm32l475_iar_export
...
Add IAR exporter for STM32L475VG (mcu of DISCO_L475VG_IOT01A)
2017-12-20 14:40:35 +00:00
Martin Kojtal
6ee23bcbd4
Merge pull request #5715 from dhwalters423/detect-targets-fix
...
Fixed call to deprecated get_details_txt
2017-12-20 14:40:00 +00:00
Martin Kojtal
1b3cff54fb
Travis: define vendor matrix
...
Use vendor matrix, creates a job for each vendor folder (targets/TARGET_XXX).
This fixes the errors we have seen, as a job has a limit 50 minutes.
2017-12-19 12:13:30 +00:00
David Walters
faec0c3ce5
Fixed call to deprecated get_details_txt
2017-12-15 15:31:36 +00:00
Seppo Takalo
0d6f760c16
Add minimal debug info to release and develop profiles.
...
This allows minimal debugging and allows tools like
mbed-os-linker-report to work properly.
Because debugging info is kept in .elf file and not flashed to device
there is no side effects to flash sizes.
2017-12-14 17:18:31 +02:00
adustm
f76207921b
Add IAR exporter for STM32L475VG (mcu of DISCO_L475VG_IOT01A)
2017-12-14 15:50:56 +01:00
Martin Kojtal
98a1aecfc1
Merge pull request #5685 from 0xc0170/fix_gettinstarted
...
Export: fix link in gettingstarted template
2017-12-13 09:20:11 +00:00
Edmund Hsu
df3d0ad167
Enable IAR export for EV_COG_AD3029LZ and EV_COG_AD4050LZ
...
- ADuCM3029 is the MCU name for EV_COG_AD3029LZ
- ADuCM4050 is the MCU name for EV_COG_AD4050LZ
2017-12-13 12:05:31 +11:00
Martin Kojtal
32edb92299
Merge pull request #5657 from theotherjimmy/fix-e2studio
...
Correct typo? in e2studio exporter code
2017-12-12 17:40:04 +00:00
Martin Kojtal
1137b4107a
Merge pull request #5489 from theotherjimmy/correct-pack-syntax
...
Correct pack_* members to refer to PACK files
2017-12-12 17:32:31 +00:00
Martin Kojtal
95b02936fa
Export: fix link in gettingstarted
2017-12-12 08:46:06 +00:00
Jimmy Brisson
e0ba3e857c
Update Cortex-A build errors
2017-12-07 14:43:40 -06:00
Jimmy Brisson
44e72fdc7d
Correct typo? in e2studio exporter code
2017-12-05 10:01:15 -06:00
Jimmy Brisson
b3ba9a55b9
Use Config class to find mbed_app.json
2017-12-01 15:18:04 -06:00
Jenny Plunkett
5f5014ef42
Added check for options.source_dir is none
2017-12-01 15:02:50 -06:00
Jenny Plunkett
fa56189de5
Removed typos
2017-12-01 15:00:34 -06:00
Jenny Plunkett
6dd260e1ab
Added default check for mbed_app.json
2017-12-01 14:55:02 -06:00
Jenny Plunkett
830e9e0bcd
Added options source_dir to get_default_config
2017-12-01 14:54:35 -06:00
Jenny Plunkett
d438324d31
Look for mbed_app.json in root dir if no --app-config is provided
2017-12-01 12:13:13 -06:00
Martin Kojtal
2e1c2a1cdf
Merge pull request #5538 from geky/littlefs-staging
...
Integrate littlefs into mbed OS
2017-12-01 08:15:26 +00:00