hathach 
							
						 
					 
					
						
						
							
						
						6b3a5957c2 
					 
					
						
						
							
							cmake remove EXAMPLE-tinyusb target as library  
						
						
						
						
					 
					
						2025-01-25 16:08:40 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						b53801a8ac 
					 
					
						
						
							
							add cmake RTOS=zephyr (default noos) for zephyr build  
						
						
						
						
					 
					
						2025-01-24 15:06:05 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						6080f89f3d 
					 
					
						
						
							
							- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict with zephyr  
						
						... 
						
						
						
						- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target 
						
						
					 
					
						2025-01-22 22:31:08 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						6a36c74b10 
					 
					
						
						
							
							embed metadata to family.c and board.h to generate supported boards doc  
						
						
						
						
					 
					
						2024-12-27 09:11:09 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						d79c71abf5 
					 
					
						
						
							
							update flash openocd  
						
						
						
						
					 
					
						2024-05-06 10:52:52 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						4b86b49260 
					 
					
						
						
							
							merge samd51 and same5x  
						
						
						
						
					 
					
						2024-05-03 15:15:27 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						1cf68f98b3 
					 
					
						
						
							
							- add cmake to samd11  
						
						... 
						
						
						
						- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel 
						
						
					 
					
						2024-05-03 12:45:41 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						36e07093b8 
					 
					
						
						
							
							fix samd linker with clang: cannot self-check defined symbol with lld e.g STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000 --> STACK_SIZE = 0  
						
						
						
						
					 
					
						2024-04-24 11:26:22 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						82880eecbd 
					 
					
						
						
							
							make nanolib linking explicitly by each family/board  
						
						
						
						
					 
					
						2023-11-23 12:43:13 +07:00 
						 
				 
			
				
					
						
							
							
								Ha Thach 
							
						 
					 
					
						
						
							
						
						de4ad2c775 
					 
					
						
						
							
							Merge pull request  #2204  from hathach/enhance-bsp  
						
						... 
						
						
						
						Enhance bsp 
						
						
					 
					
						2023-08-04 11:41:44 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						a5768f52b4 
					 
					
						
						
							
							more board_api.h rename  
						
						
						
						
					 
					
						2023-08-03 15:50:52 +07:00 
						 
				 
			
				
					
						
							
							
								mndza 
							
						 
					 
					
						
						
							
						
						14d69e46be 
					 
					
						
						
							
							Update support for Cynthion boards  
						
						... 
						
						
						
						- Rename LUNA to Cynthion
- Add support for newer revisions (>=0.6)
- Bootloader (saturn-v) default size is now 2K 
						
						
					 
					
						2023-06-30 11:30:33 +02:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						eb7fcf1b74 
					 
					
						
						
							
							add CPU_CORE for all family  
						
						
						
						
					 
					
						2023-06-24 18:38:41 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						322f58ea85 
					 
					
						
						
							
							add CFLAGS_SKIP to improve sam compile time  
						
						
						
						
					 
					
						2023-03-19 12:47:05 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						3623ba1884 
					 
					
						
						
							
							fix trailing space and new line  
						
						... 
						
						
						
						temporarily disable codespell 
						
						
					 
					
						2023-03-17 16:12:49 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						ffdffc7e06 
					 
					
						
						
							
							rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC  
						
						... 
						
						
						
						also fix trailing spaces 
						
						
					 
					
						2023-03-16 23:11:11 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						05e0205ad0 
					 
					
						
						
							
							Merge branch 'master' into renesas-ra  
						
						
						
						
					 
					
						2023-03-08 21:05:06 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						1d6918ce41 
					 
					
						
						
							
							suppress redundant-decls warnings for freertos examples  
						
						
						
						
					 
					
						2022-06-24 21:53:46 +07:00 
						 
				 
			
				
					
						
							
							
								Rafael Silva 
							
						 
					 
					
						
						
							
						
						2a17a7e8f8 
					 
					
						
						
							
							rework make freertos port handling  
						
						... 
						
						
						
						this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible
Signed-off-by: Rafael Silva <rafaelsilva@ajtec.pt > 
						
						
					 
					
						2022-06-02 09:35:30 +01:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						a5f516893b 
					 
					
						
						
							
							more with -Wcast-qual  
						
						
						
						
					 
					
						2021-10-17 16:36:53 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						406832158d 
					 
					
						
						
							
							skip lto for samd11 build  
						
						
						
						
					 
					
						2021-07-15 21:08:10 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						f9c542aa52 
					 
					
						
						
							
							fix dfu example build  
						
						
						
						
					 
					
						2021-05-26 18:16:56 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						253430a765 
					 
					
						
						
							
							add example specific DEPS_SUBMODULES  
						
						
						
						
					 
					
						2021-03-18 16:28:44 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						ed8f117dd1 
					 
					
						
						
							
							explicitly add dcd source file without vendor/family  
						
						
						
						
					 
					
						2021-03-17 16:52:07 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						590d8d4d5c 
					 
					
						
						
							
							rename FAMILY_SUBMODULES to DEPS_SUBMODULES  
						
						
						
						
					 
					
						2021-03-04 22:53:02 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						9bc921b342 
					 
					
						
						
							
							update family submodule  
						
						... 
						
						
						
						temporarily disable other orphaned and esp32s2 build 
						
						
					 
					
						2021-03-01 20:48:30 +07:00 
						 
				 
			
				
					
						
							
							
								Katherine Temkin 
							
						 
					 
					
						
						
							
						
						6f02e5f1f8 
					 
					
						
						
							
							add BSP for SAMD11 variant of Great Scott Gadgets' LUNA boards (SAMD11)  
						
						
						
						
					 
					
						2021-02-03 13:33:40 -07:00