Files in the top-level directory in any check-in
- MSP430-Launchpad
- NUCLEO
- OMNeT
- smartIDS
- www
- fossil-clean.cmd
- fossil-clone.cmd
- README.txt
Documents: - reference manuals, datasheets, logo sources MSP430-Launchpad/G2553: - IDS implementation for MSP430 Launchpad with G2553 processor - workspace/VM: MSP430-Launchpad, Eclipse-Neon - path to toolchain/VM: /opt/<toolchain> - use device/VM: MSP-FET430UIF [0105] - flash and run/VM: mspdebug rf2500 - terminal to USART/Win: UART-USB via PuttY - pins: brown 3.3V, orange TX to P1.2, yellow RX to P1.1, green GND NUCLEO/F042K6: - IDS implementation for STM32 Nucleo 32 with F042K6 processor - workspace/Win: NUCLEO, STM32 Workbench - path to toolchain/Win: C:\Users\<user>\STM32Cube\Repository - flash and run/Win: drag drop or STLINK UTILITY - terminal to USART/Win: Realterm NUCLEO/F303RE: - IDS implementation for STM32 Nucleo 64 with F303RE processor - workspace/Win: NUCLEO, STM32 Workbench - path to toolchain/Win: C:\Users\<user>\STM32Cube\Repository - flash and run/Win: drag drop or STLINK UTILITY - terminal to USART/Win: Realterm OMNeT: - simulation which integrates the x86 smartIDS library smartIDS: - library source code smartIDS-msp430: - library build for MSP430 processors smartIDS-stm32: - library build for STM32 processors smartIDS-x86: - library build for PC www: - wiki pages, logo, changelog, download files Clib for MSP430 runs on ARM with small modifications: https://sourceforge.net/p/mspgcc/msp430-libc/ci/master/tree/ Tiny Printf: http://www.sparetimelabs.com/tinyprintf/tinyprintf.php