NetBurner Eclipse IDE 2.8.3
Год/Дата Выпуска: March 2017
Версия: 2.8.3
Разработчик:
NetBurner, Inc
Разрядность: 32bit
Язык интерфейса: Английский
Таблэтка: Присутствует
Системные требования: Win XP/Vista/7/8/10
Intel Pentium P4 и мощнее
Java v1.5 и выше
512 MB RAM
600 MB HDD
Описание: NetBurner – американский производитель программных и хардварных встроенных решений с упором на быстрое развертывание сетевых протоколов в пользовательских и промышленных приложениях. Хардварные модули NetBurner в сочетании с продвинутыми средствами разработки позволяют фокусироваться на Вашем приложении вместо проектирования своего железа и переизобретения сетевых интерфейсов.
Среда разработки NBEclipse основана на стандартном релизе среды Eclipse с поддержкой модулей NetBurner, которая дает возможность:
• импортировать С/С++ проекты
• отлаживать код графическим отладчиком
• писать больше кода за меньшее время
• настраивать периферию модулей
• обновлять прошивку за секунды
• обнаруживать модули NetBurner в сети
• пользоваться интерфейсом командной строки и т.д.
Доп. информация: Процедура установки описана в README.txt
Что нового в этом релизе
* Examples
* Added WiFi ConfigAP example for headless WiFi configuration
* Added SRAM example
* HTTP
* Added decodeURI() function to decode encoded URI strings
* I2C
* Added ability to remove I2C slave functions from driver. To remove, open i2c_class.h and comment out the I2C_ENABLE_SLAVE_MODE #define.
* MCF5441X
* Added beta datacache support. Max performance gain: 250%
* Disabled by default in include/predef.h
* If using external bus master / DMA, contact support@netburner.com for assistance in enabling this functionality
* Added SDHC support.
* Requires changing socket wiring
* SB800
* Added ability to read back serial transceiver mode
* SBL2e
* Added multi-cast UDP transmit support for all applications
* System
* Added ability to pass an optional callback to the pend member functions when using UC/OS semaphore object
* Added functions
GetISRRetAddr: Returns the return address of the ISR.Must be called by the C ISR wrapped by the INTERRUPT macro
GetIRQVector: Returns the interrupt vector number that triggered the ISR. Must be called by the C ISR wrapped by the INTERRUPT macro
GetSP: Returns the current value of the Stack Pointer
* Added OS_Q::PostUnique()
* TLS
* Added certificate validation caching and restore support
## Corrections in this release
* Debug Ethernet driver with external interrupts
* Fixed edge port configuration corruption that could change edge/level sensitivity
* MCF5272 / CB34EX
* Fixed problem with SetDTR() being inverted
* SNMP
* Fixed SNMP IPv6 compilation bug
* Fixed support for 2.8.x release
* System
* Fixed file descriptor not getting reset to 0 when CleanUpATShutdown is called
* Fixed off-by-one day error the year after a leap year calculation (2017)
* Fixed Multi-cast v4 IGMP support for multiple interfaces
* Fixed for vsnprintf corrupting stack
* Fixed (v)sn(i)printf to return amount of chars printed if no buffer limit
* C/C++ standard behavior is not consistent with other *printf return values. We are now standard compliant
* Fixed GetHostByName6 parsing when the host name was all legal hex characters (ie abc.ca)
* Fix IPv6 DNS lookup failure abort lockup
* TCP
* Fixed TCP ZeroWindowProbe denial-of-service caused by strict RFC conformance
* TLS
* Fixed TLS extension parsing count limit issue (seen with recent Firefox releases)
* Disabling DHE cipher suites by default (re-enable by disabling the SSL_NO_DHE macro)
* UDP
* Made UDP sockets IPv4/IPv6 agnostic