Commit Graph

629 Commits (9998dbf78a1fc67fc971bd7dba3d13286890a3fe)

Author SHA1 Message Date
Sarah Marsh 9998dbf78a Remove progen and progen def dependencies. 2016-10-10 17:23:24 +01:00
Sarah Marsh 87cc40fca9 IAR revision 2016-10-10 17:23:21 +01:00
Sarah Marsh dac3fa7570 arm_pack_manager - Retrieve debug adapter. Strip URLS 2016-10-10 17:23:20 +01:00
Jimmy Brisson 259097a54d arm_pack_manager - Remove extra print; make url joining work on windows 2016-10-10 17:23:19 +01:00
Jimmy Brisson 5eb8351c20 arm_pack_manager - Add alias file 2016-10-10 17:23:17 +01:00
Sarah Marsh 5e35b1b737 arm_pack_manager - Specific device info overrides family/subfamily info 2016-10-10 17:23:16 +01:00
Sarah Marsh 583ce00850 arm_pack_manager - Multi-level processor and compile elements search 2016-10-10 17:23:15 +01:00
Sarah Marsh 6fa94b5983 arm_pack_manager - Added caching target vendor and processor(clock, fpu, endinanness) 2016-10-10 17:23:14 +01:00
Jimmy Brisson da85671fc9 arm_pack_manager - Try really hard to fill the processor dict 2016-10-10 17:23:12 +01:00
Jimmy Brisson a2dc9f29fa arm_pack_manager - [API change] differentiate between pack and pdsc loading from cache
- pull_from_cache renamed to pdsc_from_cache
 - pack_from_cache added
 - index file member replaced with pdsc_file
 - pack_file member added to cache
