|
62 | 62 | /* end of rt_strnlen options */ |
63 | 63 | /* end of klibc options */ |
64 | 64 | #define RT_NAME_MAX 16 |
65 | | -#define RT_CPUS_NR 1 |
| 65 | +#define RT_USING_SMP |
| 66 | +#define RT_CPUS_NR 2 |
66 | 67 | #define RT_ALIGN_SIZE 8 |
67 | 68 | #define RT_THREAD_PRIORITY_256 |
68 | 69 | #define RT_THREAD_PRIORITY_MAX 256 |
|
73 | 74 | #define RT_USING_IDLE_HOOK |
74 | 75 | #define RT_IDLE_HOOK_LIST_SIZE 4 |
75 | 76 | #define IDLE_THREAD_STACK_SIZE 4096 |
| 77 | +#define SYSTEM_THREAD_STACK_SIZE 4096 |
76 | 78 | #define RT_USING_TIMER_SOFT |
77 | 79 | #define RT_TIMER_THREAD_PRIO 4 |
78 | 80 | #define RT_TIMER_THREAD_STACK_SIZE 4096 |
|
111 | 113 | #define RT_USING_CONSOLE |
112 | 114 | #define RT_CONSOLEBUF_SIZE 256 |
113 | 115 | #define RT_CONSOLE_DEVICE_NAME "uart0" |
114 | | -#define RT_VER_NUM 0x50201 |
| 116 | +#define RT_VER_NUM 0x50300 |
115 | 117 | #define RT_BACKTRACE_LEVEL_MAX_NR 32 |
116 | 118 | /* end of RT-Thread Kernel */ |
117 | 119 | #define RT_USING_CACHE |
|
204 | 206 | #define RT_MMCSD_THREAD_PRIORITY 22 |
205 | 207 | #define RT_MMCSD_MAX_PARTITION 16 |
206 | 208 | #define RT_USING_SPI |
| 209 | +#define RT_USING_SPI_ISR |
207 | 210 | #define RT_USING_SPI_MSD |
208 | 211 | #define RT_USING_SFUD |
209 | 212 | #define RT_SFUD_USING_SFDP |
|
297 | 300 |
|
298 | 301 | /* end of RT-Thread Utestcases */ |
299 | 302 |
|
300 | | -/* RT-Thread online packages */ |
301 | | - |
302 | | -/* IoT - internet of things */ |
303 | | - |
304 | | - |
305 | | -/* Wi-Fi */ |
306 | | - |
307 | | -/* Marvell WiFi */ |
308 | | - |
309 | | -/* end of Marvell WiFi */ |
310 | | - |
311 | | -/* Wiced WiFi */ |
312 | | - |
313 | | -/* end of Wiced WiFi */ |
314 | | - |
315 | | -/* CYW43012 WiFi */ |
316 | | - |
317 | | -/* end of CYW43012 WiFi */ |
318 | | - |
319 | | -/* BL808 WiFi */ |
320 | | - |
321 | | -/* end of BL808 WiFi */ |
322 | | - |
323 | | -/* CYW43439 WiFi */ |
324 | | - |
325 | | -/* end of CYW43439 WiFi */ |
326 | | -/* end of Wi-Fi */ |
327 | | - |
328 | | -/* IoT Cloud */ |
329 | | - |
330 | | -/* end of IoT Cloud */ |
331 | | -/* end of IoT - internet of things */ |
332 | | - |
333 | | -/* security packages */ |
334 | | - |
335 | | -/* end of security packages */ |
336 | | - |
337 | | -/* language packages */ |
338 | | - |
339 | | -/* JSON: JavaScript Object Notation, a lightweight data-interchange format */ |
340 | | - |
341 | | -/* end of JSON: JavaScript Object Notation, a lightweight data-interchange format */ |
342 | | - |
343 | | -/* XML: Extensible Markup Language */ |
344 | | - |
345 | | -/* end of XML: Extensible Markup Language */ |
346 | | -/* end of language packages */ |
347 | | - |
348 | | -/* multimedia packages */ |
349 | | - |
350 | | -/* LVGL: powerful and easy-to-use embedded GUI library */ |
351 | | - |
352 | | -/* end of LVGL: powerful and easy-to-use embedded GUI library */ |
353 | | - |
354 | | -/* u8g2: a monochrome graphic library */ |
355 | | - |
356 | | -/* end of u8g2: a monochrome graphic library */ |
357 | | -/* end of multimedia packages */ |
358 | | - |
359 | | -/* tools packages */ |
360 | | - |
361 | | -/* end of tools packages */ |
362 | | - |
363 | | -/* system packages */ |
364 | | - |
365 | | -/* enhanced kernel services */ |
366 | | - |
367 | | -/* end of enhanced kernel services */ |
368 | | - |
369 | | -/* acceleration: Assembly language or algorithmic acceleration packages */ |
370 | | - |
371 | | -/* end of acceleration: Assembly language or algorithmic acceleration packages */ |
372 | | - |
373 | | -/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */ |
374 | | - |
375 | | -/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */ |
376 | | - |
377 | | -/* Micrium: Micrium software products porting for RT-Thread */ |
378 | | - |
379 | | -/* end of Micrium: Micrium software products porting for RT-Thread */ |
380 | | -/* end of system packages */ |
381 | | - |
382 | | -/* peripheral libraries and drivers */ |
383 | | - |
384 | | -/* HAL & SDK Drivers */ |
385 | | - |
386 | | -/* STM32 HAL & SDK Drivers */ |
387 | | - |
388 | | -/* end of STM32 HAL & SDK Drivers */ |
389 | | - |
390 | | -/* Infineon HAL Packages */ |
391 | | - |
392 | | -/* end of Infineon HAL Packages */ |
393 | | - |
394 | | -/* Kendryte SDK */ |
395 | | - |
396 | | -/* end of Kendryte SDK */ |
397 | | - |
398 | | -/* WCH HAL & SDK Drivers */ |
399 | | - |
400 | | -/* end of WCH HAL & SDK Drivers */ |
401 | | - |
402 | | -/* AT32 HAL & SDK Drivers */ |
403 | | - |
404 | | -/* end of AT32 HAL & SDK Drivers */ |
405 | | - |
406 | | -/* HC32 DDL Drivers */ |
407 | | - |
408 | | -/* end of HC32 DDL Drivers */ |
409 | | - |
410 | | -/* NXP HAL & SDK Drivers */ |
411 | | - |
412 | | -/* end of NXP HAL & SDK Drivers */ |
413 | | - |
414 | | -/* NUVOTON Drivers */ |
415 | | - |
416 | | -/* end of NUVOTON Drivers */ |
417 | | - |
418 | | -/* GD32 Drivers */ |
419 | | - |
420 | | -/* end of GD32 Drivers */ |
421 | | -/* end of HAL & SDK Drivers */ |
422 | | - |
423 | | -/* sensors drivers */ |
424 | | - |
425 | | -/* end of sensors drivers */ |
426 | | - |
427 | | -/* touch drivers */ |
428 | | - |
429 | | -/* end of touch drivers */ |
430 | | -/* end of peripheral libraries and drivers */ |
431 | | - |
432 | | -/* AI packages */ |
433 | | - |
434 | | -/* end of AI packages */ |
435 | | - |
436 | | -/* Signal Processing and Control Algorithm Packages */ |
437 | | - |
438 | | -/* end of Signal Processing and Control Algorithm Packages */ |
439 | | - |
440 | | -/* miscellaneous packages */ |
441 | | - |
442 | | -/* project laboratory */ |
443 | | - |
444 | | -/* end of project laboratory */ |
445 | | - |
446 | | -/* samples: kernel and components samples */ |
447 | | - |
448 | | -/* end of samples: kernel and components samples */ |
449 | | - |
450 | | -/* entertainment: terminal games and other interesting software packages */ |
451 | | - |
452 | | -/* end of entertainment: terminal games and other interesting software packages */ |
453 | | -/* end of miscellaneous packages */ |
454 | | - |
455 | | -/* Arduino libraries */ |
456 | | - |
457 | | - |
458 | | -/* Projects and Demos */ |
459 | | - |
460 | | -/* end of Projects and Demos */ |
461 | | - |
462 | | -/* Sensors */ |
463 | | - |
464 | | -/* end of Sensors */ |
465 | | - |
466 | | -/* Display */ |
467 | | - |
468 | | -/* end of Display */ |
469 | | - |
470 | | -/* Timing */ |
471 | | - |
472 | | -/* end of Timing */ |
473 | | - |
474 | | -/* Data Processing */ |
475 | | - |
476 | | -/* end of Data Processing */ |
477 | | - |
478 | | -/* Data Storage */ |
479 | | - |
480 | | -/* Communication */ |
481 | | - |
482 | | -/* end of Communication */ |
483 | | - |
484 | | -/* Device Control */ |
485 | | - |
486 | | -/* end of Device Control */ |
487 | | - |
488 | | -/* Other */ |
489 | | - |
490 | | -/* end of Other */ |
491 | | - |
492 | | -/* Signal IO */ |
493 | | - |
494 | | -/* end of Signal IO */ |
495 | | - |
496 | | -/* Uncategorized */ |
497 | | - |
498 | | -/* end of Arduino libraries */ |
499 | | -/* end of RT-Thread online packages */ |
500 | | - |
501 | 303 | /* Hardware Drivers Config */ |
502 | 304 |
|
503 | 305 | #define SOC_VEXPRESS_A9 |
|
0 commit comments