paul-szczepanek-arm
							
						 
						
							 
							
							
							
								
							
								ed405e1849 
								
							
								 
							
						 
						
							
							
								
								moving cbs to evt block  
							
							 
							
							
							
						 
						
							2017-12-22 16:41:45 +00:00  
						
					 
				
					
						
							
							
								 
								paul-szczepanek-arm
							
						 
						
							 
							
							
							
								
							
								6fd1859881 
								
							
								 
							
						 
						
							
							
								
								draft pal  
							
							 
							
							
							
						 
						
							2017-12-22 16:37:28 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								9cce4d2b06 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5745  from kjbracey-arm/k64f_init_order  
							
							 
							
							... 
							
							
							
							K64F Ethernet: avoid using NULL thread during init 
							
						 
						
							2017-12-22 13:26:26 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								dd5bd73a88 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5720  from kjbracey-arm/STM32F7_DMB  
							
							 
							
							... 
							
							
							
							Add memory barriers to STM32F7xx Ethernet 
							
						 
						
							2017-12-22 11:07:46 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								1ae20c5659 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5748  from SeppoTakalo/FIX_PR5578  
							
							 
							
							... 
							
							
							
							Fix PR5578 
							
						 
						
							2017-12-21 14:31:01 +00:00  
						
					 
				
					
						
							
							
								 
								Seppo Takalo
							
						 
						
							 
							
							
							
								
							
								6c3f307257 
								
							
								 
							
						 
						
							
							
								
								Fix PR5578  
							
							 
							
							
							
						 
						
							2017-12-21 12:22:11 +02:00  
						
					 
				
					
						
							
							
								 
								Kevin Bracey
							
						 
						
							 
							
							
							
								
							
								9daf450eb3 
								
							
								 
							
						 
						
							
							
								
								K64F Ethernet: avoid using NULL thread during init  
							
							 
							
							... 
							
							
							
							The K64F Ethernet driver installs an interrupt handler that sets thread
flags, and this could be called before the thread was initialised, so it
would use a NULL thread ID.
This triggers an RTX error-checking trap in debug builds, and could also
lead to other problems with received packets not being processed.
Adjusted so the RX interrupt handler does nothing if the thread isn't
initialised yet, and manually trigger a RX event flag after initialising
the thread in case any interrupts were ignored.
An alternative would have been to implement eth_arch_enable_interrupts,
but this mechanism is not present in the EMAC world - drivers will have
to start returning interrupts in their power up.
Fixes  #5680  
							
						 
						
							2017-12-21 11:14:08 +02: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
							
						 
						
							 
							
							
								
								
							
							
								
							
								63a923752b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5568  from VeijoPesonen/greentea-wifi-fixes  
							
							 
							
							... 
							
							
							
							Greentea Wifi testcase fixes 
							
						 
						
							2017-12-20 14:52:44 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								b89cf3ff75 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5578  from mprse/CircularBuffer_tests  
							
							 
							
							... 
							
							
							
							CircularBuffer class modification and test 
							
						 
						
							2017-12-20 14:51:44 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								6776cb726b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5587  from slashdevteam/thread_terminate  
							
							 
							
							... 
							
							
							
							Fix fatal parameter error when deleting/terminating Thread object 
							
						 
						
							2017-12-20 14:49:57 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								b544e8d122 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5644  from sg-/update-readme  
							
							 
							
							... 
							
							
							
							Readme updates for style and branding 
							
						 
						
							2017-12-20 14:46:19 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								13dbb67891 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5649  from Archcady/realtek-PR-master  
							
							 
							
							... 
							
							
							
							Fix greentea test mbed-os-tests-netsocket-connectivity 
							
						 
						
							2017-12-20 14:43:37 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								227b0341cb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5670  from ryankurte/fix/efr32-ack-flag  
							
							 
							
							... 
							
							
							
							Nanostack EFR32 flag fix 
							
						 
						
							2017-12-20 14:42:51 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								806b762473 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5677  from u-blox/c030_bq24295_voltage_fix  
							
							 
							
							... 
							
							
							
							C030 Battery Charger Voltage Fix 
							
						 
						
							2017-12-20 14:42:18 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								897324e8a3 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5698  from jeromecoutant/PR_ST_ASSERT  
							
							 
							
							... 
							
							
							
							STM32 : correct compilation issue with USE_FULL_ASSERT macro 
							
						 
						
							2017-12-20 14:41:25 +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
							
						 
						
							 
							
							
								
								
							
							
								
							
								a762e7a622 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5687  from SenRamakri/sen_MutexErrorFix  
							
							 
							
							... 
							
							
							
							Statically allocate ARMCC required mutex objects 
							
						 
						
							2017-12-20 14:36:48 +00:00  
						
					 
				
					
						
							
							
								 
								Kevin Bracey
							
						 
						
							 
							
							
							
								
							
								05e2ae7a70 
								
							
								 
							
						 
						
							
							
								
								Add memory barriers to STM32F7xx Ethernet  
							
							 
							
							... 
							
							
							
							Pending official update from STM, add memory barriers to the Ethernet
