mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Set ARDUINOJSON_EMBEDDED_MODE to 1 on Nios II (closes #1657)
				
					
				
			This commit is contained in:
		| @@ -1,6 +1,11 @@ | ||||
| ArduinoJson: change log | ||||
| ======================= | ||||
|  | ||||
| HEAD | ||||
| ---- | ||||
|  | ||||
| * Set `ARDUINOJSON_EMBEDDED_MODE` to `1` on Nios II (issue #1657) | ||||
|  | ||||
| v6.18.4 (2021-09-06) | ||||
| ------- | ||||
|  | ||||
|   | ||||
| @@ -32,6 +32,7 @@ | ||||
|       || defined(__IAR_SYSTEMS_ICC__) /* IAR Embedded Workbench */ \ | ||||
|       || defined(__XC)                /* MPLAB XC compiler */      \ | ||||
|       || defined(__ARMCC_VERSION)     /* Keil ARM Compiler */      \ | ||||
|       || defined(__NIOS2__)           /* Altera Nios II EDS */     \ | ||||
|       || defined(__AVR)               /* Atmel AVR8/GNU C Compiler */ | ||||
| #    define ARDUINOJSON_EMBEDDED_MODE 1 | ||||
| #  else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user