2016-10-10 17:23:11 +01:00
Jimmy Brisson a9c52e27eb arm_pack_manager - Add --and, --or, --intersection, and --union options
These change the behavior of the search terms.
2016-10-10 17:23:10 +01:00
Jimmy Brisson 817ac6631d arm_pack_manager - Simplify find_device 2016-10-10 17:23:08 +01:00
Jimmy Brisson 8ed3cb0a60 arm_pack_manager - Update find parts for new flash alogrithm api 2016-10-10 17:23:07 +01:00
Jimmy Brisson b2bf3b4522 arm_pack_manager - Update docstrings for extra flash algorithm info 2016-10-10 17:23:06 +01:00
Jimmy Brisson 30b6afee2d arm_pack_manager - Add more info to flash algorithm 2016-10-10 17:23:05 +01:00
Jimmy Brisson 6923f5d41b arm_pack_manager - Add Descritpion of subcommands 2016-10-10 17:23:03 +01:00
Jimmy Brisson 3141d0bdf8 arm_pack_manager - Add Documentation 2016-10-10 17:23:02 +01:00
Jimmy Brisson 3869589863 arm_pack_manager - Adds an dump parts command 2016-10-10 17:23:01 +01:00
Jimmy Brisson 49fb5ed870 arm_pack_manager - Refactors cli out of __init__.py and adds it as a command 2016-10-10 17:23:00 +01:00
Jimmy Brisson a9c98e96e5 arm_pack_manager - added a cache by part cammand 2016-10-10 17:22:58 +01:00
Jimmy Brisson d715fb03d8 arm_pack_manager - searching is now indexed and much faster 2016-10-10 17:22:57 +01:00
Jimmy Brisson c57897f24c arm_pack_manager - commands added. uses fuzzy search to find things 2016-10-10 17:22:56 +01:00
Jimmy Brisson a066a40b06 arm_pack_manager - refactored Cache into class and downloaded pack files 2016-10-10 17:22:55 +01:00
Jimmy Brisson f37365834a arm_pack_manager - caches packs now too. 2016-10-10 17:22:53 +01:00
Jimmy Brisson ea5e315130 arm_pack_manager - now we have a cache 2016-10-10 17:22:52 +01:00
Jimmy Brisson 15d0ee85eb arm_pack_manager - ya gotta start somewhere 2016-10-10 17:22:51 +01:00
Sarah Marsh 1b9157506e device_name in targets.json. Removed progen target 2016-10-10 17:22:50 +01:00
Michel Jaouen d12943c576 fix debug build with option --profile ./tools/profiles/debug.json 2016-10-10 17:22:48 +01:00
Sam Grove 5713435d02 Merge pull request #2895 from bridadan/build-test-fix
[Exporters] Resolving Python errors and uVision build issues
2016-10-03 18:59:36 -05:00
Sam Grove 79fbf94d9c Merge pull request #2893 from theotherjimmy/toolchain-test-cleanup
[Tests] Prevent garbage generation from toolchain api test
2016-10-03 17:22:00 -05:00
Jimmy Brisson fe1cd87724 Remove flags safely in uvisions 2016-10-03 16:19:30 -05:00
Brian Daniels 4965e61616 Adding build_profiles to export in build_test.py 2016-10-03 16:02:34 -05:00
Brian Daniels 0c76ba54ff Fixing python import errors 2016-10-03 16:02:33 -05:00
Sarah Marsh 6998524c00 Resolve issues from reorg 2016-10-03 16:02:32 -05:00
Jimmy Brisson 6209aff482 Prevent garbage generation from toolchain api test 2016-10-03 15:15:08 -05:00
Sam Grove 765fbbbc2c Merge pull request #2842 from svastm/sw4stm32_use_targets_json
SW4STM32 - Use targets.json to find fp config
2016-10-03 11:11:38 -05:00
Martin Kojtal 6f3c62f3ae Merge pull request #2880 from andreaslarssonublox/change_name_for_ublox_c029_target
Changed name for the target UBLOX_C029 to UBLOX_EVK_ODIN_W2
2016-10-03 15:51:55 +01:00
Bartek Szatkowski ea569e8342 Fix json syntax in debug.json profile file 2016-10-03 14:08:29 +01:00
andreas.larsson 1d3c63d9bb Changed name for the target UBLOX_C029 to UBLOX_EVK_ODIN_W2 2016-10-03 12:10:50 +02:00
Sam Grove 646cc89a62 Merge pull request #2878 from geky/restructure
Restructure directory layout
2016-10-02 14:04:25 -05:00
Christopher Haster b8fb7a6e3c restructure - Changed legacy build_lib to respect lib name in path 2016-10-01 19:43:22 -05:00
Sam Grove cf60b189b0 Merge pull request #2879 from bridadan/fix-config-tests-ipv6
Renames IPV6 feature used in config test to STORAGE
2016-10-01 17:22:38 -05:00
Christopher Haster a7ddc46caf restructure - Added single-nested inc_dir support to legacy build_lib
Added single-nested include directories to libraries built with the
legacy build_lib function. Unfortunately, to get this working without
a significant rewrite of the legacy build tools, library header files
are just duplicated in the precompile stage.
2016-10-01 14:58:13 -05:00
Christopher Haster e35050d61b restructure - Reverted move of requirements.txt
- Reverted requirements.txt for external dependency in mbed CLI
- Fixed MBED_CONFIG_FILE in paths.py
- Fixed MBED_LIBRARIES in paths.py
- Decreased include namespace for rtos.h
2016-09-30 19:18:09 -05:00
Christopher Haster 03bbc86dd6 restructure - Added FEATURE_LWIP to __allowed_features 2016-09-30 19:18:09 -05:00
Christopher Haster 960d69f081 restructure - Updated tools to point to restructured modules
MBED_HAL       /hal/hal      x
MBED_API       /hal/api      x
MBED_COMMON    /hal/common   x
MBED_TARGETS   /hal/targets  ->  /targets
MBED_DRIVERS                  +  /drivers
MBED_PLATFORM                 +  /platform
MBED_HEADER                   +  /mbed.h
2016-09-30 19:18:09 -05:00
Christopher Haster c0ffbc11e2 restructure - Removed misplaced metadata from top-level directory 2016-09-30 19:18:09 -05:00
Sam Grove 23f70906eb Merge pull request #2845 from javier-moreno-tridonic-com/feature-detailed-memap
[Tools] Added -d (--detailed) paremeter to unfold 'Misc' contents in memap.py table
2016-09-30 18:54:45 -05:00
Brian Daniels 7a59747974 Renames IPV6 feature used in config test to STORAGE 2016-09-30 18:37:09 -05:00
Sam Grove 872363d809 Merge pull request #2854 from theotherjimmy/find-duplicates
[Tools] Find and report duplicates
2016-09-30 18:30:00 -05:00