HAL code for the STM32F7xx family.
Cortex-M7 has a merging write buffer that is not automatically flushed
by accesses to devices, so without these DMBs, we sometimes lose synch
with the transmitter.
The DMBs are architecturally needed in every version of this HAL, but
adding just to the STM32F7 version for now to clear test, as the
problem has only been observed on Cortex-M7-based devices.
Fixes  #5622 . 
							
						 
						
							2017-12-20 15:05:29 +02:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								a7aaee3c9c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5729  from 0xc0170/fix_travis_time  
							
							 
							
							... 
							
							
							
							Travis: define matrix builds for mbed 2 jobs 
							
						 
						
							2017-12-20 13:02:21 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
							
								
							
								8cdb2a334d 
								
							
								 
							
						 
						
							
							
								
								Travis: fix gcc arm version to 6  
							
							 
							
							... 
							
							
							
							Use download from official website, to have
fixed version, rather than latest.
The official support for current mbed OS is
GCC ARM 6. 
							
						 
						
							2017-12-20 11:01:44 +00:00  
						
					 
				
					
						
							
							
								 
								Christopher Haster
							
						 
						
							 
							
							
							
								
							
								8b54e8c47d 
								
							
								 
							
						 
						
							
							
								
								Travis: Minor cleanup  
							
							 
							
							... 
							
							
							
							language -> python
pip --user installs -> virtual env installs 
							
						 
						
							2017-12-20 09:32:29 +00:00  
						
					 
				
					
						
							
							
								 
								Christopher Haster
							
						 
						
							 
							
							
							
								
							
								a67cbf2680 
								
							
								 
							
						 
						
							
							
								
								Travis: Added yaml references for mbed 2 jobs  
							
							 
							
							
							
						 
						
							2017-12-19 10:48:25 -06:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
							
								
							
								5ccfaf153b 
								
							
								 
							
						 
						
							
							
								
								Travis: allow build/make to print output  
							
							 
							
							... 
							
							
							
							As we have now matrix for targets, there might be some targets that take longer to compile.
It can timeout, if we produce an output after every target that it was build, it
should extend the timeout per target build. 
							
						 
						
							2017-12-19 13:57:35 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
							
								
							
								e402fdbf16 
								
							
								 
							
						 
						
							
							
								
								Travis: set language to generic  
							
							 
							
							... 
							
							
							
							Do not fall to default Ruby 
							
						 
						
							2017-12-19 12:13:39 +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  
						
					 
				
					
						
							
							
								 
								Anna Bridge
							
						 
						
							 
							
							
								
								
							
							
								
							
								4d81eadb25 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5701  from pan-/ble-doxy-fixes  
							
							 
							
							... 
							
							
							
							Ble doxy fixes 
							
						 
						
							2017-12-14 19:36:02 +00:00  
						
					 
				
					
						
							
							
								 
								Anna Bridge
							
						 
						
							 
							
							
								
								
							
							
								
							
								cc6a838b5c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5704  from mikaleppanen/lwip_k64f_mcast_fix  
							
							 
							
							... 
							
							
							
							Fixed lwip k64f ethernet driver ipv6 multicast groups 
							
						 
						
							2017-12-14 17:40:11 +00:00  
						
					 
				
					
						
							
							
								 
								Vincent Coubard
							
						 
						
							 
							
							
							
								
							
								51083a6df8 
								
							
								 
							
						 
						
							
							
								
								Doxygen: Update path and predefined macros.  
							
							 
							
							
							
						 
						
							2017-12-14 16:45:31 +00:00  
						
					 
				
					
						
							
							
								 
								Vincent Coubard
							
						 
						
							 
							
							
							
								
							
								0363399e56 
								
							
								 
							
						 
						
							
							
								
								Doxygen: Update excluded paths and predefined macros.  
							
							 
							
							... 
							
							
							
							* Remove BLE feature from the list of excluded folders.
* Define the macro MBED_DEPRECATED. 
							
						 
						
							2017-12-14 16:44:01 +00:00  
						
					 
				
					
						
							
							
								 
								adustm
							
						 
						
							 
							
							
							
								
							
								f76207921b 
								
							
								 
							
						 
						
							
							
								
								Add IAR exporter for STM32L475VG (mcu of DISCO_L475VG_IOT01A)  
							
							 
							
							
							
						 
						
							2017-12-14 15:50:56 +01:00  
						
					 
				
					
						
							
							
								 
								Mika Leppänen
							
						 
						
							 
							
							
							
								
							
								7f6a6323cd 
								
							
								 
							
						 
						
							
							
								
								Fixed lwip k64f ethernet driver ipv6 multicast groups  
							
							 
							
							... 
							
							
							
							Work around for problem in:
https://github.com/ARMmbed/mbed-os/issues/4372  
							
						 
						
							2017-12-14 11:05:05 +02:00  
						
					 
				
					
						
							
							
								 
								Vincent Coubard
							
						 
						
							 
							
							
							
								
							
								b554fce00f 
								
							
								 
							
						 
						
							
							
								
								BLE: Fix doxygen warnings.  
							
							 
							
							
							
						 
						
							2017-12-13 18:30:38 +00:00  
						
					 
				
					
						
							
							
								 
								Vincent Coubard
							
						 
						
							 
							
							
							
								
							
								c621a92a6a 
								
							
								 
							
						 
						
							
							
								
								BLE: Put GapEvent into INVALID doxygen sections.  
							
							 
							
							
							
						 
						
							2017-12-13 16:15:21 +00:00  
						
					 
				
					
						
							
							
								 
								Vincent Coubard
							
						 
						
							 
							
							
							
								
							
								82f669b61f 
								
							
								 
							
						 
						
							
							
								
								BLE: Fix doxygen warnings.  
							
							 
							
							... 
							
							
							
							Replace @important tag by @attention. 
							
						 
						
							2017-12-13 16:14:16 +00:00  
						
					 
				
					
						
							
							
								 
								jeromecoutant
							
						 
						
							 
							
							
							
								
							
								8bc92bdd22 
								
							
								 
							
						 
						
							
							
								
								STM32F4 : compilation issue  
							
							 
							
							... 
							
							
							
							Issue comes only when ST HAL macro USE_FULL_ASSERT is enabled 
							
						 
						
							2017-12-13 13:57:26 +01:00  
						
					 
				
					
						
							
							
								 
								jeromecoutant
							
						 
						
							 
							
							
							
								
							
								4637279f51 
								
							
								 
							
						 
						
							
							
								
								STM32L4 : compilation issue  
							
							 
							
							... 
							
							
							
							Issue comes only when ST HAL macro USE_FULL_ASSERT is enabled 
							
						 
						
							2017-12-13 13:57:17 +01:00  
						
					 
				
					
						
							
							
								 
								jeromecoutant
							
						 
						
							 
							
							
							
								
							
								75db24ff15 
								
							
								 
							
						 
						
							
							
								
								STM32F3 : compilation issue  
							
							 
							
							... 
							
							
							
							Issue comes only when ST HAL macro USE_FULL_ASSERT is enabled 
							
						 
						
							2017-12-13 13:56:42 +01:00  
						
					 
				
					
						
							
							
								 
								Bilal
							
						 
						
							 
							
							
							
								
							
								0469dfb892 
								
							
								 
							
						 
						
							
							
								
								Bracket moved to next line  
							
							 
							
							
							
						 
						
							2017-12-13 16:37:19 +05:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								b4dc32521a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5688  from artokin/mesh-fix-for-mbed-os-5.7-oob  
							
							 
							
							... 
							
							
							
							Mesh fix for mbed os 5.7 oob 
							
						 
						
							2017-12-13 09:20:47 +00: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  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								5c01c3e59c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5633  from paul-szczepanek-arm/master  
							
							 
							
							... 
							
							
							
							BLE: added function converting error codes into strings 
							
						 
						
							2017-12-12 17:42:10 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								bea41d1ebb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5635  from c1728p9/fix_lazy_init  
							
							 
							
							... 
							
							
							
							Protect local static object construction in ARMCC 
							
						 
						
							2017-12-12 17:41:21 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								5c98ca56fc 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5648  from maciejbocianski/singletonPtr_tests  
							
							 
							
							... 
							
							
							
							Add SingletonPtr test 
							
						 
						
							2017-12-12 17:40:36 +00: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
							
						 
						
							 
							
							
								
								
							
							
								
							
								cee180f472 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5667  from productize/fix-stm32-can3  
							
							 
							
							... 
							
							
							
							STM32: Fix CAN3 
							
						 
						
							2017-12-12 17:39:41 +00:00  
						
					 
				
					
						
							
							
								 
								Martin Kojtal
							
						 
						
							 
							
							
								
								
							
							
								
							
								992c905580 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #5678  from geky/travis-caching  
							
							 
							
							... 
							
							
							
							Add caching of apt-get + pip to .travis.yml 
							
						 
						
							2017-12-12 17:38:50 +00:00